codeforamerica/ohana-web-search

View on GitHub

Showing 2,141 of 2,141 total issues

Colon after property should be followed by one space
Open

    vertical-align:middle;

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

$button-utility-bg-hover:    $complementB;

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

$listitem-search-important-border:  $accentB;

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

      text-shadow: 1px 4px 6px $accentA-light, 0 0 0 $black, 1px 4px 6px $accentA-light;

Property color already defined on line 126
Open

      color: $button-color;

0.75 should be written without a leading zero as .75
Open

$font_leading_90: 0.75;

Prefer single quoted strings
Open

@import "compass/reset";

Property color already defined on line 223
Open

      color: midtone($black, 0.5);

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

      background: rgba($white, 0.3);

Prefer single quoted strings
Open

@import "variables";

Prefer single quoted strings
Open

@import "base";

Rule declaration should be preceded by an empty line
Open

      > hgroup {

Colon after property should be followed by one space
Open

      border-bottom:1px solid $white;

Merge rule .alert-close with rule on line 41
Open

  .alert-close {

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

      > hgroup {

!important should not be used
Open

    color: rgba($black, .75) !important;

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

@include site-link('.organization-detail', $greyscale_lightest);

Properties should be ordered background, color, cursor, letter-spacing, margin, padding, text-decoration
Open

  text-decoration: none;

Each selector in a comma sequence should be on its own single line
Open

  > h1,ul,li

!important should not be used
Open

  cursor: default !important;
Severity
Category
Status
Source
Language