Showing 18,317 of 18,317 total issues
Selector payment_methods
should be written in lowercase with hyphens Open
Open
ul.payment_methods {
- Exclude checks
Unnecessary parent selector (&) Open
Open
& > input[type="radio"] {
- Exclude checks
Selector payment_box
should be written in lowercase with hyphens Open
Open
div.payment_box {
- Exclude checks
Nesting should be no greater than 3, but was 4 Open
Open
&:before {
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
.checkout-header-wrapper.cart-checkout-page {
- Exclude checks
Selector wp-block-cover__inner-container
should be written in lowercase with hyphens Open
Open
.wp-block-cover__inner-container {
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
.lsx-wc-checkout-steps-items {
- 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
.nav-tabs > li > a {
- Exclude checks
Color literals like #ddd
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
border-top: 1px solid #ddd;
- 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
.panel {
- Exclude checks
Rule declaration should be followed by an empty line Open
Open
}
- Exclude checks
Shorthand form for property margin
should be written more concisely as 2.4rem 0 4.25rem
instead of 2.4rem 0 4.25rem 0
Open
Open
margin: 2.4rem 0 4.25rem 0;
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
.woocommerce-form-login {
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
.woocommerce-LostPassword.lost_password {
- Exclude checks
Properties should be ordered margin-left, margin-right, max-width Open
Open
max-width: 75rem;
- Exclude checks
Prefer single quoted strings Open
Open
@include media(">desktop") {
- Exclude checks
Avoid qualifying attribute selectors with an element. Open
Open
input[type="submit"] {
- Exclude checks
Selector add_payment_method
should be written in lowercase with hyphens Open
Open
#add_payment_method,
- Exclude checks