Showing 2,141 of 2,141 total issues
Color #CCCCCC
should be written as #CCC
Open
Open
border-right: 1px solid #CCCCCC;
- Exclude checks
Name of variable greyscale_dark
should be written in all lowercase letters with hyphens instead of underscores Open
Open
border: 1px solid rgba($greyscale_dark, .4);
- Exclude checks
!important should not be used Open
Open
color: #000 !important; /* Black prints faster: h5bp.com/s */
- Exclude checks
Use //
comments everywhere Open
Open
/* ==========================================================================
- Exclude checks
Line should be indented 4 spaces, but was indented 6 spaces Open
Open
content: " (" attr(href) ")";
- Exclude checks
Avoid using id selectors Open
Open
#search-container {
- Exclude checks
Colon after property should be followed by one space Open
Open
display:none !important;
- Exclude checks
Colon after property should be followed by one space Open
Open
margin:0;
- Exclude checks
Name of variable accentA-light
should be written in all lowercase letters with hyphens instead of underscores Open
Open
background: $accentA-light;
- Exclude checks
Expected item on line 185 to appear before line 182. Rule sets should be ordered as follows: @extends
, @includes
without @content
, properties, @includes
with @content
, nested rule sets Open
Open
@include border-radius(4px);
- Exclude checks
Properties should be ordered color, font-size, margin-left, margin-top Open
Open
margin-top: 10px;
- Exclude checks
Property border-bottom
already defined on line 300 Open
Open
border-bottom: 1px solid rgba($black, .1);
- Exclude checks
Name of variable greyscale_lightest
should be written in all lowercase letters with hyphens instead of underscores Open
Open
border-right: 20px solid $greyscale_lightest;
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 6 Open
Open
> * > section * > section {
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
> input {
- Exclude checks
Properties should be ordered border, float, margin-left, width Open
Open
float: none;
- Exclude checks
Property margin-top
already defined on line 195 Open
Open
margin-top: 8px;
- Exclude checks
Properties should be ordered border-bottom, padding-left, width Open
Open
padding-left: 20px;
- Exclude checks
Property border-bottom
already defined on line 1290 Open
Open
border-bottom: 1px solid rgba($black,.4);
- Exclude checks
!important should not be used Open
Open
display: none !important;
- Exclude checks