codeforamerica/ohana-web-search

View on GitHub

Showing 2,141 of 2,141 total issues

Opening curly brace { should be preceded by one space
Open

  {

Colon after property should be followed by one space
Open

      color:$pagination-next-color !important;

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

            background: shade($accentA-light, 5);

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

$font_leading_100: 1;

Colon after property should be followed by one space
Open

      border-bottom:none;

Prefer single quoted strings
Open

@import "compass/css3/box-sizing";

Avoid using id selectors
Open

    #detail-info {

Color literals like #CCCCCC should only be used in variable declarations; they should be referred to via variable everywhere else.
Open

      border-right: 1px solid #CCCCCC;

Properties should be ordered display, font-size, text-align
Open

        font-size: 11px;

Prefer single quoted strings
Open

@import "functions";

Color literals like #FFFFFF should only be used in variable declarations; they should be referred to via variable everywhere else.
Open

      background: none repeat scroll 0 0 #FFFFFF;

Properties should be ordered border, margin, margin-top, width
Open

          width: 100%;

Properties should be ordered display, margin-left, margin-top, padding, position, width
Open

      position: static;

Prefer single quoted strings
Open

@import "print";

Commas in function arguments should be followed by one space
Open

        color: rgba($white,.7);

Properties should be ordered background-color, border-color, color, cursor
Open

    color: $button-popup-disabled-color;

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

      @include inline-block();

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

    color: $complementA;

!important should not be used
Open

    color: rgba($white, .5) !important;
Severity
Category
Status
Source
Language