codeforamerica/ohana-web-search

View on GitHub

Showing 2,141 of 2,141 total issues

Rule declaration should be followed by an empty line
Open

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

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

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

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

      @include inline-block();
Severity: Minor
Found in app/assets/stylesheets/_base.scss by scss-lint

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

        @include inline-block();
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

Use // comments everywhere
Open

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

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

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

Properties should be ordered padding, text-align
Open

  text-align: right;
Severity: Minor
Found in app/assets/stylesheets/_base.scss by scss-lint

Property border-bottom already defined on line 1018
Open

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

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

    background-color: $greyscale_light;
Severity: Minor
Found in app/assets/stylesheets/_base.scss by scss-lint

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

        @include inline-block();
Severity: Minor
Found in app/assets/stylesheets/_base.scss by scss-lint

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

        @include inline-block();
Severity: Minor
Found in app/assets/stylesheets/_base.scss by scss-lint

Property word-break already defined on line 1088
Open

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

Avoid using id selectors
Open

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

!important should not be used
Open

  border-bottom: 1px solid $primary-dark !important;
Severity: Minor
Found in app/assets/stylesheets/_base.scss by scss-lint

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

        margin-left: 13px;
Severity: Minor
Found in app/assets/stylesheets/_base.scss by scss-lint

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

          > li:nth-child(odd) {
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

Properties should be ordered background, border-top, clear, padding-bottom, position, text-align
Open

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

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

        padding-right: 15px;
Severity: Minor
Found in app/assets/stylesheets/_base.scss by scss-lint
Severity
Category
Status
Source
Language