codeforamerica/ohana-web-search

View on GitHub

Showing 2,141 of 2,141 total issues

Use // comments everywhere
Open

/* ==========================================================================

Name of variable font_san_serif should be written in all lowercase letters with hyphens instead of underscores
Open

  font-family: $font_san_serif;

Name of variable font_san_serif should be written in all lowercase letters with hyphens instead of underscores
Open

  font-family: $font_san_serif;

0.2 should be written without a leading zero as .2
Open

  border: 1px solid rgba($primary-darkest, 0.2);

Name of variable font_san_serif should be written in all lowercase letters with hyphens instead of underscores
Open

  font-family: $font_san_serif;

Properties should be ordered color, font-family, font-size, line-height, margin-left, vertical-align
Open

    margin-left: #{$font_size_110 + 5};

Expected item on line 82 to appear before line 78. Rule sets should be ordered as follows: @extends, @includes without @content, properties, @includes with @content, nested rule sets
Open

    @include box-sizing(border-box);

Properties should be ordered color, text-shadow
Open

        text-shadow: none;

0.2 should be written without a leading zero as .2
Open

      border: 1px solid rgba($input-border-color, 0.2);

Name of variable greyscale_midtone should be written in all lowercase letters with hyphens instead of underscores
Open

    color: $greyscale_midtone; // IE Fallback

Rule declaration should be preceded by an empty line
Open

      h1 {

Rule declaration should be preceded by an empty line
Open

      li {

Opening curly brace { should be preceded by one space
Open

  {

Avoid qualifying class selectors with an element.
Open

  li.collapsed

Color #CCCCCC should be written as #cccccc
Open

      border-right: 1px solid #CCCCCC;

Properties should be ordered border-bottom, font-size, font-weight, margin-bottom, padding-bottom, padding-right, text-align
Open

    font-weight: bold;

Name of variable greyscale_light should be written in all lowercase letters with hyphens instead of underscores
Open

      border-bottom: 1px solid $greyscale_light;

!important should not be used
Open

    text-shadow: none !important;
Severity: Minor
Found in app/assets/stylesheets/print.scss by scss-lint

Properties should be ordered color, content, font-size
Open

      content: " (" attr(href) ")";
Severity: Minor
Found in app/assets/stylesheets/print.scss by scss-lint

!important should not be used
Open

    border-bottom: none !important;
Severity: Minor
Found in app/assets/stylesheets/print.scss by scss-lint
Severity
Category
Status
Source
Language