codeforamerica/ohana-web-search

View on GitHub

Showing 2,141 of 2,141 total issues

Properties should be ordered left, position, top
Open

  position: fixed !important;

@function declaration should be followed by an empty line
Open

}

Files should end with a trailing newline
Open

}

Rule declaration should be followed by an empty line
Open

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

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

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

Begin pseudo classes with a single colon: :
Open

  input::input-placeholder {

Commas in function arguments should be followed by one space
Open

      @include box-shadow(0 0 1px $white, -1px 0 2px rgba($black,.2), 0 1px 2px rgba($black,.2), 0 -1px 2px rgba($black,.2));
Severity: Minor
Found in app/assets/stylesheets/_base.scss by scss-lint

Avoid vendor prefixes.
Open

  input:-moz-placeholder {

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

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

Avoid qualifying attribute selectors with an element.
Open

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

Avoid using id selectors
Open

  .map #detail-map-canvas {
Severity: Minor
Found in app/assets/stylesheets/_base.scss by scss-lint

Commas in function arguments should be followed by one space
Open

$greyscale_light: rgb(171,171,171);

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

Commas in function arguments should be followed by one space
Open

$greyscale_lightest: rgb(252,252,252);

Shorthand form for property padding should be written more concisely as 0 20px 20px instead of 0 20px 20px 20px
Open

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

Commas in function arguments should be followed by one space
Open

$primary: rgb(137,209,226);

Properties should be ordered font-family, line-height, margin-left, vertical-align
Open

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

Commas in function arguments should be followed by one space
Open

$button-hover-bg:             shade($accentA-light,5);

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

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

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

$font_size_110: 21px;
Severity
Category
Status
Source
Language