codeforamerica/ohana-web-search

View on GitHub

Showing 2,141 of 2,141 total issues

!important should not be used
Open

      margin-left:0 !important;
Severity: Minor
Found in app/assets/stylesheets/print.scss by scss-lint

!important should not be used
Open

      padding-top:0 !important;
Severity: Minor
Found in app/assets/stylesheets/print.scss by scss-lint

!important should not be used
Open

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

!important should not be used
Open

        margin-right:0 !important;
Severity: Minor
Found in app/assets/stylesheets/print.scss by scss-lint

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

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

Use // comments everywhere
Open

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

Name of variable accentA-light should be written in all lowercase letters with hyphens instead of underscores
Open

            text-shadow: 1px 4px 6px $accentA-light, 0 0 0 $black, 1px 4px 6px $accentA-light;

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

          &:hover {

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

    font-size: $font_size_95;

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

        font-size: $font_size_95;

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

      @include border-radius(0);

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

          font-family: $font_san_serif;
Severity: Minor
Found in app/assets/stylesheets/_base.scss by scss-lint

Property color already defined on line 1132
Open

          color: rgba($main-list-mark-color, .4);
Severity: Minor
Found in app/assets/stylesheets/_base.scss by scss-lint

Opening curly brace { should be preceded by one space
Open

        .hierarchy-depth-2{ margin-left: 20px; }
Severity: Minor
Found in app/assets/stylesheets/_base.scss by scss-lint

Merge rule .contact-box .phones with rule on line 1188
Open

    .contact-box .phones {
Severity: Minor
Found in app/assets/stylesheets/_base.scss by scss-lint

Rule declaration should be followed by an empty line
Open

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

Properties should be ordered background, color, font-size, margin, margin-top, padding, vertical-align
Open

      padding: 10px;
Severity: Minor
Found in app/assets/stylesheets/_base.scss by scss-lint

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

    font-family: $font_san_serif;
Severity: Minor
Found in app/assets/stylesheets/_base.scss by scss-lint

Line should be indented 2 spaces, but was indented 4 spaces
Open

    border: 0;
Severity: Minor
Found in app/assets/stylesheets/_base.scss by scss-lint

Line should be indented 2 spaces, but was indented 4 spaces
Open

    clip: auto;
Severity: Minor
Found in app/assets/stylesheets/_base.scss by scss-lint
Severity
Category
Status
Source
Language