codeforamerica/ohana-web-search

View on GitHub

Showing 2,141 of 2,141 total issues

Avoid using id selectors
Open

    #list-view {

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

      .service-categories > ul {
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

        .hierarchy-depth-3{ margin-left: 30px; }
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 margin-bottom, margin-right, vertical-align
Open

      vertical-align: baseline;
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

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

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

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

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

Begin pseudo elements with double colons: ::
Open

.clearfix:before,
Severity: Minor
Found in app/assets/stylesheets/_base.scss by scss-lint

Colon after property should be followed by one space
Open

  position:relative;

Colon after property should be followed by one space
Open

  z-index:9998 !important;

Expected 0 spaces before ) instead of
Open

  @include backface-visibility( hidden );

!important should not be used
Open

  margin-top: -9999px !important;

Colon after property should be followed by one space
Open

  z-index:-1 !important;

Commas in function arguments should be followed by one space
Open

$black: rgb(0,0,0);

Commas in function arguments should be followed by one space
Open

$greyscale_midtone: rgb(128,128,128);

Commas in function arguments should be followed by one space
Open

$accentB: rgb(255,200,56);

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

$search-button-color:               $complementA;

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

$pagination-color:              $complementA;

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

$font_leading_90: 0.75;
Severity
Category
Status
Source
Language