Showing 18,317 of 18,317 total issues
!important should not be used Open
Open
height: auto !important;
- Exclude checks
!important should not be used Open
Open
text-transform: inherit !important;
- Exclude checks
Avoid qualifying attribute selectors with an element. Open
Open
input[type="radio"],
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
td { padding: 0 5px; }
- Exclude checks
Selector shop_table
should be written in lowercase with hyphens Open
Open
table.shop_table {
- Exclude checks
!important should not be used Open
Open
border-radius: 0 !important;
- Exclude checks
Unnecessary parent selector (&) Open
Open
& > *:last-child { margin-bottom: 0; }
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
@include lsx-button-colour();
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
max-width: 300px;
- Exclude checks
@mixin declaration should be followed by an empty line Open
Open
}
- Exclude checks
Rule declaration should be preceded by an empty line Open
Open
span {
- Exclude checks
Selector wc-block-grid__product-image
should be written in lowercase with hyphens Open
Open
> .wc-block-grid__product-image,
- Exclude checks
Rule declaration should be preceded by an empty line Open
Open
.woocommerce-Price-amount,
- Exclude checks
Rule declaration should be preceded by an empty line Open
Open
.woocommerce-Price-amount {
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 5 Open
Open
.wp-block-button,
- Exclude checks
Rule declaration should be followed by an empty line Open
Open
}
- Exclude checks
0px
should be written without units as 0
Open
Open
margin-left: 0px;
- Exclude checks
Rule declaration should be followed by an empty line Open
Open
}
- 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-color: white;
- Exclude checks
Begin pseudo elements with double colons: ::
Open
Open
[type="checkbox"]:not(:checked) + label:after,
- Exclude checks