codeforamerica/ohana-web-search

View on GitHub

Showing 2,141 of 2,141 total issues

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

      @include box-sizing(border-box);

0.7 should be written without a leading zero as .7
Open

      border-bottom: 1px solid rgba($white, 0.7);

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

        font-family: $font_serif;

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

  @include inline-block();

border-bottom: 0 is preferred over border-bottom: none
Open

    border-bottom: none;

!important should not be used
Open

      text-decoration: none !important;

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

        border-top: 1px solid $greyscale_light; // IE fallback

Color #FFFFFF should be written as #FFF
Open

      background: none repeat scroll 0 0 #FFFFFF;

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

    font-size: $font_size_110;

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

@include site-link('.terminology-box', $greyscale_lightest);

Properties should be ordered float, margin, margin-left, margin-right, width
Open

        width: 100%;
Severity: Minor
Found in app/assets/stylesheets/print.scss by scss-lint

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

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

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

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

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

      .location-sidebar-content > section,
Severity: Minor
Found in app/assets/stylesheets/print.scss by scss-lint

Opening curly brace { should be preceded by one space
Open

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

!important should not be used
Open

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

Avoid using id selectors
Open

  #content > header {

Properties should be ordered display, margin, padding-left, padding-right, text-align, width
Open

      width: 100%;

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

        > input {

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
Category
Status
Source
Language