Showing 2,717 of 2,717 total issues
Colon after property should be followed by one space Open
Open
overflow:auto;
- Exclude checks
border-bottom: 0
is preferred over border-bottom: none
Open
Open
border-bottom:none;
- Exclude checks
Color #aaccff
should be written as #acf
Open
Open
border-bottom: 1px solid #aaccff;
- Exclude checks
Color literals like #555
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
border-bottom:1px solid #555;
- Exclude checks
Rule declaration should be followed by an empty line Open
Open
}
- Exclude checks
Properties should be ordered border-radius, overflow, transform Open
Open
transform: scaleY(1) !important;
- Exclude checks
Color literals like #555
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
border-bottom:1px solid #555;
- Exclude checks
!important should not be used Open
Open
border-radius: var(--border-radius) !important;
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
display: flex;
- Exclude checks
!important should not be used Open
Open
transform-origin: bottom left !important;
- Exclude checks
Rule declaration should be followed by an empty line Open
Open
}
- Exclude checks
Colon after property should be followed by one space Open
Open
height:auto;
- Exclude checks
!important should not be used Open
Open
transform: scale(0) !important;
- Exclude checks
Each selector in a comma sequence should be on its own single line Open
Open
.progicon, .progtitle {
- Exclude checks
Colon after property should be followed by one space Open
Open
z-index:1000;
- Exclude checks
!important should not be used Open
Open
height: 100vh !important;
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
opacity: 0;
- Exclude checks
Properties should be ordered background-color, border, border-radius, height, top Open
Open
top: 0 !important;
- Exclude checks
Properties should be ordered align-items, background-position, background-size, display, height, justify-content, left, overflow, pointer-events, position, top, -webkit-touch-callout, -khtml-user-select, -moz-user-select, -ms-user-select, -webkit-user-select, user-select, width Open
Open
position: absolute;
- Exclude checks
Colon after property should be followed by one space Open
Open
border-radius:var(--border-radius);
- Exclude checks