Showing 18,317 of 18,317 total issues
Selector coupons_list
should be written in lowercase with hyphens Open
Open
#coupons_list {
- Exclude checks
@include declaration should be followed by an empty line Open
Open
}
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 5 Open
Open
.variation {
- Exclude checks
Nesting should be no greater than 3, but was 4 Open
Open
.product-quantity {
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
a.button.wl-add-but {
- Exclude checks
Properties should be ordered background-color, box-shadow, font-size, font-weight, height, padding, text-transform, transition Open
Open
font-weight: normal !important;
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
td { padding-left: 0; }
- Exclude checks
!important should not be used Open
Open
line-height: 1.6 !important;
- Exclude checks
Avoid qualifying class selectors with an element. Open
Open
a.button.wl-add-to-single {
- Exclude checks
Nesting should be no greater than 3, but was 4 Open
Open
button {
- Exclude checks
@media declaration should be preceded by an empty line Open
Open
@media (max-width: 480px) {
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 6 Open
Open
.wc-block-grid__product-image {
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 7 Open
Open
span {
- Exclude checks
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 6 Open
Open
.woocommerce-Price-amount {
- Exclude checks
Selector wp-block-button__link
should be written in lowercase with hyphens Open
Open
.wp-block-button__link {
- Exclude checks
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 4 Open
Open
.wc-block-grid__product {
- Exclude checks
Selector wc-block-cart__submit-button
should be written in lowercase with hyphens Open
Open
.wc-block-components-checkout-place-order-button,
- Exclude checks
Each selector in a comma sequence should be on its own single line Open
Open
.wc-block-components-text-input input[type=email], .wc-block-components-text-input input[type=tel], .wc-block-components-text-input input[type=text], .wc-block-components-text-input input[type=url], .wc-block-components-select .components-custom-select-control__button, .wc-block-components-select .components-custom-select-control__button:active, .wc-block-components-select .components-custom-select-control__button:focus, .wc-block-components-select .components-custom-select-control__button:hover {
- Exclude checks