codeforamerica/ohana-web-search

View on GitHub

Showing 2,141 of 2,141 total issues

Color #CCCCCC should be written as #CCC
Open

      border-right: 1px solid #CCCCCC;

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

    border: 1px solid rgba($greyscale_dark, .4);

!important should not be used
Open

    color: #000 !important; /* Black prints faster: h5bp.com/s */
Severity: Minor
Found in app/assets/stylesheets/print.scss by scss-lint

Use // comments everywhere
Open

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

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

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

Avoid using id selectors
Open

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

Colon after property should be followed by one space
Open

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

Colon after property should be followed by one space
Open

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

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

          background: $accentA-light;

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

          @include border-radius(4px);

Properties should be ordered color, font-size, margin-left, margin-top
Open

        margin-top: 10px;

Property border-bottom already defined on line 300
Open

        border-bottom: 1px solid rgba($black, .1);

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

      border-right: 20px solid $greyscale_lightest;

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

      > * > section * > section {

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

        > input {

Properties should be ordered border, float, margin-left, width
Open

        float: none;

Property margin-top already defined on line 195
Open

      margin-top: 8px;

Properties should be ordered border-bottom, padding-left, width
Open

        padding-left: 20px;

Property border-bottom already defined on line 1290
Open

      border-bottom: 1px solid rgba($black,.4);
Severity: Minor
Found in app/assets/stylesheets/_base.scss by scss-lint

!important should not be used
Open

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