Showing 18,317 of 18,317 total issues
Selector woochimp_checkout_groups
should be written in lowercase with hyphens Open
Open
#woochimp_checkout_groups {
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
table.woocommerce-MyAccount-downloads,
- 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: white;
- Exclude checks
!important should not be used Open
Open
margin-right: 0 !important;
- Exclude checks
Selector address_form
should be written in lowercase with hyphens Open
Open
#address_form {
- Exclude checks
Avoid qualifying class selectors with an element. Open
Open
a.h2-link {
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
@extend %bootstrap-message-info;
- Exclude checks
Prefer single quoted strings Open
Open
@include media("<tablet") {
- Exclude checks
!important should not be used Open
Open
transition: all 100ms ease !important;
- Exclude checks
Avoid qualifying class selectors with an element. Open
Open
table.shop_table {
- 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 preceded by an empty line Open
Open
button {
- Exclude checks
Rule declaration should be preceded by an empty line Open
Open
.wc-block-grid__product {
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 5 Open
Open
+ .wc-block-grid__product-price {
- Exclude checks
Properties should be ordered align-items, background-color, border, border-radius, color, display, font-size, font-weight, left, min-height, min-width, position, right, text-align, top, z-index Open
Open
min-height: 55px;
- Exclude checks
border: 0
is preferred over border: none
Open
Open
border: none;
- Exclude checks
Color literals like #77a464
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
color: #77a464;
- Exclude checks
Properties should be ordered color, display, font-size, font-weight, margin-bottom Open
Open
font-weight: 400;
- Exclude checks
Rule declaration should be followed by an empty line Open
Open
}
- Exclude checks