codeforamerica/ohana-web-search

View on GitHub

Showing 2,141 of 2,141 total issues

Commas in function arguments should be followed by one space
Open

$greyscale_midtone: rgb(128,128,128);

Properties should be ordered background, border, color, cursor, font-size, height, margin-left, padding, position, text-align, width, z-index
Open

      font-size: $font_size_110;

Opening curly brace { should be preceded by one space
Open

  @if type-of($opacity) == number{@return rgba(tint($color, 25), $opacity)}

Commas in function arguments should be followed by one space
Open

$greyscale_lightest: rgb(252,252,252);

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

$pagination-disabled-color:     $greyscale_dark;

Prefer single quoted strings
Open

  @if $size == "baseline" {

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

$main-highlight: $complementA;

0.3 should be written without a leading zero as .3
Open

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

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

$font_leading_105: 1;

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

    @include adjust-font-size-to($font_size_120);

Prefer single quoted strings
Open

  @if $corner == "top" {

Properties should be ordered background, color
Open

    color: $pagination-active-color !important;

Prefer single quoted strings
Open

  @if $corner == "upper-right" {

Properties should be ordered font-family, font-weight, padding, text-align
Open

      text-align: center;

Rule declaration should be preceded by an empty line
Open

    a

Properties should be ordered border-bottom, color
Open

      color: $primary-dark;

!important should not be used
Open

      color:$pagination-next-color !important;

!important should not be used
Open

    color: lighten($black, 50) !important; // IE Fallback

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

$greyscale_midtone: rgb(128,128,128);

Rule declaration should be followed by an empty line
Open

    }
Severity
Category
Status
Source
Language