codeforamerica/ohana-web-search

View on GitHub

Showing 2,141 of 2,141 total issues

Colon after property should be followed by one space
Open

          display:block !important;
Severity: Minor
Found in app/assets/stylesheets/print.scss by scss-lint

!important should not be used
Open

        display: none !important;
Severity: Minor
Found in app/assets/stylesheets/print.scss by scss-lint

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

          @include border-radius(4px);

Rule declaration should be preceded by an empty line
Open

        .location-sidebar {

Avoid using id selectors
Open

    #geolocate-box {

Merge rule > ul > li > ul > li with rule on line 201
Open

      > ul > li > ul > li {

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

      > header > nav {

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

        .next,

Avoid using id selectors
Open

    #search-container {

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

      @include box-sizing(border-box);

Rule declaration should be preceded by an empty line
Open

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

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

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

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

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

!important should not be used
Open

  position: fixed !important;

Prefer single quoted strings
Open

  @if $size == "tiny" {

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

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

Prefer single quoted strings
Open

  @if $size == "large" {

Avoid qualifying attribute selectors with an element.
Open

  input[type=search]::-webkit-search-cancel-button,

Prefer single quoted strings
Open

  @if $corner == "lower-left" {
Severity
Category
Status
Source
Language