codeforamerica/ohana-web-search

View on GitHub

Showing 2,141 of 2,141 total issues

0.3 should be written without a leading zero as .3
Open

    @include single-box-shadow(0, 0, 1px, 0, rgba($pagination-border, 0.3), inset);

Opening curly brace { should be preceded by one space
Open

  {

Opening curly brace { should be preceded by one space
Open

  {

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

    background: $pagination-next-hover-bg !important;

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

      @include rotate(-135deg);

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

    color: $greyscale_midtone; // IE Fallback

Property color already defined on line 78
Open

    color: rgba($black, .5);

Prefer single quoted strings
Open

    content: "×";

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

    font-family: $font_san_serif;

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

    @include border-radius(3px);

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

  background: $greyscale_lightest;

Use // comments everywhere
Open

/* ==========================================================================
Severity: Minor
Found in app/assets/stylesheets/print.scss by scss-lint

Use // comments everywhere
Open

    display: table-header-group; /* h5bp.com/t */
Severity: Minor
Found in app/assets/stylesheets/print.scss by scss-lint

Rule declaration should be preceded by an empty line
Open

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

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

        div > section
Severity: Minor
Found in app/assets/stylesheets/print.scss by scss-lint

Properties should be ordered display, margin-left, margin-top, position, width
Open

      position: static;

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

          @include box-sizing(border-box);

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

        > button {

Avoid using id selectors
Open

    #results-entries {

Properties should be ordered margin-left, margin-right, margin-top
Open

        margin-top: 15px;
Severity
Category
Status
Source
Language