codeforamerica/ohana-web-search

View on GitHub

Showing 2,141 of 2,141 total issues

border: 0 is preferred over border: none
Open

    border: none;

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

$button-popup-disabled-color:       $greyscale_light;

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

    @include box-sizing(border-box);

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

$button-utility-hover-color: $complementA;

Properties should be ordered color, font-size
Open

    font-size: $font_size_90;

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

$pagination-border:             $complementB;

0.1 should be written without a leading zero as .1
Open

      @include single-box-shadow(0, 1px, 6px, 1px, rgba($black, 0.1), inset);

0.2 should be written without a leading zero as .2
Open

$main-header-bg: rgba($complementB, 0.2);

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

      font-size: $font_size_95;

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

  border-left: 20px solid $complementA;

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

      li {

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

$font_size_120: 28px;

!important should not be used
Open

    color: $pagination-active-color !important;

Merge rule .popup-container > article::-webkit-scrollbar with rule on line 10
Open

  .popup-container > article::-webkit-scrollbar {

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

    font-size: $font_size_105;

Prefer single quoted strings
Open

@import "compass/css3/user-interface";

!important should not be used
Open

    background: transparent !important;
Severity: Minor
Found in app/assets/stylesheets/print.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;

Use // comments everywhere
Open

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

Properties should be ordered background, color
Open

    color: $black;
Severity
Category
Status
Source
Language