Showing 2,717 of 2,717 total issues
Line should be indented 2 spaces, but was indented 4 spaces Open
Open
filter:contrast(.4) brightness(.6) grayscale(.1);
- Exclude checks
Properties should be ordered background, border, color Open
Open
color: #fff;
- Exclude checks
Rule declaration should be preceded by an empty line Open
Open
a {
- Exclude checks
Colon after property should be followed by one space Open
Open
background:var(--black);
- Exclude checks
Color literals like #000
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
filter: drop-shadow(0 0 1px #000);
- Exclude checks
Line should be indented 2 spaces, but was indented 4 spaces Open
Open
::-webkit-scrollbar-thumb {
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
left: 0;
- Exclude checks
Properties should be ordered display, flex-direction, height, left, overflow, position, top, width Open
Open
position: absolute;
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
left: 0;
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
height: 100%;
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
background-size: cover;
- Exclude checks
Avoid vendor prefixes. Open
Open
-khtml-user-select: none;
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
#tasklist {
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
-moz-user-select: none;
- Exclude checks
Selector big_buttons
should be written in lowercase with hyphens Open
Open
body.big_buttons { // Big Buttons
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
z-index: 99999999 !important;
- Exclude checks
Properties should be ordered color, display, flex-direction, height, max-width, min-width, position, right, top, width Open
Open
position: relative;
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
color: #ffffff;
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
&:target {
- Exclude checks
Properties should be ordered background-color, border, display, flex-flow, height, justify-content, margin, overflow, padding, position, transition, width Open
Open
transition: .2s;
- Exclude checks