Showing 18,317 of 18,317 total issues
Rule declaration should be followed by an empty line Open
Open
}
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 7 Open
Open
&:before {
- Exclude checks
Color literals like #ffffff
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
background: #ffffff;
- Exclude checks
Avoid using id selectors Open
Open
&#lsx-wc-filter-child-close {
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
font-weight: bold;
- Exclude checks
Avoid using id selectors Open
Open
&#lsx-wc-filter-child-open {
- Exclude checks
Color literals like #77a464
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
color: #77a464;
- Exclude checks
Shorthand form for property padding
should be written more concisely as 1em 0 0
instead of 1em 0 0 0
Open
Open
padding: 1em 0 0 0;
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
line-height: 1.33;
- Exclude checks
Nesting should be no greater than 3, but was 4 Open
Open
td { padding: 0 5px; }
- Exclude checks
Selector woocommerce-Price-amount
should be written in lowercase with hyphens Open
Open
+ .woocommerce-Price-amount {
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
border-color: #d6e9c6;
- Exclude checks
Nesting should be no greater than 3, but was 4 Open
Open
&:last-child {
- Exclude checks
Selector wc-block-grid__products
should be written in lowercase with hyphens Open
Open
.wc-block-grid__products {
- Exclude checks
Rule declaration should be followed by an empty line Open
Open
}
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
table.shop_table {
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
&.woocommerce-checkout {
- Exclude checks
Rule declaration should be followed by an empty line Open
Open
}
- Exclude checks
Nesting should be no greater than 3, but was 4 Open
Open
.wc-block-grid__products {
- Exclude checks
Shorthand form for property border-radius
should be written more concisely as 0 0 5px
instead of 0 0 5px 0
Open
Open
& > *:last-child { border-radius: 0 0 5px 0; }
- Exclude checks