Showing 2,141 of 2,141 total issues
Line should be indented 2 spaces, but was indented 4 spaces Open
Open
clear: both;
- Exclude checks
Expected item on line 21 to appear before line 18. Rule sets should be ordered as follows: @extends
, @includes
without @content
, properties, @includes
with @content
, nested rule sets Open
Open
@include transition(opacity $animation-duration-base, z-index $animation-duration-base);
- Exclude checks
Colon after property should be followed by one space Open
Open
z-index:-9998 !important;
- Exclude checks
!important should not be used Open
Open
z-index:-1 !important;
- Exclude checks
!important should not be used Open
Open
z-index: $layer-10 !important;
- Exclude checks
Begin pseudo elements with double colons: ::
Open
Open
input:-moz-placeholder {
- Exclude checks
Name of variable accentA-base
should be written in all lowercase letters with hyphens instead of underscores Open
Open
$accentA-light: tint($accentA-base, 25);
- Exclude checks
Name of variable accentA-light
should be written in all lowercase letters with hyphens instead of underscores Open
Open
$button-popup-hover-bg: shade($accentA-light,5);
- Exclude checks
Commas in function arguments should be followed by one space Open
Open
$button-color: rgba($black,.5);
- Exclude checks
Name of variable complementA
should be written in all lowercase letters with hyphens instead of underscores Open
Open
$search-button-fa-hover-color: $complementA;
- Exclude checks
Name of variable complementB
should be written in all lowercase letters with hyphens instead of underscores Open
Open
$main-header-bg: rgba($complementB, 0.2);
- Exclude checks
Name of variable complementA
should be written in all lowercase letters with hyphens instead of underscores Open
Open
$terminology-border: $complementA;
- Exclude checks
Use //
comments everywhere Open
Open
/*
- Exclude checks
Properties should be ordered margin, padding-left, padding-right, pointer-events, position, text-align Open
Open
pointer-events: auto;
- Exclude checks
!important should not be used Open
Open
border-bottom: none !important;
- Exclude checks
Merge rule .alert-container.floating
with rule on line 2 Open
Open
.alert-container.floating {
- Exclude checks
Properties should be ordered left, position, top Open
Open
position: fixed;
- Exclude checks
Properties should be ordered background, border, color, cursor, font-family, padding Open
Open
font-family: $font_san_serif;
- Exclude checks
Name of variable accentA-light
should be written in all lowercase letters with hyphens instead of underscores Open
Open
text-shadow: 1px 4px 6px $accentA-light, 0 0 0 $black, 1px 4px 6px $accentA-light;
- Exclude checks
Nesting should be no greater than 3, but was 4 Open
Open
>span {
- Exclude checks