Showing 18,317 of 18,317 total issues
Line should be indented with spaces, not tabs Open
Open
table.cart {
- Exclude checks
Avoid qualifying class selectors with an element. Open
Open
td.actions {
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 6 Open
Open
th {
- Exclude checks
Rule declaration should be followed by an empty line Open
Open
}
- Exclude checks
Selector woocommerce-MyAccount-content
should be written in lowercase with hyphens Open
Open
.woocommerce-checkout-review-order,
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 6 Open
Open
& > *:first-child {
- Exclude checks
Unnecessary parent selector (&) Open
Open
& > *:first-child {
- 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
Selector woocommerce-MyAccount-content
should be written in lowercase with hyphens Open
Open
.woocommerce-checkout-review-order,
- Exclude checks
Shorthand form for property border-radius
should be written more concisely as 5px 0 0
instead of 5px 0 0 0
Open
Open
border-radius: 5px 0 0 0;
- Exclude checks
Color literals like #e6e6e6
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
background-color: #e6e6e6;
- Exclude checks
Avoid qualifying attribute selectors with an element. Open
Open
input[type="text"],
- Exclude checks
Nesting should be no greater than 3, but was 4 Open
Open
input[type="text"],
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
&:after {
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
.quantity .qty {
- Exclude checks
Avoid qualifying class selectors with an element. Open
Open
li.product {
- Exclude checks
border-bottom: 0
is preferred over border-bottom: none
Open
Open
border-bottom: none;
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 6 Open
Open
.wc-saved-payment-methods label:before,
- Exclude checks
Nesting should be no greater than 3, but was 4 Open
Open
&:hover {
- Exclude checks
Rule declaration should be preceded by an empty line Open
Open
&:hover {
- Exclude checks