Showing 18,317 of 18,317 total issues
Avoid qualifying attribute selectors with an element. Open
Open
input[type="radio"],
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
.woocommerce-Input,
- Exclude checks
Merge rule .quantity .qty
with rule on line 1113 Open
Open
.quantity .qty {
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
tbody:last-child,
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
table.shop_table {
- Exclude checks
Nesting should be no greater than 3, but was 4 Open
Open
input.input-text {
- Exclude checks
Avoid using id selectors Open
Open
.woocommerce-page #main {
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 5 Open
Open
&:not(:first-child) {
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
.quantity .qty {
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
.woocommerce-ordering select {
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
.woocommerce-ordering select {
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 5 Open
Open
th {
- Exclude checks
!important should not be used Open
Open
background-color: white !important;
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
.woocommerce-checkout-review-order,
- 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 !important;
- Exclude checks
border-top: 0
is preferred over border-top: none
Open
Open
border-top: none;
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
form {
- Exclude checks
Nesting should be no greater than 3, but was 4 Open
Open
input[type="file"] {
- Exclude checks
Avoid qualifying attribute selectors with an element. Open
Open
input[type="text"],
- Exclude checks