codeforamerica/ohana-web-search

View on GitHub

Showing 2,141 of 2,141 total issues

Commas in function arguments should be followed by one space
Open

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

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

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

Avoid using id selectors
Open

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

Property color already defined on line 919
Open

      color: rgba($black, .5);
Severity: Minor
Found in app/assets/stylesheets/_base.scss by scss-lint

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

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

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

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

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

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

Properties should be ordered margin-left, padding-left
Open

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

Property color already defined on line 896
Open

      color: rgba($black, .6);
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

Commas in function arguments should be followed by one space
Open

      @include box-shadow(0 0 1px $white, -1px 0 2px rgba($black,.2), 0 1px 2px rgba($black,.2));
Severity: Minor
Found in app/assets/stylesheets/_base.scss by scss-lint

Properties should be ordered border-bottom, margin-bottom
Open

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

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

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

Properties should be ordered color, letter-spacing
Open

        letter-spacing: 1px;
Severity: Minor
Found in app/assets/stylesheets/_base.scss by scss-lint

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

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

Properties should be ordered border-bottom, color, font-family, letter-spacing, margin-bottom, margin-top, padding, vertical-align
Open

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

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

  @include box-sizing(border-box);
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

      > h1 {
Severity: Minor
Found in app/assets/stylesheets/_base.scss by scss-lint

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

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

Commas in function arguments should be followed by one space
Open

      @include box-shadow(0 0 1px $white, -1px 0 2px rgba($black,.2), 0 1px 2px rgba($black,.2));
Severity: Minor
Found in app/assets/stylesheets/_base.scss by scss-lint
Severity
Category
Status
Source
Language