Showing 18,317 of 18,317 total issues
Selector shop_table
should be written in lowercase with hyphens Open
Open
table.shop_table {
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
.woocommerce-loop-category__title,
- Exclude checks
Prefer single quoted strings Open
Open
@include media(">=custom") {
- Exclude checks
Selector woochimp_checkout_checkbox
should be written in lowercase with hyphens Open
Open
#order_review,
- Exclude checks
Avoid using id selectors Open
Open
#customer_login {
- Exclude checks
Nesting should be no greater than 3, but was 4 Open
Open
&:last-child {
- Exclude checks
Color white
should be written in hexadecimal form as #ffffff
Open
Open
background: white;
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
.summary {
- Exclude checks
Prefer single quoted strings Open
Open
@include media("<tablet") {
- Exclude checks
Avoid qualifying attribute selectors with an element. Open
Open
input[type="radio"]:first-child:checked + label:before {
- Exclude checks
Color literals like white
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
color: white !important;
- Exclude checks
Rule declaration should be followed by an empty line Open
Open
}
- Exclude checks
Rule declaration should be preceded by an empty line Open
Open
+ .wp-block-cover {
- Exclude checks
border: 0
is preferred over border: none
Open
Open
border: none;
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 6 Open
Open
& > li.active > a {
- Exclude checks
Nesting should be no greater than 3, but was 4 Open
Open
.nav-tabs {
- Exclude checks
Avoid qualifying class selectors with an element. Open
Open
td.label {
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
form.checkout_coupon,
- Exclude checks
Rule declaration should be preceded by an empty line Open
Open
&:hover {
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
input[type="submit"] {
- Exclude checks