codeforamerica/ohana-web-search

View on GitHub

Showing 2,141 of 2,141 total issues

Prefer single quoted strings
Open

@import "compass/typography/text/ellipsis";

Prefer single quoted strings
Open

@import "compass/typography/vertical_rhythm";

Prefer single quoted strings
Open

@import "font-awesome";

Prefer single quoted strings
Open

@import "effects";

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

    @include border-radius($border_radius_base);

Colon after property should be followed by one space
Open

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

Properties should be ordered background, color
Open

    color: $black;

border: 0 is preferred over border: none
Open

    border: none;

Properties should be ordered color, line-height, text-shadow
Open

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

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-left, display, font-family
Open

  display: table;

Properties should be ordered background, display, padding, padding-top
Open

    display: table-cell;

Selector should have depth of applicability no greater than 3, but was 4
Open

      > section {

Selector should have depth of applicability no greater than 3, but was 4
Open

      h1 {

Declaration should be terminated by a semicolon
Open

        color: $pagination-hover-color

Properties should be ordered border-bottom, color, display, line-height, min-height, min-width, text-decoration
Open

    color: $pagination-color;

Opening curly brace { should be preceded by one space
Open

    {

Properties should be ordered border-bottom, color
Open

      color:$pagination-next-color !important;

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

    @include single-box-shadow(0, 0, 10px, 0, rgba($black, .4));

Properties should be ordered font-family, font-size
Open

    font-size: $font_size_90;
Severity
Category
Status
Source
Language