codeforamerica/ohana-web-search

View on GitHub

Showing 2,141 of 2,141 total issues

Properties should be ordered background-color, color, cursor, width
Open

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

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

  @include single-box-shadow(0, 1px, 6px, 0, rgba($black, .4));
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

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

Properties should be ordered color, font-family, margin, margin-left, margin-right, padding, padding-top
Open

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

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

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

Properties should be ordered font-size, margin, max-width
Open

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

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

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

Rule declaration should be preceded by an empty line
Open

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

Property background already defined on line 724
Open

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

Properties should be ordered background, color, font-weight, margin-left, padding-left, padding-right, vertical-align
Open

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

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

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

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

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

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

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

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

Use // comments everywhere
Open

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

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

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

Avoid qualifying class selectors with an element.
Open

        h1.name > a::after {
Severity: Minor
Found in app/assets/stylesheets/_base.scss by scss-lint

Properties should be ordered color, font-family, font-size, padding-bottom, padding-top, position, text-align
Open

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

Avoid using id selectors
Open

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

!important should not be used
Open

  border: 1px solid $list-search-important-border !important;
Severity: Minor
Found in app/assets/stylesheets/_base.scss by scss-lint
Severity
Category
Status
Source
Language