Showing 18,317 of 18,317 total issues
Merge rule #primary
with rule on line 10 Open
Open
#primary {
- Exclude checks
Nesting should be no greater than 3, but was 4 Open
Open
.wc-block-grid__products {
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
.wp-block-column {
- Exclude checks
Rule declaration should be followed by an empty line Open
Open
}
- Exclude checks
Properties should be ordered flex-basis, margin-right, max-width, width Open
Open
max-width: 280px;
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
&:last-child {
- Exclude checks
Rule declaration should be followed by an empty line Open
Open
}
- Exclude checks
Color white
should be written in hexadecimal form as #ffffff
Open
Open
background-color: white;
- Exclude checks
Rule declaration should be followed by an empty line Open
Open
}
- Exclude checks
Selector wc-block-active-filters__list
should be written in lowercase with hyphens Open
Open
.wc-block-active-filters__list {
- Exclude checks
Rule declaration should be preceded by an empty line Open
Open
a {
- Exclude checks
Begin pseudo elements with double colons: ::
Open
Open
[type="checkbox"]:not(:checked) + label:before,
- Exclude checks
Color white
should be written in hexadecimal form as #ffffff
Open
Open
background: white;
- Exclude checks
Nesting should be no greater than 3, but was 4 Open
Open
&#lsx-wc-filter-child-close {
- Exclude checks
Selector wc-block-price-filter__controls
should be written in lowercase with hyphens Open
Open
.wc-block-price-filter__controls {
- Exclude checks
Properties should be ordered background-color, background-image, border, border-radius, border-width, box-shadow, color, display, font-size, height, line-height, padding, transition, width Open
Open
display: block;
- Exclude checks
@media declaration should be followed by an empty line Open
Open
}
- Exclude checks
Color literals like #ddd
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
border: 1px solid #ddd;
- Exclude checks
0px
should be written without units as 0
Open
Open
top: 0px;
- Exclude checks
Properties should be ordered margin, max-width Open
Open
max-width: 90rem;
- Exclude checks