Showing 2,141 of 2,141 total issues
Properties should be ordered background, border, z-index Open
Open
border: 1px solid $list-search-important-border !important;
- Exclude checks
Commas in function arguments should be followed by one space Open
Open
border-top: 1px solid rgba($black,.1);
- Exclude checks
Property border-bottom
already defined on line 551 Open
Open
border-bottom: 1px solid midtone($black, .1);
- Exclude checks
Properties should be ordered background-color, float, vertical-align, width Open
Open
float: left;
- Exclude checks
Name of variable font_size_90
should be written in all lowercase letters with hyphens instead of underscores Open
Open
font-size: $font_size_90;
- Exclude checks
Expected item on line 567 to appear before line 558. Rule sets should be ordered as follows: @extends
, @includes
without @content
, properties, @includes
with @content
, nested rule sets Open
Open
@include ellipsis();
- Exclude checks
Expected item on line 392 to appear before line 389. Rule sets should be ordered as follows: @extends
, @includes
without @content
, properties, @includes
with @content
, nested rule sets Open
Open
@include background( radial-gradient( $primary-lightest 10%, $primary) );
- Exclude checks
Nesting should be no greater than 3, but was 4 Open
Open
li {
- Exclude checks
Name of variable greyscale_midtone
should be written in all lowercase letters with hyphens instead of underscores Open
Open
color: $greyscale_midtone; // IE fallback
- Exclude checks
Avoid using id selectors Open
Open
#geolocate-box {
- Exclude checks
Avoid qualifying class selectors with an element. Open
Open
section.no-results {
- 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
Properties should be ordered margin-bottom, margin-top, padding, padding-bottom, padding-top Open
Open
padding: 10px;
- Exclude checks
Nesting should be no greater than 3, but was 4 Open
Open
h2 {
- Exclude checks
Property border-bottom
already defined on line 266 Open
Open
border-bottom: 1px solid rgba($black, .1);
- Exclude checks
Name of variable greyscale_midtone
should be written in all lowercase letters with hyphens instead of underscores Open
Open
border-bottom: 1px solid $greyscale_midtone; // IE fallback
- Exclude checks
Nesting should be no greater than 3, but was 4 Open
Open
> ul {
- 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
Properties should be ordered background, border-top, position Open
Open
position: relative;
- 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