codeforamerica/ohana-web-search

View on GitHub

Showing 2,141 of 2,141 total issues

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

$button-hover-bg:             shade($accentA-light,5);

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

$pagination-disabled-bg:        rgba($complementB, 0.1);

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

$font_leading_110: 1.25;

!important should not be used
Open

    color: $button-utility-hover-color !important;

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

  @include input-placeholder(rgba($white, 0.6), italic);

Properties should be ordered background, border, border-collapse, cursor, font-family, font-size, height, left, line-height, margin, margin-left, min-width, padding, position, top, vertical-align, z-index
Open

    cursor: pointer;

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

    font-family: $font_serif;

Colon after property should be followed by one space
Open

    border:1px solid rgba($input-border-color, 0.4);

Properties should be ordered background, border, border-collapse, border-left, cursor, font-family, font-size, height, left, letter-spacing, line-height, margin, margin-left, min-width, padding, position, right, top, vertical-align, z-index
Open

    position: absolute;

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

    font-family: $font_serif;

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

    font-size: $font_size_90;

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

      font-size: $font_size_110;

border: 0 is preferred over border: none
Open

      border: none;

0.5 should be written without a leading zero as .5
Open

      color: midtone($black, 0.5);

Prefer single quoted strings
Open

    content: "×";

Properties should be ordered display, font-family, font-size, min-width, padding, vertical-align
Open

    min-width: 110px;

Properties should be ordered list-style-type, margin-bottom, margin-left
Open

      margin-bottom: 0;

Opening curly brace { should be preceded by one space
Open

  {

Rule declaration should be followed by an empty line
Open

  }
Severity
Category
Status
Source
Language