codeforamerica/ohana-web-search

View on GitHub

Showing 2,141 of 2,141 total issues

Properties should be ordered background, border, font-family, margin, padding
Open

  padding: 30px;

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

        li {

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

  @include border-radius(4px);

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

    font-size: $font_size_95;

!important should not be used
Open

    max-width: 100% !important;
Severity: Minor
Found in app/assets/stylesheets/print.scss by scss-lint

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

        @include box-sizing(border-box);

Avoid qualifying attribute selectors with an element.
Open

  #app-footer a[href]:after {
Severity: Minor
Found in app/assets/stylesheets/print.scss by scss-lint

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

  @include type-size(baseline);

Rule declaration should be preceded by an empty line
Open

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

Colon after property should be followed by one space
Open

  border:1px solid rgba(0, 0, 0, 0);

Colon after property should be followed by one space
Open

        margin-right:0 !important;
Severity: Minor
Found in app/assets/stylesheets/print.scss by scss-lint

Avoid using id selectors
Open

    #results-entries {
Severity: Minor
Found in app/assets/stylesheets/print.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;

Avoid using id selectors
Open

    #search-box {

Properties should be ordered background, border, border-bottom, border-collapse, color, font-size, height, margin-left, padding, padding-left, padding-right, vertical-align, width
Open

    font-size: $font_size_105;

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

        > button {

Properties should be ordered background, border, cursor, font-size, margin, max-height, padding, padding-bottom, padding-top
Open

    font-size: $font_size_95;

Avoid using id selectors
Open

    #category-box {

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

      > ul > li > ul > li {

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
Category
Status
Source
Language