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
Selector should have depth of applicability no greater than 3, but was 7 Open
Open
> span {
- Exclude checks
Opening curly brace {
should be preceded by one space Open
Open
.hierarchy-depth-3{ margin-left: 30px; }
- Exclude checks
Line should be indented 6 spaces, but was indented 7 spaces Open
Open
margin-top: 40px;
- 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
Rule declaration should be followed by an empty line Open
Open
}
- Exclude checks
Line should be indented 2 spaces, but was indented 4 spaces Open
Open
width: 1px;
- Exclude checks
Line should be indented 2 spaces, but was indented 4 spaces Open
Open
position: static;
- Exclude checks
!important should not be used Open
Open
display: none !important;
- Exclude checks
Colon after property should be followed by one space Open
Open
z-index:0 !important;
- Exclude checks
!important should not be used Open
Open
z-index:9998 !important;
- Exclude checks
!important should not be used Open
Open
position:absolute !important;
- Exclude checks
!important should not be used Open
Open
z-index: $layer-9 !important;
- Exclude checks
Prefer single quoted strings Open
Open
@if $size == "base-medium" {
- Exclude checks
Name of variable font_size_105
should be written in all lowercase letters with hyphens instead of underscores Open
Open
@include adjust-font-size-to($font_size_105);
- Exclude checks
Name of variable font_size_130
should be written in all lowercase letters with hyphens instead of underscores Open
Open
@include adjust-font-size-to($font_size_130);
- Exclude checks
Avoid vendor prefixes. Open
Open
input::-moz-placeholder {
- Exclude checks
Avoid qualifying attribute selectors with an element. Open
Open
input[type=search]::-ms-clear {
- Exclude checks
Commas in function arguments should be followed by one space Open
Open
$accentA-base: rgb(209,249,148);
- Exclude checks
Name of variable complementB
should be written in all lowercase letters with hyphens instead of underscores Open
Open
$complementB: tint($complement-base, 50);
- Exclude checks