codeforamerica/ohana-web-search

View on GitHub

Showing 2,141 of 2,141 total issues

Prefer single quoted strings
Open

@import "compass/css3/border-radius";

Prefer single quoted strings
Open

@import "responsive";

Properties should be ordered font-family, letter-spacing, min-height, pointer-events, text-align, width
Open

  width: 100%;

Properties should be ordered border-bottom, color
Open

      color: $white;

Properties should be ordered border-bottom, color, margin-bottom, margin-top, min-height, min-width
Open

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

Properties should be ordered background, color
Open

    color: $black;

Properties should be ordered color, font-size, line-height, position, text-align, width
Open

    position: absolute;

Colon after property should be followed by one space
Open

    margin:0;

0.4 should be written without a leading zero as .4
Open

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

Properties should be ordered -webkit-appearance, background, border, border-bottom, border-collapse, color, font-size, height, padding-left, padding-right, width
Open

      width: 100%;

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

      > section {

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

    font-size: $font_size_95;

Properties should be ordered background, color
Open

    color: $pagination-disabled-color;

Opening curly brace { should be preceded by one space
Open

    {

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

      a {

Rule declaration should be followed by an empty line
Open

    }

Merge rule .popup-container > article with rule on line 10
Open

  .popup-container > article {

Properties should be ordered background, overflow-y, position, width
Open

    position: absolute;

Properties should be ordered height, padding
Open

      padding: 20px;

Avoid vendor prefixes.
Open

    -webkit-border-radius: 0 10px 10px 0;
Severity
Category
Status
Source
Language