Showing 2,141 of 2,141 total issues
Commas in function arguments should be followed by one space Open
Open
color: rgba($black,.4);
- 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
Avoid using id selectors Open
Open
#map-view {
- Exclude checks
Property color
already defined on line 919 Open
Open
color: rgba($black, .5);
- Exclude checks
Name of variable greyscale_midtone
should be written in all lowercase letters with hyphens instead of underscores Open
Open
color: $greyscale_midtone;
- 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
Nesting should be no greater than 3, but was 4 Open
Open
> a {
- Exclude checks
Properties should be ordered margin-left, padding-left Open
Open
padding-left: 20px;
- Exclude checks
Property color
already defined on line 896 Open
Open
color: rgba($black, .6);
- 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
Commas in function arguments should be followed by one space Open
Open
@include box-shadow(0 0 1px $white, -1px 0 2px rgba($black,.2), 0 1px 2px rgba($black,.2));
- Exclude checks
Properties should be ordered border-bottom, margin-bottom Open
Open
margin-bottom: 0;
- Exclude checks
Expected item on line 977 to appear before line 976. Rule sets should be ordered as follows: @extends
, @includes
without @content
, properties, @includes
with @content
, nested rule sets Open
Open
@include type-size(baseline);
- Exclude checks
Properties should be ordered color, letter-spacing Open
Open
letter-spacing: 1px;
- 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 border-bottom, color, font-family, letter-spacing, margin-bottom, margin-top, padding, vertical-align Open
Open
color: $greyscale_midtone;
- Exclude checks
Expected item on line 949 to appear before line 948. 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
Selector should have depth of applicability no greater than 3, but was 6 Open
Open
> h1 {
- Exclude checks
Nesting should be no greater than 3, but was 4 Open
Open
h1 {
- Exclude checks
Commas in function arguments should be followed by one space Open
Open
@include box-shadow(0 0 1px $white, -1px 0 2px rgba($black,.2), 0 1px 2px rgba($black,.2));
- Exclude checks