codeforamerica/ohana-web-search

View on GitHub

Showing 2,141 of 2,141 total issues

Name of variable accentA-light should be written in all lowercase letters with hyphens instead of underscores
Open

            text-shadow: 1px 4px 6px $accentA-light, 0 0 0 $black, 1px 4px 6px $accentA-light;

Properties should be ordered text-align, width
Open

        width: 100%;

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

        > input {

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

    border-left: 1px dotted $greyscale_light;

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

        > input {

Avoid using id selectors
Open

    #search-box {

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

      border-left: 20px solid $greyscale_lightest;

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

        > section {

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

        li {

Avoid using id selectors
Open

    #detail-info {

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

    > span {
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

Commas in function arguments should be followed by one space
Open

      border-bottom: 1px solid rgba($black,.4);
Severity: Minor
Found in app/assets/stylesheets/_base.scss by scss-lint

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

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

Properties should be ordered position, z-index
Open

  z-index:0 !important;

Properties should be ordered position, z-index
Open

  z-index:9998 !important;

Expected 0 spaces after ( instead of
Open

  @include backface-visibility( hidden );

Opening curly brace { should be preceded by one space
Open

  @if type-of($opacity) == number{@return rgba($color, $opacity)}

@function declaration should be followed by an empty line
Open

}
Severity
Category
Status
Source
Language