Showing 2,141 of 2,141 total issues
border: 0
is preferred over border: none
Open
Open
border: none;
- Exclude checks
Name of variable greyscale_light
should be written in all lowercase letters with hyphens instead of underscores Open
Open
$button-popup-disabled-color: $greyscale_light;
- Exclude checks
Expected item on line 109 to appear before line 98. 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
Name of variable complementA
should be written in all lowercase letters with hyphens instead of underscores Open
Open
$button-utility-hover-color: $complementA;
- Exclude checks
Properties should be ordered color, font-size Open
Open
font-size: $font_size_90;
- Exclude checks
Name of variable complementB
should be written in all lowercase letters with hyphens instead of underscores Open
Open
$pagination-border: $complementB;
- Exclude checks
0.1
should be written without a leading zero as .1
Open
Open
@include single-box-shadow(0, 1px, 6px, 1px, rgba($black, 0.1), inset);
- Exclude checks
0.2
should be written without a leading zero as .2
Open
Open
$main-header-bg: rgba($complementB, 0.2);
- 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
Name of variable complementA
should be written in all lowercase letters with hyphens instead of underscores Open
Open
border-left: 20px solid $complementA;
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
li {
- Exclude checks
Name of variable font_size_120
should be written in all lowercase letters with hyphens instead of underscores Open
Open
$font_size_120: 28px;
- Exclude checks
!important should not be used Open
Open
color: $pagination-active-color !important;
- Exclude checks
Merge rule .popup-container > article::-webkit-scrollbar
with rule on line 10 Open
Open
.popup-container > article::-webkit-scrollbar {
- Exclude checks
Name of variable font_size_105
should be written in all lowercase letters with hyphens instead of underscores Open
Open
font-size: $font_size_105;
- Exclude checks
Prefer single quoted strings Open
Open
@import "compass/css3/user-interface";
- Exclude checks
!important should not be used Open
Open
background: transparent !important;
- 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
Use //
comments everywhere Open
Open
/*
- Exclude checks
Properties should be ordered background, color Open
Open
color: $black;
- Exclude checks