codeforamerica/ohana-web-search

View on GitHub

Showing 2,141 of 2,141 total issues

Properties should be ordered font-size, line-height, vertical-align
Open

            vertical-align: top;
Severity: Minor
Found in app/assets/stylesheets/print.scss by scss-lint

Properties should be ordered border-bottom, color, font-family, font-size, letter-spacing, margin-bottom, margin-top, padding, vertical-align
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 6
Open

          .location-sidebar-content-group {
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-2{ margin-left: 20px; }
Severity: Minor
Found in app/assets/stylesheets/_base.scss by scss-lint

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

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

Expected item on line 1227 to appear before line 1225. 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

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

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

    display: none !important;
Severity: Minor
Found in app/assets/stylesheets/_base.scss by scss-lint

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

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

Use // comments everywhere
Open

    content: " "; /* 1 */
Severity: Minor
Found in app/assets/stylesheets/_base.scss by scss-lint

Begin pseudo elements with double colons: ::
Open

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

Colon after property should be followed by one space
Open

  position:absolute !important;

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

    @include adjust-font-size-to($font_size_90);

Avoid qualifying attribute selectors with an element.
Open

  input[type=search]::-webkit-search-cancel-button,

Prefer single quoted strings
Open

  @if $corner == "left" {

Commas in function arguments should be followed by one space
Open

$alert-error-base: rgb(255,10,50);

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

$pagination-hover-bg:           $complementB;

0.75 should be written without a leading zero as .75
Open

$font_leading_80: 0.75;

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

$font_size_90: 12px;

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

$font_size_115: 24px;
Severity
Category
Status
Source
Language