Showing 2,717 of 2,717 total issues
Rule declaration should be preceded by an empty line Open
Open
&:active {
- Exclude checks
Properties should be ordered background, color, display, height, resize, width Open
Open
width: 90%;
- Exclude checks
Properties should be ordered color, font-size, height, left, margin, position, top Open
Open
position: relative;
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
bottom: 0px;
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
bottom: 0;
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
padding: 0;
- Exclude checks
Color literals like rgba(255, 255, 255, 0.15)
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
background: rgba(255,255,255,.15);
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
top: 0;
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
background-color: transparent;
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
&.peeking:not(.active) {
- Exclude checks
Colon after property should be followed by one space Open
Open
z-index:99999 !important;
- Exclude checks
Properties should be ordered opacity, transform, transition, visibility, z-index Open
Open
z-index:99999 !important;
- Exclude checks
Properties should be ordered border-radius, bottom, left, margin, outline, top, transform, transform-origin Open
Open
transform: scale(.25) !important;
- Exclude checks
!important should not be used Open
Open
z-index: 999999 !important;
- Exclude checks
Nesting should be no greater than 3, but was 4 Open
Open
.pin {
- Exclude checks
Color literals like #000000
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
background: #000000;
- Exclude checks
!important should not be used Open
Open
width: 100vw !important;
- Exclude checks
Color literals like #000
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
border-bottom: 1px solid #000;
- Exclude checks
Properties should be ordered border-bottom, border-left, border-radius, border-right Open
Open
border-left: none;
- Exclude checks
Nesting should be no greater than 3, but was 4 Open
Open
.drag {
- Exclude checks