codeforamerica/ohana-web-search

View on GitHub

Showing 2,141 of 2,141 total issues

Avoid qualifying class selectors with an element.
Open

        h1.name > a:hover::after {
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

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

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

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

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

Rule declaration should be preceded by an empty line
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

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

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

Color literals like #fff should only be used in variable declarations; they should be referred to via variable everywhere else.
Open

    -webkit-box-shadow: 0 0 0 #ccc, 0 0 #fff inset;
Severity: Minor
Found in app/assets/stylesheets/_base.scss by scss-lint

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

      @include border-radius(0 0 0 10px);
Severity: Minor
Found in app/assets/stylesheets/_base.scss by scss-lint

Commas in function arguments should be followed by one space
Open

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

Avoid using id selectors
Open

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

Expected 0 spaces before ) instead of
Open

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

Properties should be ordered margin-bottom, text-align
Open

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

Properties should be ordered text-align, z-index
Open

    z-index: $layer-7;
Severity: Minor
Found in app/assets/stylesheets/_base.scss by scss-lint

!important should not be used
Open

          border-left: 6px solid tint($listitem-search-important-border, 25) !important;
Severity: Minor
Found in app/assets/stylesheets/_base.scss by scss-lint

Merge rule #results-container.result-map-showing .results-header with rule on line 534
Open

#results-container.result-map-showing .results-header {
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

Avoid vendor prefixes.
Open

  -webkit-backface-visibility: hidden;
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

Avoid using id selectors
Open

#results-entries {
Severity: Minor
Found in app/assets/stylesheets/_base.scss by scss-lint
Severity
Category
Status
Source
Language