Showing 2,141 of 2,141 total issues
Rule declaration should be followed by an empty line Open
Open
}
- Exclude checks
Name of variable font_size_100
should be written in all lowercase letters with hyphens instead of underscores Open
Open
font-size: $font_size_100;
- Exclude checks
Expected item on line 574 to appear before line 573. 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
Expected item on line 179 to appear before line 178. 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_san_serif
should be written in all lowercase letters with hyphens instead of underscores Open
Open
font-family: $font_san_serif;
- Exclude checks
Use //
comments everywhere Open
Open
/*
- 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
Properties should be ordered padding, text-align Open
Open
text-align: right;
- Exclude checks
Property border-bottom
already defined on line 1018 Open
Open
border-bottom: 1px solid rgba($black, .1);
- Exclude checks
Name of variable greyscale_light
should be written in all lowercase letters with hyphens instead of underscores Open
Open
background-color: $greyscale_light;
- Exclude checks
Expected item on line 154 to appear before line 153. 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
Expected item on line 163 to appear before line 161. 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
Property word-break
already defined on line 1088 Open
Open
word-break: break-word;
- Exclude checks
Avoid using id selectors Open
Open
#search-options {
- Exclude checks
!important should not be used Open
Open
border-bottom: 1px solid $primary-dark !important;
- Exclude checks
Line should be indented 6 spaces, but was indented 8 spaces Open
Open
margin-left: 13px;
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 6 Open
Open
> li:nth-child(odd) {
- Exclude checks
Name of variable font_san_serif
should be written in all lowercase letters with hyphens instead of underscores Open
Open
font-family: $font_san_serif;
- Exclude checks
Properties should be ordered background, border-top, clear, padding-bottom, position, text-align Open
Open
position: relative;
- Exclude checks
Line should be indented 6 spaces, but was indented 8 spaces Open
Open
padding-right: 15px;
- Exclude checks