Showing 2,717 of 2,717 total issues
Line should be indented 2 spaces, but was indented 4 spaces Open
Open
:root {
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
-webkit-touch-callout: none;
- Exclude checks
Avoid vendor prefixes. Open
Open
-ms-user-select: none;
- Exclude checks
Properties should be ordered bottom, height, right, width Open
Open
height:20px;
- Exclude checks
Property height
already defined on line 143 Open
Open
height: calc(100vh - var(--taskbarheight));
- Exclude checks
Color #000000
should be written as #000
Open
Open
background: #000000;
- Exclude checks
Color literals like #aaccff
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
border-bottom: 1px solid #aaccff;
- Exclude checks
Commas in function arguments should be followed by one space Open
Open
background: rgba(255,255,255,.15);
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
border-radius: var(--border-radius);
- Exclude checks
!important should not be used Open
Open
transform: scale(.25) !important;
- Exclude checks
!important should not be used Open
Open
bottom: 20px !important;
- Exclude checks
!important should not be used Open
Open
left: 0 !important;
- Exclude checks
Rule declaration should be preceded by an empty line Open
Open
.close {
- Exclude checks
Properties should be ordered margin-left, margin-top, opacity, transform, user-select, z-index Open
Open
user-select: none;
- Exclude checks
Rule declaration should be preceded by an empty line Open
Open
&,* {
- Exclude checks
border-right: 0
is preferred over border-right: none
Open
Open
border-right: none;
- Exclude checks
Properties should be ordered -khtml-user-select, -moz-user-select, -o-user-select, -webkit-user-select, user-select Open
Open
-webkit-user-select: none;
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
iframe {
- Exclude checks
Colon after property should be followed by one space Open
Open
transform:scale(1);
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
top: 5px;
- Exclude checks