codeforamerica/ohana-web-search

View on GitHub

Showing 2,141 of 2,141 total issues

Properties should be ordered -webkit-border-radius, -webkit-box-shadow
Open

    -webkit-box-shadow: inset 0 0 10px rgba($black, .2);

Color literals like #CCCCCC should only be used in variable declarations; they should be referred to via variable everywhere else.
Open

      border-bottom: 1px solid #CCCCCC;

Properties should be ordered color, font-size, position, right, top
Open

    position: absolute;

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

    font-size: $font_size_120;

Rule declaration should be followed by an empty line
Open

  }

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

    font-size: $font_size_100;

Color literals like #999 should only be used in variable declarations; they should be referred to via variable everywhere else.
Open

    border: 1px solid #999;
Severity: Minor
Found in app/assets/stylesheets/print.scss by scss-lint

Properties should be ordered border-bottom, text-decoration
Open

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

Rule declaration should be followed by an empty line
Open

          }
Severity: Minor
Found in app/assets/stylesheets/print.scss by scss-lint

!important should not be used
Open

            line-height: 14px !important;
Severity: Minor
Found in app/assets/stylesheets/print.scss by scss-lint

Selector should have depth of applicability no greater than 3, but was 4
Open

        a {
Severity: Minor
Found in app/assets/stylesheets/print.scss by scss-lint

Selector should have depth of applicability no greater than 3, but was 4
Open

        > button {

Selector should have depth of applicability no greater than 3, but was 5
Open

            > span {

Selector should have depth of applicability no greater than 3, but was 5
Open

            > .fa {

Nesting should be no greater than 3, but was 4
Open

        .location-sidebar {

Properties should be ordered background, display, font-size, height, margin, padding-right, width
Open

          height: 40px;

Selector should have depth of applicability no greater than 3, but was 4
Open

      > ul > li {

Avoid using id selectors
Open

      #map-size-control {

Properties should be ordered border-bottom, border-left, border-right, border-top
Open

      border-left: 20px solid $greyscale_lightest;

Properties should be ordered border, width
Open

        width: 100%;
Severity
Category
Status
Source
Language