Showing 2,717 of 2,717 total issues
Color literals like #666
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
border-left: 1px solid #666;
- Exclude checks
Rule declaration should be preceded by an empty line Open
Open
button {
- Exclude checks
Line should be indented 2 spaces, but was indented 4 spaces Open
Open
background: var(--themecolor);
- Exclude checks
Color literals like #fff
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
background: #fff;
- Exclude checks
Properties should be ordered -webkit-appearance, background, border, border-radius, cursor, height, padding, width Open
Open
height: 25px;
- Exclude checks
Color literals like #fff
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
background: #fff;
- Exclude checks
Properties should be ordered background, display, height, margin, padding, width Open
Open
display:flex;
- Exclude checks
Colon after property should be followed by one space Open
Open
margin:0;
- Exclude checks
Colon after property should be followed by one space Open
Open
object-fit:contain;
- Exclude checks
Colon after property should be followed by one space Open
Open
left:0;
- Exclude checks
Colon after property should be followed by one space Open
Open
width:100%;
- Exclude checks
Color literals like #000
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
background: #000;
- Exclude checks
Files should end with a trailing newline Open
Open
}
- Exclude checks
Line should be indented 2 spaces, but was indented 4 spaces Open
Open
--bg-4: var(--black4);
- Exclude checks
Line should be indented 2 spaces, but was indented 4 spaces Open
Open
margin: 0;
- Exclude checks
Line should be indented 2 spaces, but was indented 4 spaces Open
Open
accent-color: var(--themecolor);
- Exclude checks
!important should not be used Open
Open
background-color: #555555cc !important;
- Exclude checks
Properties should be ordered background, border, border-radius, height, line-height, padding Open
Open
line-height: revert;
- Exclude checks
Line should be indented 2 spaces, but was indented 4 spaces Open
Open
width:auto;
- Exclude checks
Properties should be ordered cursor, display, padding, text-decoration Open
Open
display:block;
- Exclude checks