Showing 1,811 of 1,811 total issues
Color literals like #191e23
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
color: #191e23;
- Exclude checks
!important should not be used Open
Open
z-index: 1000000 !important;
- Exclude checks
Color literals like white
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
background: white;
- Exclude checks
Line should be indented 2 spaces, but was indented 4 spaces Open
Open
gap: 10px;
- Exclude checks
Line should be indented 2 spaces, but was indented 4 spaces Open
Open
display: flex;
- 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
grid-template-columns: 100px 1fr;
- Exclude checks
Line should be indented 2 spaces, but was indented 4 spaces Open
Open
align-items: center;
- Exclude checks
Properties should be ordered display, gap, grid-template-columns Open
Open
grid-template-columns: auto 1fr;
- Exclude checks
Line should be indented 2 spaces, but was indented 4 spaces Open
Open
white-space: nowrap;
- Exclude checks
Selector options-page__title
should be written in lowercase with hyphens Open
Open
.options-page__title {
- Exclude checks