codeforamerica/ohana-web-search

View on GitHub

Showing 2,141 of 2,141 total issues

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

$accentA-dark: shade($accentA-base, 50);

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

$font_leading_120: 1.25;

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

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

Prefer single quoted strings
Open

@import "compass/css3/images";

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

$font_size_80: 9px;

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

$font_leading_80: 0.75;

Prefer single quoted strings
Open

@import "assets";

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

$font_size_130: 38px;

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

    background: saturate($accentA-base, 1);

Use // comments everywhere
Open

/* ==========================================================================

Expected item on line 42 to appear before line 36. 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.5 should be written without a leading zero as .5
Open

    color: rgba($black, 0.5);

Prefer single quoted strings
Open

@import "compass/css3/transform";

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

      .fa {

border: 0 is preferred over border: none
Open

  border: none;

Colon after property should be followed by one space
Open

    background:$pagination-next-bg;

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

    margin-left: #{$font_size_110 + 5};

!important should not be used
Open

    background: $pagination-next-hover-bg !important;

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

      &:hover {

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

    border-bottom: 6px solid $accentA-light;
Severity
Category
Status
Source
Language