Showing 2,141 of 2,141 total issues
Name of variable accentA-light
should be written in all lowercase letters with hyphens instead of underscores Open
Open
$button-hover-bg: shade($accentA-light,5);
- Exclude checks
Name of variable complementB
should be written in all lowercase letters with hyphens instead of underscores Open
Open
$pagination-disabled-bg: rgba($complementB, 0.1);
- Exclude checks
Name of variable font_leading_110
should be written in all lowercase letters with hyphens instead of underscores Open
Open
$font_leading_110: 1.25;
- Exclude checks
!important should not be used Open
Open
color: $button-utility-hover-color !important;
- Exclude checks
Expected item on line 16 to appear before line 11. 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.6
should be written without a leading zero as .6
Open
Open
@include input-placeholder(rgba($white, 0.6), italic);
- Exclude checks
Properties should be ordered background, border, border-collapse, cursor, font-family, font-size, height, left, line-height, margin, margin-left, min-width, padding, position, top, vertical-align, z-index Open
Open
cursor: pointer;
- 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
Colon after property should be followed by one space Open
Open
border:1px solid rgba($input-border-color, 0.4);
- Exclude checks
Properties should be ordered background, border, border-collapse, border-left, cursor, font-family, font-size, height, left, letter-spacing, line-height, margin, margin-left, min-width, padding, position, right, top, vertical-align, z-index Open
Open
position: absolute;
- 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
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
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
border: 0
is preferred over border: none
Open
Open
border: none;
- Exclude checks
0.5
should be written without a leading zero as .5
Open
Open
color: midtone($black, 0.5);
- Exclude checks
Prefer single quoted strings Open
Open
content: "×";
- Exclude checks
Properties should be ordered display, font-family, font-size, min-width, padding, vertical-align Open
Open
min-width: 110px;
- Exclude checks
Properties should be ordered list-style-type, margin-bottom, margin-left Open
Open
margin-bottom: 0;
- Exclude checks
Opening curly brace {
should be preceded by one space Open
Open
{
- Exclude checks
Rule declaration should be followed by an empty line Open
Open
}
- Exclude checks