codeforamerica/ohana-web-search

View on GitHub

Showing 2,141 of 2,141 total issues

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

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

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

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

Opening curly brace { should be preceded by one space
Open

        .hierarchy-depth-3{ margin-left: 30px; }
Severity: Minor
Found in app/assets/stylesheets/_base.scss by scss-lint

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

       margin-top: 40px;
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

Rule declaration should be followed by an empty line
Open

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

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

    width: 1px;
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: static;
Severity: Minor
Found in app/assets/stylesheets/_base.scss by scss-lint

!important should not be used
Open

  display: none !important;

Colon after property should be followed by one space
Open

  z-index:0 !important;

!important should not be used
Open

  z-index:9998 !important;

!important should not be used
Open

  position:absolute !important;

!important should not be used
Open

  z-index: $layer-9 !important;

Prefer single quoted strings
Open

  @if $size == "base-medium" {

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

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

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

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

Avoid vendor prefixes.
Open

  input::-moz-placeholder {

Avoid qualifying attribute selectors with an element.
Open

    input[type=search]::-ms-clear {

Commas in function arguments should be followed by one space
Open

$accentA-base: rgb(209,249,148);

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

$complementB: tint($complement-base, 50);
Severity
Category
Status
Source
Language