Showing 2,717 of 2,717 total issues
border: 0
is preferred over border: none
Open
Open
border: none;
- Exclude checks
Colon after property should be followed by one space Open
Open
filter:invert(1);
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 5 Open
Open
img {
- Exclude checks
Properties should be ordered aspect-ratio, height, left, position, top, z-index Open
Open
height: 70%;
- Exclude checks
Line contains trailing whitespace Open
Open
- Exclude checks
Rule declaration should be followed by an empty line Open
Open
}
- Exclude checks
Nesting should be no greater than 3, but was 4 Open
Open
#websitecontrols1 {
- Exclude checks
Rule declaration should be preceded by an empty line Open
Open
&#website {
- Exclude checks
Properties should be ordered border-radius, color, display, padding Open
Open
display: inline-block;
- Exclude checks
Color literals like #6f6
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
color:#6f6;
- Exclude checks
Line should be indented 2 spaces, but was indented 4 spaces Open
Open
padding: 0;
- Exclude checks
Rule declaration should be preceded by an empty line Open
Open
button {
- Exclude checks
Color literals like red
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
background-color: red;
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
overflow: hidden;
- Exclude checks
Color literals like #000
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
border-left: 1px solid #000;
- Exclude checks
Properties should be ordered align-items, background, border, border-radius, display, flex-direction, flex-wrap, height, justify-content, max-height, overflow, padding, position, z-index Open
Open
z-index: 999;
- Exclude checks
Colon after property should be followed by one space Open
Open
filter:blur(4px);
- Exclude checks
Colon after property should be followed by one space Open
Open
z-index:-1;
- Exclude checks
Colon after property should be followed by one space Open
Open
width:100%;
- Exclude checks
Colon after property should be followed by one space Open
Open
cursor:crosshair;
- Exclude checks