Showing 18,317 of 18,317 total issues
Rule declaration should be followed by an empty line Open
Open
}
- Exclude checks
Avoid qualifying attribute selectors with an element. Open
Open
div[class^="wp-block-woocommerce-"][class$="-filter"],
- 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
height: 50px;
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
background-color: #dff0d8;
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
color: #3c763d;
- Exclude checks
Color literals like #f2dede
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
background-color: #f2dede;
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
color: #31708f;
- Exclude checks
Expected item on line 128 to appear before line 119. Rule sets should be ordered as follows: @extends
, @includes
without @content
, properties, @includes
with @content
, nested rule sets Open
Open
@include media(">=desktop") {
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
.entry-content {
- Exclude checks
Nesting should be no greater than 3, but was 4 Open
Open
.button {
- Exclude checks
Selector woocommerce-loop-product__title
should be written in lowercase with hyphens Open
Open
.woocommerce-loop-category__title,
- Exclude checks
@include declaration should be followed by an empty line Open
Open
}
- Exclude checks
Avoid using id selectors Open
Open
#add_payment_method,
- Exclude checks
Nesting should be no greater than 3, but was 4 Open
Open
li.wc_payment_method {
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 5 Open
Open
input[type="radio"]:first-child:checked + label:before {
- Exclude checks
Prefer single quoted strings Open
Open
content: "\f192";
- Exclude checks
Unnecessary parent selector (&) Open
Open
& > img {
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
#main .quantity .qty {
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
#main .quantity .qty {
- Exclude checks