Showing 2,717 of 2,717 total issues
Properties should be ordered border-radius, height, max-height, max-width, width Open
Open
height: 100%;
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
-khtml-user-select: none;
- Exclude checks
Avoid vendor prefixes. Open
Open
-moz-user-select: none;
- Exclude checks
Line should be indented 2 spaces, but was indented 4 spaces Open
Open
min-height: 1rem;
- Exclude checks
Avoid vendor prefixes. Open
Open
-o-user-select: none;
- Exclude checks
Each selector in a comma sequence should be on its own single line Open
Open
#emergencytools, #emergencytoolsloading { // Emergency Tools
- Exclude checks
Line should be indented 2 spaces, but was indented 4 spaces Open
Open
body {
- 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
border: 0
is preferred over border: none
Open
Open
border: none;
- Exclude checks
Colon after property should be followed by one space Open
Open
transition:.1s;
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
left: 0;
- Exclude checks
Rule declaration should be preceded by an empty line Open
Open
&:hover {
- Exclude checks
Rule declaration should be followed by an empty line Open
Open
}
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
max-width: 100vw;
- Exclude checks
Colon after property should be followed by one space Open
Open
width:initial;
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
height: 200px;
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
details {
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
top: 400px;
- Exclude checks
Declaration should be terminated by a semicolon Open
Open
width: 80%
- Exclude checks
Rule declaration should be followed by an empty line Open
Open
}
- Exclude checks