codeforamerica/ohana-web-search

View on GitHub

Showing 2,141 of 2,141 total issues

Properties should be ordered background, border, z-index
Open

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

Commas in function arguments should be followed by one space
Open

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

Property border-bottom already defined on line 551
Open

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

Properties should be ordered background-color, float, vertical-align, width
Open

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

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

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

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

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

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

    @include background( radial-gradient( $primary-lightest 10%, $primary) );
Severity: Minor
Found in app/assets/stylesheets/_base.scss by scss-lint

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

      li {
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; // IE fallback
Severity: Minor
Found in app/assets/stylesheets/_base.scss by scss-lint

Avoid using id selectors
Open

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

Avoid qualifying class selectors with an element.
Open

  section.no-results {
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

Properties should be ordered margin-bottom, margin-top, padding, padding-bottom, padding-top
Open

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

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

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

Property border-bottom already defined on line 266
Open

  border-bottom: 1px solid rgba($black, .1);
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

  border-bottom: 1px solid $greyscale_midtone; // IE fallback
Severity: Minor
Found in app/assets/stylesheets/_base.scss by scss-lint

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

      > ul {
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 background, border-top, position
Open

      position: relative;
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
Severity
Category
Status
Source
Language