Showing 2,141 of 2,141 total issues
Color literals like #b3d4fc
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
background: #b3d4fc;
- Exclude checks
Properties should be ordered -webkit-appearance, background-color, background-image, background-position, background-repeat, border, -webkit-box-shadow, color, font-size, letter-spacing, margin, margin-top, padding, width Open
Open
font-size: $font_size_95;
- Exclude checks
Nesting should be no greater than 3, but was 4 Open
Open
> hgroup {
- Exclude checks
Use //
comments everywhere Open
Open
/*
- Exclude checks
Avoid using id selectors Open
Open
.home #search-box {
- Exclude checks
Merge rule h1.name > a::after
with rule on line 779 Open
Open
h1.name > a::after {
- Exclude checks
Use //
comments everywhere Open
Open
/* ==========================================================================
- Exclude checks
0.4
should be written without a leading zero as .4
Open
Open
@include single-box-shadow(0, 0, 5px, 0, midtone($black, 0.4));
- Exclude checks
Property color
already defined on line 408 Open
Open
color: rgba($black, .7);
- Exclude checks
Expected item on line 900 to appear before line 896. 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_serif
should be written in all lowercase letters with hyphens instead of underscores Open
Open
font-family: $font_serif;
- Exclude checks
Avoid vendor prefixes. Open
Open
-webkit-user-select: none;
- Exclude checks
Property border-bottom
already defined on line 905 Open
Open
border-bottom: 1px solid rgba($black, .4);
- Exclude checks
Avoid vendor prefixes. Open
Open
-moz-user-select: none;
- Exclude checks
Avoid vendor prefixes. Open
Open
-khtml-user-select: none;
- 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
Avoid vendor prefixes. Open
Open
-ms-user-select: none;
- Exclude checks
Properties should be ordered border-top, font-size, margin-bottom, margin-top, text-align Open
Open
text-align: center;
- Exclude checks
Name of variable greyscale_light
should be written in all lowercase letters with hyphens instead of underscores Open
Open
border-left: 1px dotted $greyscale_light;
- Exclude checks
Line should be indented 2 spaces, but was indented 4 spaces Open
Open
text-shadow: none;
- Exclude checks