Showing 2,717 of 2,717 total issues
Avoid using id selectors Open
Open
#categorycontainer,
- Exclude checks
Shorthand form for property padding
should be written more concisely as 0 .25rem .25rem
instead of 0 .25rem .25rem .25rem
Open
Open
padding: 0 .25rem .25rem .25rem;
- Exclude checks
Colon after property should be followed by one space Open
Open
left:50%;
- Exclude checks
Line should be indented 2 spaces, but was indented 4 spaces Open
Open
padding: 0;
- Exclude checks
Properties should be ordered display, font-size, font-weight, left, position, text-align, top, width Open
Open
position:absolute;
- Exclude checks
Properties should be ordered border, height, width Open
Open
height:100%;
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
.altbar {
- Exclude checks
Colon after property should be followed by one space Open
Open
top:0;
- Exclude checks
Colon after property should be followed by one space Open
Open
transform:translate(-50%,-50%);
- Exclude checks
Colon after property should be followed by one space Open
Open
max-height:calc(100% - var(--altbarheight));
- 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
height:60%;
- Exclude checks
Colon after property should be followed by one space Open
Open
text-align:center;
- Exclude checks
Line should be indented 2 spaces, but was indented 4 spaces Open
Open
--themecolor: #940;
- Exclude checks
Line should be indented 2 spaces, but was indented 4 spaces Open
Open
box-sizing: border-box;
- Exclude checks
Line should be indented 2 spaces, but was indented 4 spaces Open
Open
--black4: #555;
- Exclude checks
Property position
already defined on line 94 Open
Open
position: sticky;
- Exclude checks
Line should be indented 2 spaces, but was indented 4 spaces Open
Open
padding: 10px 0;
- Exclude checks
Colon after property should be followed by one space Open
Open
border-color:#fff;
- Exclude checks
Color literals like #fff
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
border-color:#fff;
- Exclude checks