codeforamerica/ohana-web-search

View on GitHub

Showing 2,141 of 2,141 total issues

Line should be indented 6 spaces, but was indented 8 spaces
Open

        @include inline-block();
Severity: Minor
Found in app/assets/stylesheets/_base.scss by scss-lint

Properties should be ordered padding-bottom, padding-left, padding-right, padding-top
Open

    padding-left: 20px;
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,.1);
Severity: Minor
Found in app/assets/stylesheets/_base.scss by scss-lint

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

    background-color: $accentA-dark;
Severity: Minor
Found in app/assets/stylesheets/_base.scss by scss-lint

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

    @include inline-block();
Severity: Minor
Found in app/assets/stylesheets/_base.scss by scss-lint

Unknown property font-color
Open

        font-color: $greyscale_midtone;
Severity: Minor
Found in app/assets/stylesheets/_base.scss by scss-lint

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

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

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

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

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

        font-family: $font_serif;
Severity: Minor
Found in app/assets/stylesheets/_base.scss by scss-lint

Avoid using id selectors
Open

.inside #search-box {
Severity: Minor
Found in app/assets/stylesheets/_base.scss by scss-lint

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

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

0px should be written without units as 0
Open

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

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

    font-size: 1em;
Severity: Minor
Found in app/assets/stylesheets/_base.scss by scss-lint

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

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

Properties should be ordered background-color, border, opacity, padding
Open

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

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

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

Properties should be ordered color, font-family, font-size, left, position, top
Open

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

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

Avoid using id selectors
Open

#terminology-box-container,
Severity: Minor
Found in app/assets/stylesheets/_base.scss by scss-lint

Prefer single quoted strings
Open

      content: "×";
Severity: Minor
Found in app/assets/stylesheets/_base.scss by scss-lint
Severity
Category
Status
Source
Language