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

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

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

$accentA-base: rgb(209,249,148);

Commas in function arguments should be followed by one space
Open

$accentB: rgb(255,200,56);

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

$button-popup-bg:                   $accentA-light;

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

$button-hover-color:          $complementA;

0.1 should be written without a leading zero as .1
Open

$pagination-disabled-bg:        rgba($complementB, 0.1);

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

$font_leading_95: 1;

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

$font_leading_110: 1.25;

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

$font_leading_130: 1.5;

Prefer single quoted strings
Open

@import "compass/css3/background-size";

!important should not be used
Open

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

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

  border:1px solid rgba(0, 0, 0, 0);

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

    @include box-sizing(border-box);

Property color already defined on line 126
Open

      color: midtone($black, .5);

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

      >.fa {

Merge rule .input-search-filter.input-search-filter-option with rule on line 152
Open

.input-search-filter.input-search-filter-option {

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

    @include rounded-except(bottom);

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

      .fa {

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

      > hgroup {

Merge rule li.collapsed with rule on line 12
Open

  li.collapsed
Severity
Category
Status
Source
Language