Showing 2,717 of 2,717 total issues
Colon after property should be followed by one space Open
Open
--color:#fff;
- Exclude checks
Properties should be ordered box-sizing, height, margin, padding Open
Open
margin: 0;
- Exclude checks
Avoid using id selectors Open
Open
#result {
- Exclude checks
Properties should be ordered box-sizing, display, grid-template-columns, overflow, width Open
Open
display: inline-grid;
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
width: 100%;
- Exclude checks
Properties should be ordered appearance, background-color, border, border-radius, box-sizing, height, line-height, outline, overflow, padding, resize, text-align, transition, width Open
Open
transition: 0s;
- Exclude checks
Colon after property should be followed by one space Open
Open
padding:.1rem;
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
body {
- Exclude checks
Properties should be ordered display, flex-direction, height, justify-content, text-align, width Open
Open
justify-content: center;
- Exclude checks
Line should be indented 2 spaces, but was indented 4 spaces Open
Open
.category {
- Exclude checks
Properties should be ordered border-left, display, height, left, overflow, position, width Open
Open
display: block;
- Exclude checks
Line should be indented 2 spaces, but was indented 4 spaces Open
Open
width: 100%;
- Exclude checks
Properties should be ordered background, border, height, width Open
Open
width: 2.5rem;
- Exclude checks
Colon after property should be followed by one space Open
Open
text-align:center;
- 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
Line should be indented 2 spaces, but was indented 4 spaces Open
Open
.icon {
- Exclude checks
Line should be indented 2 spaces, but was indented 4 spaces Open
Open
--font: sans-serif;
- Exclude checks
Line should be indented 2 spaces, but was indented 4 spaces Open
Open
--bg-5: var(--black5);
- Exclude checks
Line should be indented 2 spaces, but was indented 4 spaces Open
Open
background: var(--beige4);
- Exclude checks
Line should be indented 2 spaces, but was indented 4 spaces Open
Open
color-scheme: light;
- Exclude checks