Showing 2,141 of 2,141 total issues
Colon after property should be followed by one space Open
Open
position:absolute !important;
- Exclude checks
!important should not be used Open
Open
z-index:-1 !important;
- Exclude checks
Properties should be ordered margin-top, position, -moz-transition, -webkit-transition, transition, z-index Open
Open
z-index:-1 !important;
- Exclude checks
Avoid vendor prefixes. Open
Open
-moz-transition: margin-top $animation-duration-base, z-index $animation-duration-base;
- Exclude checks
@function declaration should be followed by an empty line Open
Open
}
- Exclude checks
Prefer single quoted strings Open
Open
@if $size == "base-small" {
- Exclude checks
Name of variable font_size_95
should be written in all lowercase letters with hyphens instead of underscores Open
Open
@include adjust-font-size-to($font_size_95);
- Exclude checks
Prefer single quoted strings Open
Open
@if $size == "medium" {
- Exclude checks
Avoid qualifying attribute selectors with an element. Open
Open
input[type=search] {
- Exclude checks
Commas in function arguments should be followed by one space Open
Open
$black: rgb(0,0,0);
- Exclude checks
Commas in function arguments should be followed by one space Open
Open
$greyscale_light: rgb(171,171,171);
- Exclude checks
Commas in function arguments should be followed by one space Open
Open
$white: rgb(255,255,255);
- Exclude checks
Name of variable accentB
should be written in all lowercase letters with hyphens instead of underscores Open
Open
$accentB: rgb(255,200,56);
- Exclude checks
Name of variable complementA
should be written in all lowercase letters with hyphens instead of underscores Open
Open
$complementA: shade($complement-base, 50);
- Exclude checks
Commas in function arguments should be followed by one space Open
Open
$button-popup-color: rgba($black,.5);
- Exclude checks
Name of variable complementB
should be written in all lowercase letters with hyphens instead of underscores Open
Open
$main-list-mark-color: $complementB;
- Exclude checks
Prefer single quoted strings Open
Open
@import "compass/css3/transition";
- Exclude checks
Prefer single quoted strings Open
Open
@import "compass/css3/inline-block";
- Exclude checks
Use //
comments everywhere Open
Open
/* ==========================================================================
- Exclude checks
Prefer single quoted strings Open
Open
@import "mixins";
- Exclude checks