Showing 2,141 of 2,141 total issues
Opening curly brace {
should be preceded by one space Open
Open
{
- Exclude checks
Colon after property should be followed by one space Open
Open
color:$pagination-next-color !important;
- Exclude checks
Name of variable accentA-light
should be written in all lowercase letters with hyphens instead of underscores Open
Open
background: shade($accentA-light, 5);
- Exclude checks
Name of variable font_leading_100
should be written in all lowercase letters with hyphens instead of underscores Open
Open
$font_leading_100: 1;
- Exclude checks
Colon after property should be followed by one space Open
Open
border-bottom:none;
- Exclude checks
Prefer single quoted strings Open
Open
@import "compass/css3/box-sizing";
- Exclude checks
Avoid using id selectors Open
Open
#detail-info {
- Exclude checks
Color literals like #CCCCCC
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
border-right: 1px solid #CCCCCC;
- Exclude checks
Properties should be ordered display, font-size, text-align Open
Open
font-size: 11px;
- Exclude checks
Prefer single quoted strings Open
Open
@import "functions";
- Exclude checks
Color literals like #FFFFFF
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
background: none repeat scroll 0 0 #FFFFFF;
- Exclude checks
Properties should be ordered border, margin, margin-top, width Open
Open
width: 100%;
- Exclude checks
Properties should be ordered display, margin-left, margin-top, padding, position, width Open
Open
position: static;
- Exclude checks
Prefer single quoted strings Open
Open
@import "print";
- Exclude checks
Commas in function arguments should be followed by one space Open
Open
color: rgba($white,.7);
- Exclude checks
Properties should be ordered background-color, border-color, color, cursor Open
Open
color: $button-popup-disabled-color;
- Exclude checks
Expected item on line 26 to appear before line 22. Rule sets should be ordered as follows: @extends
, @includes
without @content
, properties, @includes
with @content
, nested rule sets Open
Open
@include inline-block();
- Exclude checks
Name of variable font_size_95
should be written in all lowercase letters with hyphens instead of underscores Open
Open
font-size: $font_size_95;
- Exclude checks
Name of variable complementA
should be written in all lowercase letters with hyphens instead of underscores Open
Open
color: $complementA;
- Exclude checks
!important should not be used Open
Open
color: rgba($white, .5) !important;
- Exclude checks