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

  position:absolute !important;

!important should not be used
Open

  z-index:-1 !important;

Properties should be ordered margin-top, position, -moz-transition, -webkit-transition, transition, z-index
Open

  z-index:-1 !important;

Avoid vendor prefixes.
Open

  -moz-transition: margin-top $animation-duration-base, z-index $animation-duration-base;

@function declaration should be followed by an empty line
Open

}

Prefer single quoted strings
Open

  @if $size == "base-small" {

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

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

Prefer single quoted strings
Open

  @if $size == "medium" {

Avoid qualifying attribute selectors with an element.
Open

  input[type=search] {

Commas in function arguments should be followed by one space
Open

$black: rgb(0,0,0);

Commas in function arguments should be followed by one space
Open

$greyscale_light: rgb(171,171,171);

Commas in function arguments should be followed by one space
Open

$white: rgb(255,255,255);

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

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

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

$complementA: shade($complement-base, 50);

Commas in function arguments should be followed by one space
Open

$button-popup-color:                rgba($black,.5);

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

$main-list-mark-color: $complementB;

Prefer single quoted strings
Open

@import "compass/css3/transition";

Prefer single quoted strings
Open

@import "compass/css3/inline-block";

Use // comments everywhere
Open

/* ==========================================================================

Prefer single quoted strings
Open

@import "mixins";
Severity
Category
Status
Source
Language