Showing 1,811 of 1,811 total issues
Line should be indented 2 spaces, but was indented 4 spaces Open
Open
display: grid;
- Exclude checks
Line should be indented 2 spaces, but was indented 4 spaces Open
Open
text-overflow: ellipsis;
- Exclude checks
Line should be indented 2 spaces, but was indented 4 spaces Open
Open
padding: 8px 16px;
- Exclude checks
Color literals like #f8f9f9
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
background: #f8f9f9;
- Exclude checks
Line should be indented 2 spaces, but was indented 4 spaces Open
Open
display: flex;
- Exclude checks
Line should be indented 2 spaces, but was indented 4 spaces Open
Open
border: 0.5px solid #e2e4e7;
- Exclude checks
0.5
should be written without a leading zero as .5
Open
Open
padding-inline: 0.5rem 0;
- Exclude checks
Selector how-to__container
should be written in lowercase with hyphens Open
Open
.how-to__container {
- Exclude checks
Line should be indented 2 spaces, but was indented 4 spaces Open
Open
padding: 0 5px;
- Exclude checks
Line should be indented 2 spaces, but was indented 4 spaces Open
Open
grid-template-columns: 100px 1fr;
- Exclude checks
Properties should be ordered align-items, display, grid-template-columns Open
Open
display: grid;
- Exclude checks
Line should be indented 2 spaces, but was indented 4 spaces Open
Open
display: grid;
- Exclude checks
Line should be indented 2 spaces, but was indented 4 spaces Open
Open
align-items: flex-end;
- Exclude checks
Unknown property gap Open
Open
gap: 16px;
- Exclude checks
Line should be indented 2 spaces, but was indented 4 spaces Open
Open
background: white;
- Exclude checks
Avoid qualifying attribute selectors with an element. Open
Open
input[type='search'] {
- Exclude checks
Avoid qualifying class selectors with an element. Open
Open
a.button-primary {
- Exclude checks
Properties should be ordered align-items, display, gap, grid-template-columns Open
Open
display: grid;
- Exclude checks
Line should be indented 2 spaces, but was indented 4 spaces Open
Open
&.person-literal {
- Exclude checks
Properties should be ordered align-items, display, grid-template-columns Open
Open
display: grid;
- Exclude checks