Showing 2,141 of 2,141 total issues
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
Name of variable font_size_105
should be written in all lowercase letters with hyphens instead of underscores Open
Open
line-height: #{$font_size_105 + 4};
- Exclude checks
Avoid using id selectors Open
Open
#popups {
- Exclude checks
border: 0
is preferred over border: none
Open
Open
border: none;
- Exclude checks
0.3
should be written without a leading zero as .3
Open
Open
background: rgba($white, 0.3);
- Exclude checks
Expected item on line 26 to appear before line 24. 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
Properties should be ordered background, border, border-collapse, color, font-size, margin-top, outline, position, right, top Open
Open
position: absolute;
- Exclude checks
Merge rule .popup-container > article::-webkit-scrollbar-track
with rule on line 10 Open
Open
.popup-container > article::-webkit-scrollbar-track {
- Exclude checks
Property color
already defined on line 271 Open
Open
color: rgba($black, .1);
- 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
Color #FFFFFF
should be written as #ffffff
Open
Open
background: none repeat scroll 0 0 #FFFFFF;
- Exclude checks
Expected item on line 16 to appear before line 14. 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
border-bottom: 0
is preferred over border-bottom: none
Open
Open
border-bottom:none;
- Exclude checks
Begin pseudo elements with double colons: ::
Open
Open
*,
- Exclude checks
Properties should be ordered bottom, left, pointer-events, position, right, top Open
Open
position: absolute;
- Exclude checks
Color literals like #000
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
color: #000 !important; /* Black prints faster: h5bp.com/s */
- Exclude checks
Avoid vendor prefixes. Open
Open
-webkit-box-shadow: inset 0 0 10px rgba($black, .2);
- Exclude checks
!important should not be used Open
Open
font-size: 14px !important;
- Exclude checks
Merge rule .popup-container > article::-webkit-scrollbar-thumb
with rule on line 10 Open
Open
.popup-container > article::-webkit-scrollbar-thumb {
- Exclude checks
Avoid qualifying attribute selectors with an element. Open
Open
button[disabled] {
- Exclude checks