Showing 2,717 of 2,717 total issues
Color literals like #000
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
color: #000;
- Exclude checks
Properties should be ordered cursor, transition, z-index Open
Open
z-index: 9999;
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
color:#fff;
- Exclude checks
Rule declaration should be followed by an empty line Open
Open
}
- Exclude checks
Begin pseudo classes with a single colon: :
Open
Open
&::-moz-meter-bar {
- Exclude checks
Colon after property should be followed by one space Open
Open
height:var(--altbarheight);
- Exclude checks
Colon after property should be followed by one space Open
Open
background:var(--bg-3);
- Exclude checks
Line should be indented 2 spaces, but was indented 4 spaces Open
Open
background:var(--bg-4);
- Exclude checks
Colon after property should be followed by one space Open
Open
padding:0;
- Exclude checks
Colon after property should be followed by one space Open
Open
filter:contrast(.4) brightness(.6) grayscale(.1);
- Exclude checks
Color literals like #fff
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
color: #fff;
- Exclude checks
Line should be indented 2 spaces, but was indented 4 spaces Open
Open
input,
- Exclude checks
Color literals like #444
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
border: 1px solid #444;
- Exclude checks
Color literals like #fff
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
color:#fff;
- Exclude checks
Colon after property should be followed by one space Open
Open
background:var(--black3);
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
overflow: clip;
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
overscroll-behavior: none;
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
flex-direction: column;
- Exclude checks
!important should not be used Open
Open
opacity: 1 !important;
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 5 Open
Open
* {
- Exclude checks