Showing 2,141 of 2,141 total issues
Expected item on line 186 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 box-sizing(border-box);
- Exclude checks
0.7
should be written without a leading zero as .7
Open
Open
border-bottom: 1px solid rgba($white, 0.7);
- Exclude checks
Name of variable font_serif
should be written in all lowercase letters with hyphens instead of underscores Open
Open
font-family: $font_serif;
- Exclude checks
Expected item on line 5 to appear before line 4. 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
border-bottom: 0
is preferred over border-bottom: none
Open
Open
border-bottom: none;
- Exclude checks
!important should not be used Open
Open
text-decoration: none !important;
- Exclude checks
Name of variable greyscale_light
should be written in all lowercase letters with hyphens instead of underscores Open
Open
border-top: 1px solid $greyscale_light; // IE fallback
- Exclude checks
Color #FFFFFF
should be written as #FFF
Open
Open
background: none repeat scroll 0 0 #FFFFFF;
- Exclude checks
Name of variable font_size_110
should be written in all lowercase letters with hyphens instead of underscores Open
Open
font-size: $font_size_110;
- Exclude checks
Name of variable greyscale_lightest
should be written in all lowercase letters with hyphens instead of underscores Open
Open
@include site-link('.terminology-box', $greyscale_lightest);
- Exclude checks
Properties should be ordered float, margin, margin-left, margin-right, width Open
Open
width: 100%;
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 6 Open
Open
h1 {
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 6 Open
Open
* {
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
.location-sidebar-content > section,
- Exclude checks
Opening curly brace {
should be preceded by one space Open
Open
{
- Exclude checks
!important should not be used Open
Open
display:block !important;
- Exclude checks
Avoid using id selectors Open
Open
#content > header {
- Exclude checks
Properties should be ordered display, margin, padding-left, padding-right, text-align, width Open
Open
width: 100%;
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
> input {
- 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