assets/css/woocommerce/woocommerce.scss
Color literals like #fff
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
background-color: #fff;
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
border: 1px solid #ddd;
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
width: 100%;
- Exclude checks
Properties should be ordered border, border-radius, margin-bottom, padding Open
Open
border-radius: 4px;
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
padding: 15px !important;
- Exclude checks
Color literals like #d6e9c6
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
border-color: #d6e9c6;
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
height: 42px;
- Exclude checks
Avoid qualifying class selectors with an element. Open
Open
article.page {
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
@include media(">=desktop") {
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
.button {
- Exclude checks
Avoid qualifying class selectors with an element. Open
Open
ul.products {
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
font-size: 18px;
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
transition: all 150ms ease;
- Exclude checks
Color literals like #31708f
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
color: #31708f;
- Exclude checks
!important should not be used Open
Open
margin-bottom: 15px !important;
- Exclude checks
Properties should be ordered margin, width Open
Open
width: 100%;
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
padding: 10px 20px;
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
border: 1px solid transparent;
- Exclude checks
Color literals like #dff0d8
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
background-color: #dff0d8;
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
border-color: #ebccd1;
- Exclude checks
Color literals like #d9edf7
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
background-color: #d9edf7;
- Exclude checks
Color literals like #bce8f1
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
border-color: #bce8f1;
- Exclude checks
!important should not be used Open
Open
width: 100% !important;
- Exclude checks
!important should not be used Open
Open
padding: 0 !important;
- Exclude checks
Rule declaration should be followed by an empty line Open
Open
}
- Exclude checks
Nesting should be no greater than 3, but was 4 Open
Open
li.product {
- Exclude checks
Rule declaration should be preceded by an empty line Open
Open
span {
- Exclude checks
Prefer single quoted strings Open
Open
@include media(">=phone") {
- Exclude checks
@include declaration should be followed by an empty line Open
Open
}
- Exclude checks
Nesting should be no greater than 3, but was 4 Open
Open
.col-2 {
- Exclude checks
Selector order_review
should be written in lowercase with hyphens Open
Open
#order_review,
- Exclude checks
Selector woochimp_checkout_groups
should be written in lowercase with hyphens Open
Open
#order_review,
- Exclude checks
Prefer single quoted strings Open
Open
@include media(">=tablet") {
- Exclude checks
Color literals like #4a4a4a
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
color: #4a4a4a;
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
background-color: #fff;
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
background-color: #d9edf7;
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
height: 42px;
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
padding: 10px 12px;
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
&.page-has-banner.lsx .archive-header-wrapper {
- Exclude checks
Rule declaration should be followed by an empty line Open
Open
}
- Exclude checks
Prefer single quoted strings Open
Open
@include media("<desktop") {
- Exclude checks
Avoid using id selectors Open
Open
#primary {
- Exclude checks
Nesting should be no greater than 3, but was 4 Open
Open
.col-1,
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
line-height: 1.33;
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
border-color: #d6e9c6;
- Exclude checks
Rule declaration should be followed by an empty line Open
Open
}
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
&.woocommerce-checkout {
- Exclude checks
Rule declaration should be followed by an empty line Open
Open
}
- Exclude checks
Avoid using id selectors Open
Open
#order_review,
- Exclude checks
Prefer single quoted strings Open
Open
@include media(">tablet") {
- Exclude checks
Properties should be ordered background-color, background-image, border, border-radius, border-width, box-shadow, color, display, font-size, height, line-height, padding, transition, width Open
Open
display: block;
- 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: 1px solid #ddd;
- Exclude checks
Properties should be ordered margin, max-width Open
Open
max-width: 90rem;
- Exclude checks
Selector woocommerce-loop-category__title
should be written in lowercase with hyphens Open
Open
.woocommerce-loop-category__title,
- Exclude checks
Prefer single quoted strings Open
Open
@include media(">=phone") {
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 6 Open
Open
.quantity,
- Exclude checks
Prefer single quoted strings Open
Open
@import "../scss/global/mixins";
- Exclude checks
Color literals like #a94442
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
color: #a94442;
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
padding: 0 !important;
- Exclude checks
Prefer single quoted strings Open
Open
@include media(">=desktop") {
- Exclude checks
Begin pseudo elements with double colons: ::
Open
Open
&:after {
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
.button {
- Exclude checks
Expected item on line 158 to appear before line 154. Rule sets should be ordered as follows: @extends
, @includes
without @content
, properties, @includes
with @content
, nested rule sets Open
Open
@include media("<tablet") {
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
&,
- Exclude checks
Color black
should be written in hexadecimal form as #000000
Open
Open
background-color: black;
- Exclude checks
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
Line should be indented with spaces, not tabs Open
Open
border-width: 2px;
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
border-radius: 4px;
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
.woocommerce-ResetPassword {
- Exclude checks
Prefer single quoted strings Open
Open
content: "";
- Exclude checks
Avoid using id selectors Open
Open
#order_review,
- Exclude checks
Avoid using id selectors Open
Open
#order_review,
- Exclude checks
Properties should be ordered filter, margin-bottom, margin-top Open
Open
margin-top: 4rem;
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
display: block;
- Exclude checks
Color literals like #3c763d
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
color: #3c763d;
- Exclude checks
Rule declaration should be followed by an empty line Open
Open
}
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
a {
- Exclude checks
Properties should be ordered margin, max-width Open
Open
max-width: 75rem;
- Exclude checks
Nesting should be no greater than 3, but was 4 Open
Open
.button {
- Exclude checks
Rule declaration should be followed by an empty line Open
Open
}
- Exclude checks
Prefer single quoted strings Open
Open
@include media("<phone") {
- Exclude checks
Selector woocommerce-MyAccount-downloads
should be written in lowercase with hyphens Open
Open
table.woocommerce-MyAccount-downloads,
- Exclude checks
Expected item on line 317 to appear before line 147. Rule sets should be ordered as follows: @extends
, @includes
without @content
, properties, @includes
with @content
, nested rule sets Open
Open
@include media("<=tablet") {
- Exclude checks
Begin pseudo elements with double colons: ::
Open
Open
.wc-saved-payment-methods label:before,
- Exclude checks
Prefer single quoted strings Open
Open
@import "../scss/global/placeholders";
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
&:focus {
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
margin-bottom: 20px;
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
&,
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
.page-template-default:not(.has-sidebar).woocommerce-page &,
- Exclude checks
Rule declaration should be followed by an empty line Open
Open
}
- Exclude checks
Line contains trailing whitespace Open
Open
- Exclude checks
Color literals like black
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
box-shadow: 2px 2px 0 0 black;
- Exclude checks
Rule declaration should be preceded by an empty line Open
Open
.img-payments {
- Exclude checks
Selector woocommerce-LostPassword
should be written in lowercase with hyphens Open
Open
.woocommerce-LostPassword {
- Exclude checks
Selector woocommerce-ResetPassword
should be written in lowercase with hyphens Open
Open
.woocommerce-ResetPassword {
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
.woocommerce-form-row {
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
.gutenberg-compatible-template.using-gutenberg .entry-content & {
- Exclude checks
Rule declaration should be preceded by an empty line Open
Open
.button {
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
.price {
- Exclude checks
Nesting should be no greater than 3, but was 4 Open
Open
span {
- Exclude checks
Nesting should be no greater than 3, but was 4 Open
Open
.entry-content {
- Exclude checks
Rule declaration should be followed by an empty line Open
Open
}
- Exclude checks
Color black
should be written in hexadecimal form as #000000
Open
Open
box-shadow: 2px 2px 0 0 black;
- Exclude checks
Selector my_account_orders
should be written in lowercase with hyphens Open
Open
table.woocommerce-MyAccount-downloads,
- Exclude checks
Avoid qualifying class selectors with an element. Open
Open
table.woocommerce-MyAccount-downloads,
- Exclude checks
Nesting should be no greater than 3, but was 4 Open
Open
.summary {
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
color: #4a4a4a;
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
&:before {
- Exclude checks
Color literals like #ebccd1
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
border-color: #ebccd1;
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
border-color: #bce8f1;
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
.cart-collaterals {
- Exclude checks
Prefer single quoted strings Open
Open
@include media(">=tablet") {
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
&.woocommerce-account {
- Exclude checks
Rule declaration should be preceded by an empty line Open
Open
&:last-child {
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
.woocommerce-product-gallery {
- Exclude checks
Prefer single quoted strings Open
Open
@import "../scss/global/variables";
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
border-radius: 2px;
- Exclude checks
Begin pseudo elements with double colons: ::
Open
Open
&:before {
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
background-image: none;
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
padding: 0 12px;
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
background-color: #f2dede;
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
color: #a94442;
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
.archive:not(.has-sidebar).woocommerce-page & {
- Exclude checks
Rule declaration should be followed by an empty line Open
Open
}
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
margin-bottom: 15px !important;
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
&:last-child {
- Exclude checks
Merge rule .col2-set
with rule on line 194 Open
Open
.col2-set {
- Exclude checks
Avoid qualifying class selectors with an element. Open
Open
li.product {
- Exclude checks
Nesting should be no greater than 3, but was 4 Open
Open
.col-1,
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
#order_review,
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
&:hover {
- Exclude checks
Nesting should be no greater than 3, but was 4 Open
Open
.woocommerce-form-register__submit {
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
#woochimp_checkout_groups {
- Exclude checks
Avoid qualifying attribute selectors with an element. Open
Open
input[type="checkbox"] {
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
.checkout-cta-bottom {
- Exclude checks
Properties should be ordered margin-bottom, padding-left Open
Open
padding-left: 20px;
- Exclude checks
Nesting should be no greater than 3, but was 4 Open
Open
.woocommerce-product-gallery {
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
.woocommerce-product-gallery {
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
height: 50px;
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
background-color: #dff0d8;
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
color: #3c763d;
- Exclude checks
Color literals like #f2dede
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
background-color: #f2dede;
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
color: #31708f;
- Exclude checks
Expected item on line 128 to appear before line 119. Rule sets should be ordered as follows: @extends
, @includes
without @content
, properties, @includes
with @content
, nested rule sets Open
Open
@include media(">=desktop") {
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
.entry-content {
- Exclude checks
Nesting should be no greater than 3, but was 4 Open
Open
.button {
- Exclude checks
Selector woocommerce-loop-product__title
should be written in lowercase with hyphens Open
Open
.woocommerce-loop-category__title,
- Exclude checks
@include declaration should be followed by an empty line Open
Open
}
- Exclude checks
Avoid using id selectors Open
Open
#add_payment_method,
- Exclude checks
Nesting should be no greater than 3, but was 4 Open
Open
li.wc_payment_method {
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 5 Open
Open
input[type="radio"]:first-child:checked + label:before {
- Exclude checks
Prefer single quoted strings Open
Open
content: "\f192";
- Exclude checks
Unnecessary parent selector (&) Open
Open
& > img {
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
#main .quantity .qty {
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
#main .quantity .qty {
- Exclude checks
Avoid qualifying class selectors with an element. Open
Open
a.remove {
- Exclude checks
Rule declaration should be followed by an empty line Open
Open
}
- Exclude checks
Unnecessary parent selector (&) Open
Open
& > .comment-form {
- Exclude checks
Nesting should be no greater than 3, but was 4 Open
Open
input[type="submit"] {
- Exclude checks
Prefer single quoted strings Open
Open
@include media(">=phone") {
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 6 Open
Open
td {
- Exclude checks
Rule declaration should be followed by an empty line Open
Open
}
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
box-shadow: none;
- Exclude checks
!important should not be used Open
Open
padding: 15px !important;
- Exclude checks
Prefer single quoted strings Open
Open
@include media("<tablet") {
- Exclude checks
Prefer single quoted strings Open
Open
@include media("<phone") {
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
#customer_login {
- Exclude checks
Avoid using id selectors Open
Open
#woochimp_checkout_groups {
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
@include media("<=tablet") {
- Exclude checks
Prefer single quoted strings Open
Open
@include media("<=tablet") {
- Exclude checks
Rule declaration should be preceded by an empty line Open
Open
.woocommerce-product-gallery {
- Exclude checks
Nesting should be no greater than 3, but was 4 Open
Open
.woocommerce-product-gallery {
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
.woocommerce {
- Exclude checks
Avoid qualifying class selectors with an element. Open
Open
a.button:not(.quick-view-button) {
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
#payment {
- Exclude checks
Avoid using id selectors Open
Open
#place_order {
- Exclude checks
Rule declaration should be followed by an empty line Open
Open
}
- Exclude checks
Properties should be ordered margin-left, margin-right, max-width, width Open
Open
width: 100%;
- Exclude checks
Properties should be ordered margin, overflow Open
Open
overflow: hidden;
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 9 Open
Open
.nav-tabs > li > a.active {
- Exclude checks
Rule declaration should be followed by an empty line Open
Open
}
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
.wc-memberships-restriction-message {
- Exclude checks
Nesting should be no greater than 3, but was 4 Open
Open
&.api-documentation {
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
input[type="submit"] {
- Exclude checks
Unnecessary parent selector (&) Open
Open
& > *:last-child {
- Exclude checks
Nesting should be no greater than 3, but was 4 Open
Open
.col-1,
- Exclude checks
Selector order_review_heading
should be written in lowercase with hyphens Open
Open
#order_review,
- Exclude checks
Selector woocommerce-form-register__submit
should be written in lowercase with hyphens Open
Open
.woocommerce-form-register__submit {
- Exclude checks
Selector woochimp_checkout_checkbox
should be written in lowercase with hyphens Open
Open
.woochimp_checkout_checkbox {
- Exclude checks
@include declaration should be followed by an empty line Open
Open
}
- Exclude checks
Properties should be ordered background, display, flex-direction, padding-bottom, padding-top Open
Open
display: flex;
- Exclude checks
Avoid qualifying class selectors with an element. Open
Open
li.wc_payment_method {
- Exclude checks
Selector wc_payment_method
should be written in lowercase with hyphens Open
Open
li.wc_payment_method {
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 5 Open
Open
& > label {
- Exclude checks
Nesting should be no greater than 3, but was 4 Open
Open
+ .wp-block-cover {
- Exclude checks
Rule declaration should be preceded by an empty line Open
Open
.wp-block-cover__inner-container {
- Exclude checks
Nesting should be no greater than 3, but was 4 Open
Open
.panel {
- Exclude checks
Avoid qualifying class selectors with an element. Open
Open
form.checkout_coupon,
- Exclude checks
Nesting should be no greater than 3, but was 4 Open
Open
& > p {
- Exclude checks
Selector cart_totals
should be written in lowercase with hyphens Open
Open
.cart_totals {
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
.cart_totals {
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 6 Open
Open
& > *:last-child {
- Exclude checks
Avoid qualifying class selectors with an element. Open
Open
table.shop_table {
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
.woocommerce-form-register__submit {
- Exclude checks
Color literals like black
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
background-color: black;
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
.woochimp_checkout_checkbox {
- Exclude checks
!important should not be used Open
Open
padding: 0 0 0 20px !important;
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
.quick-view {
- Exclude checks
Selector single_add_to_cart_button
should be written in lowercase with hyphens Open
Open
.quantity,
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
li.wc_payment_method {
- Exclude checks
0.2
should be written without a leading zero as .2
Open
Open
transition: color ease 0.2s;
- Exclude checks
!important should not be used Open
Open
color: white !important;
- Exclude checks
Rule declaration should be preceded by an empty line Open
Open
.wp-block-cover,
- Exclude checks
Properties should be ordered margin-left, margin-right, max-width, width Open
Open
max-width: 100%;
- Exclude checks
Rule declaration should be preceded by an empty line Open
Open
.panel {
- Exclude checks
Color literals like #f5f5f5
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
background-color: #f5f5f5;
- Exclude checks
border-bottom: 0
is preferred over border-bottom: none
Open
Open
border-bottom: none;
- Exclude checks
Rule declaration should be followed by an empty line Open
Open
}
- Exclude checks
Avoid qualifying class selectors with an element. Open
Open
p.form-row:not(.woocommerce-form-row) {
- Exclude checks
Selector woocommerce-form-login__rememberme
should be written in lowercase with hyphens Open
Open
.woocommerce-form-login__rememberme {
- Exclude checks
Selector lost_password
should be written in lowercase with hyphens Open
Open
.woocommerce-LostPassword.lost_password {
- Exclude checks
Rule declaration should be followed by an empty line Open
Open
}
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
.u-columns.col2-set {
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
.col-1,
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
.product & {
- Exclude checks
Unnecessary parent selector (&) Open
Open
& > span {
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
.product & {
- Exclude checks
Properties should be ordered float, margin-top Open
Open
margin-top: 0;
- Exclude checks
Avoid using id selectors Open
Open
#add_payment_method,
- Exclude checks
Merge rule #add_payment_method, .woocommerce-cart, .woocommerce-checkout
with rule on line 381 Open
Open
#add_payment_method,
- Exclude checks
Rule declaration should be followed by an empty line Open
Open
}
- Exclude checks
Selector customer_login
should be written in lowercase with hyphens Open
Open
#customer_login {
- Exclude checks
Rule declaration should be preceded by an empty line Open
Open
&:hover {
- Exclude checks
Avoid qualifying class selectors with an element. Open
Open
table.woocommerce-MyAccount-downloads,
- Exclude checks
Rule declaration should be followed by an empty line Open
Open
}
- Exclude checks
Properties should be ordered grid-column-end, grid-column-start, grid-row-end, grid-row-start, width Open
Open
grid-column-start: 1;
- Exclude checks
Rule declaration should be followed by an empty line Open
Open
}
- Exclude checks
Rule declaration should be followed by an empty line Open
Open
}
- Exclude checks
Nesting should be no greater than 3, but was 4 Open
Open
li:not(.woocommerce-notice) {
- Exclude checks
Properties should be ordered background-color, box-shadow, float Open
Open
float: initial;
- Exclude checks
Avoid using id selectors Open
Open
#main {
- Exclude checks
Rule declaration should be preceded by an empty line Open
Open
+ .wp-block-cover {
- Exclude checks
Rule declaration should be followed by an empty line Open
Open
}
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
#main {
- Exclude checks
Avoid qualifying class selectors with an element. Open
Open
body.woocommerce {
- Exclude checks
Merge rule .nav-tabs > li > a
with rule on line 539 Open
Open
.nav-tabs > li > a {
- Exclude checks
Nesting should be no greater than 3, but was 4 Open
Open
.nav-tabs {
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 6 Open
Open
& li:first-child > a,
- Exclude checks
Avoid using id selectors Open
Open
#comments {
- Exclude checks
Nesting should be no greater than 3, but was 4 Open
Open
#comments {
- Exclude checks
Avoid using id selectors Open
Open
#respond {
- Exclude checks
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
tbody {
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 5 Open
Open
tr:first-child {
- Exclude checks
Selector cart_totals
should be written in lowercase with hyphens Open
Open
.cart_totals {
- Exclude checks
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
Line should be indented with spaces, not tabs Open
Open
input[type="text"] {
- Exclude checks
Nesting should be no greater than 3, but was 4 Open
Open
.coupon {
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 5 Open
Open
.input-text {
- Exclude checks
Shorthand form for property border-radius
should be written more concisely as 0 0 5px
instead of 0 0 5px 0
Open
Open
border-radius: 0 0 5px 0;
- Exclude checks
Nesting should be no greater than 3, but was 4 Open
Open
tbody:last-child,
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 5 Open
Open
tr:last-child {
- Exclude checks
Begin pseudo elements with double colons: ::
Open
Open
input[type="radio"]:first-child:checked + label:before {
- Exclude checks
Selector place_order
should be written in lowercase with hyphens Open
Open
#place_order {
- Exclude checks
Rule declaration should be preceded by an empty line Open
Open
&:hover {
- Exclude checks
Color literals like #9b9b9b
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
background-color: #9b9b9b;
- Exclude checks
Color white
should be written in hexadecimal form as #ffffff
Open
Open
color: white !important;
- Exclude checks
Nesting should be no greater than 3, but was 4 Open
Open
.wp-block-cover__inner-container {
- Exclude checks
Properties should be ordered background, float, padding, width Open
Open
width: 70%;
- Exclude checks
0.5407911001
should be written without a leading zero as .5407911001
Open
Open
margin-right: 0.5407911001em;
- Exclude checks
Nesting should be no greater than 3, but was 4 Open
Open
.nav-tabs > li {
- Exclude checks
Begin pseudo elements with double colons: ::
Open
Open
&:before {
- Exclude checks
Color literals like #000
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
border-right: 3px solid #000;
- Exclude checks
Avoid using id selectors Open
Open
#main {
- Exclude checks
Color literals like #ffffff
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
background: #ffffff;
- Exclude checks
Merge rule .nav-tabs
with rule on line 539 Open
Open
.nav-tabs {
- Exclude checks
Color literals like #000
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
color: #000;
- Exclude checks
Properties should be ordered float, margin-bottom, width Open
Open
width: 100%;
- Exclude checks
Avoid qualifying class selectors with an element. Open
Open
& li:first-child > a,
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
.woocommerce-button.button.woocommerce-form-login__submit {
- Exclude checks
Properties should be ordered display, font-size, font-weight, padding Open
Open
font-weight: 400;
- Exclude checks
Avoid qualifying class selectors with an element. Open
Open
body:not(.logged-in).woocommerce-account.my-account .woocommerce {
- Exclude checks
border: 0
is preferred over border: none
Open
Open
border: none;
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
overflow: hidden;
- Exclude checks
Prefer single quoted strings Open
Open
@include media(">=phone") {
- Exclude checks
@include declaration should be preceded by an empty line Open
Open
@include media(">=phone") {
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
.coupon {
- 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
Selector should have depth of applicability no greater than 3, but was 6 Open
Open
td {
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 5 Open
Open
tr:first-child {
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 6 Open
Open
& > *:first-child {
- 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
& > *:last-child {
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
tbody {
- Exclude checks
Color white
should be written in hexadecimal form as #ffffff
Open
Open
background-color: white !important;
- Exclude checks
Nesting should be no greater than 3, but was 4 Open
Open
tbody {
- Exclude checks
Rule declaration should be followed by an empty line Open
Open
}
- 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 !important;
- Exclude checks
!important should not be used Open
Open
background-color: #e6e6e6 !important;
- 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
td {
- Exclude checks
!important should not be used Open
Open
background-color: white !important;
- Exclude checks
Nesting should be no greater than 3, but was 4 Open
Open
textarea {
- Exclude checks
Unnecessary parent selector (&) Open
Open
& > *:last-child {
- Exclude checks
Selector woocommerce-MyAccount-downloads-file
should be written in lowercase with hyphens Open
Open
.woocommerce-MyAccount-downloads-file {
- Exclude checks
Rule declaration should be followed by an empty line Open
Open
}
- Exclude checks
Merge rule .woocommerce
with rule on line 934 Open
Open
.woocommerce {
- Exclude checks
Prefer single quoted strings Open
Open
content: "\f019";
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
select {
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
.woocommerce-Input,
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
.woocommerce-ordering select {
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
.quantity .qty {
- Exclude checks
Avoid qualifying class selectors with an element. Open
Open
#respond input#submit,
- 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
a.button:not(.quick-view-button) {
- Exclude checks
Avoid using id selectors Open
Open
#payment {
- Exclude checks
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
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
Color literals like #d0021b
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
background-color: #d0021b;
- Exclude checks
Nesting should be no greater than 3, but was 4 Open
Open
.lsx-wc-checkout-steps-items {
- Exclude checks
Unnecessary parent selector (&) Open
Open
& > *:last-child {
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 5 Open
Open
.nav-tabs > li {
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 5 Open
Open
&:hover {
- 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-right: 1px solid #ddd;
- Exclude checks
Color literals like #f5f5f5
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
background-color: #f5f5f5;
- Exclude checks
Properties should be ordered background-color, border-right, border-top, color, font-weight Open
Open
color: nth($blue, 1);
- Exclude checks
Properties should be ordered float, width Open
Open
width: 100%;
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
.nav-tabs {
- Exclude checks
Selector checkout_coupon
should be written in lowercase with hyphens Open
Open
form.checkout_coupon,
- Exclude checks
Avoid qualifying class selectors with an element. Open
Open
form.checkout_coupon,
- Exclude checks
Unnecessary parent selector (&) Open
Open
& > p {
- Exclude checks
Avoid qualifying attribute selectors with an element. Open
Open
input[type="submit"] {
- Exclude checks
Unnecessary parent selector (&) Open
Open
& > *:first-child {
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
tbody:last-child,
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
.cart_totals {
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 5 Open
Open
tr:last-child {
- Exclude checks
Nesting should be no greater than 3, but was 4 Open
Open
select {
- 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
.variations {
- Exclude checks
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
#woochimp_checkout_groups {
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
.label {
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
label.checkbox {
- Exclude checks
Unnecessary parent selector (&) Open
Open
& > label {
- Exclude checks
Unnecessary parent selector (&) Open
Open
& + a {
- Exclude checks
Rule declaration should be followed by an empty line Open
Open
}
- Exclude checks
Nesting should be no greater than 3, but was 4 Open
Open
&:hover {
- Exclude checks
Prefer single quoted strings Open
Open
@include media("<phone") {
- Exclude checks
Color #ffffff
should be written as #fff
Open
Open
background: #ffffff;
- Exclude checks
Nesting should be no greater than 3, but was 4 Open
Open
.nav-tabs > li > a {
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 6 Open
Open
label {
- Exclude checks
Selector product_meta
should be written in lowercase with hyphens Open
Open
.product_meta {
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
margin-bottom: 1.618em;
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
margin-bottom: 2.617924em;
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
.search-field {
- Exclude checks
Avoid qualifying attribute selectors with an element. Open
Open
input[type="submit"] {
- Exclude checks
Merge rule #add_payment_method, .woocommerce-cart, .woocommerce-checkout
with rule on line 381 Open
Open
#add_payment_method,
- Exclude checks
Prefer single quoted strings Open
Open
@include media("<phone") {
- Exclude checks
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 5 Open
Open
tr:last-child {
- Exclude checks
Shorthand form for property border-radius
should be written more concisely as 0 0 5px
instead of 0 0 5px 0
Open
Open
border-radius: 0 0 5px 0;
- Exclude checks
Selector add_payment_method
should be written in lowercase with hyphens Open
Open
#add_payment_method,
- Exclude checks
!important should not be used Open
Open
margin-bottom: 4.25rem !important;
- Exclude checks
Avoid qualifying class selectors with an element. Open
Open
table.shop_table {
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 6 Open
Open
td {
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
li:not(.woocommerce-notice) {
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 5 Open
Open
tr:first-child {
- Exclude checks
!important should not be used Open
Open
background-color: #e6e6e6 !important;
- Exclude checks
Property clip
already defined on line 410 Open
Open
clip: rect(1px, 1px, 1px, 1px);
- Exclude checks
Merge rule .woocommerce
with rule on line 934 Open
Open
.woocommerce {
- Exclude checks
0.5
should be written without a leading zero as .5
Open
Open
margin: 0 0 0 0.5em;
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
.panel {
- Exclude checks
Avoid qualifying attribute selectors with an element. Open
Open
input[type="radio"],
- Exclude checks
Properties should be ordered clear, margin-bottom Open
Open
margin-bottom: 0;
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
.products {
- Exclude checks
Properties should be ordered background-color, border-bottom, border-left, border-radius, border-right, color Open
Open
border-radius: 0;
- Exclude checks
Avoid qualifying class selectors with an element. Open
Open
.nav-tabs > li > a.active {
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 6 Open
Open
&:hover {
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
.nav-tabs {
- Exclude checks
Unnecessary parent selector (&) Open
Open
& li:first-child > a,
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
.variations {
- Exclude checks
Nesting should be no greater than 3, but was 4 Open
Open
.variations {
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 5 Open
Open
td.label {
- Exclude checks
Avoid qualifying class selectors with an element. Open
Open
form.checkout_coupon,
- Exclude checks
Properties should be ordered align-items, display, flex-direction, justify-content Open
Open
display: flex;
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
.woocommerce-form-login__rememberme {
- Exclude checks
Rule declaration should be preceded by an empty line Open
Open
.woocommerce-form-login__rememberme {
- Exclude checks
!important should not be used Open
Open
margin: 0 0 1em !important;
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
& > p {
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
.lsx-pagination-wrapper {
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
input[type="submit"] {
- Exclude checks
Unnecessary parent selector (&) Open
Open
& > *:last-child {
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 5 Open
Open
th {
- Exclude checks
Unnecessary parent selector (&) Open
Open
& > *:first-child {
- 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 !important;
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 6 Open
Open
& > *:last-child {
- Exclude checks
Nesting should be no greater than 3, but was 4 Open
Open
&:not(:first-child) {
- Exclude checks
Avoid qualifying class selectors with an element. Open
Open
input.input-text,
- Exclude checks
Avoid qualifying class selectors with an element. Open
Open
label.checkbox {
- Exclude checks
Merge rule .woocommerce-ordering select
with rule on line 1118 Open
Open
.woocommerce-ordering select {
- Exclude checks
Avoid using id selectors Open
Open
#respond input#submit,
- Exclude checks
Selector pp_content_container
should be written in lowercase with hyphens Open
Open
.pp_content_container {
- Exclude checks
Rule declaration should be preceded by an empty line Open
Open
.cart {
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
li.product {
- Exclude checks
Selector add_payment_method
should be written in lowercase with hyphens Open
Open
#add_payment_method,
- Exclude checks
Avoid qualifying class selectors with an element. Open
Open
ul.payment_methods {
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 5 Open
Open
& > input[type="radio"] {
- Exclude checks
!important should not be used Open
Open
position: absolute !important;
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 6 Open
Open
& > img {
- Exclude checks
Avoid qualifying class selectors with an element. Open
Open
div.payment_box {
- Exclude checks
Avoid using id selectors Open
Open
#main .quantity .qty {
- Exclude checks
Rule declaration should be followed by an empty line Open
Open
}
- Exclude checks
Unnecessary parent selector (&) Open
Open
& > li.active > a {
- Exclude checks
0px
should be written without units as 0
Open
Open
border-top: 0px;
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
#comments {
- Exclude checks
Use //
comments everywhere Open
Open
/*#billing_country_field, #shipping_country_field, #billing_state_field, #shipping_state_field {
- Exclude checks
Nesting should be no greater than 3, but was 4 Open
Open
.woocommerce-form-login__rememberme {
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
> * {
- Exclude checks
Rule declaration should be preceded by an empty line Open
Open
.col-1,
- Exclude checks
Avoid qualifying class selectors with an element. Open
Open
table.shop_table {
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 6 Open
Open
th {
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 5 Open
Open
tr:last-child {
- Exclude checks
Nesting should be no greater than 3, but was 4 Open
Open
thead {
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 5 Open
Open
tr:first-child {
- Exclude checks
Properties should be ordered background-color, border-radius 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
Selector shop_table
should be written in lowercase with hyphens Open
Open
table.shop_table {
- Exclude checks
Unnecessary parent selector (&) Open
Open
& > *:first-child {
- Exclude checks
Avoid qualifying attribute selectors with an element. Open
Open
input[type="file"] {
- Exclude checks
Nesting should be no greater than 3, but was 4 Open
Open
input[type="radio"],
- Exclude checks
Nesting should be no greater than 3, but was 4 Open
Open
textarea {
- Exclude checks
Avoid qualifying class selectors with an element. Open
Open
div.product {
- Exclude checks
!important should not be used Open
Open
top: 0 !important;
- Exclude checks
Avoid using id selectors Open
Open
#woochimp_checkout_groups {
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
.quantity .qty {
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
.woocommerce-ordering select {
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 5 Open
Open
.cart {
- Exclude checks
Nesting should be no greater than 3, but was 4 Open
Open
li.product {
- Exclude checks
Begin pseudo elements with double colons: ::
Open
Open
.wc-saved-payment-methods label:before,
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
#main {
- Exclude checks
Rule declaration should be followed by an empty line Open
Open
}
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
div.product {
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 5 Open
Open
& > *:last-child {
- Exclude checks
Properties should be ordered border-bottom, float, width Open
Open
width: 28%;
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 5 Open
Open
label,
- Exclude checks
Avoid using id selectors Open
Open
#wc_am_lost_api_key_form {
- Exclude checks
Selector wc_am_lost_api_key_form
should be written in lowercase with hyphens Open
Open
#wc_am_lost_api_key_form {
- Exclude checks
Avoid qualifying attribute selectors with an element. Open
Open
input[type="text"] {
- Exclude checks
Rule declaration should be followed by an empty line Open
Open
}
- Exclude checks
Avoid qualifying class selectors with an element. Open
Open
table.shop_table {
- 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
& > *:last-child {
- Exclude checks
Properties should be ordered background-color, border-radius Open
Open
border-radius: 0 0 5px 0;
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
select {
- Exclude checks
Nesting should be no greater than 3, but was 4 Open
Open
input.input-text,
- Exclude checks
Avoid qualifying attribute selectors with an element. Open
Open
input[type="text"],
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
.product & {
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 5 Open
Open
label.inline {
- Exclude checks
Avoid qualifying class selectors with an element. Open
Open
label.inline {
- Exclude checks
Nesting should be no greater than 3, but was 4 Open
Open
label.inline {
- Exclude checks
Avoid qualifying attribute selectors with an element. Open
Open
& > input[type="radio"] {
- Exclude checks
Prefer single quoted strings Open
Open
content: "\f10c";
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 6 Open
Open
& + a {
- Exclude checks
Rule declaration should be followed by an empty line Open
Open
}
- Exclude checks
Prefer single quoted strings Open
Open
@include media(">=desktop") {
- Exclude checks
Properties should be ordered border, border-radius, margin, padding Open
Open
padding: 0;
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
.checkout-header-wrapper {
- Exclude checks
Nesting should be no greater than 3, but was 4 Open
Open
&:hover {
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
.entry-content {
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
.woocommerce-ordering {
- Exclude checks
Rule declaration should be preceded by an empty line Open
Open
.lsx-wc-checkout-steps-items {
- Exclude checks
Prefer single quoted strings Open
Open
@include media(">=phone") {
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
.woocommerce-checkout-review-order,
- Exclude checks
Avoid qualifying class selectors with an element. Open
Open
div.product {
- Exclude checks
Nesting should be no greater than 3, but was 4 Open
Open
.panel {
- Exclude checks
Rule declaration should be preceded by an empty line Open
Open
tbody {
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 6 Open
Open
th {
- 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-bottom: 1px solid #ddd;
- Exclude checks
Nesting should be no greater than 3, but was 4 Open
Open
thead {
- Exclude checks
Avoid qualifying class selectors with an element. Open
Open
table.shop_table {
- Exclude checks
Avoid qualifying class selectors with an element. Open
Open
input.input-text {
- Exclude checks
Avoid qualifying class selectors with an element. Open
Open
& > li.active > a {
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
div.product {
- Exclude checks
Avoid qualifying class selectors with an element. Open
Open
form.cart {
- Exclude checks
Rule declaration should be followed by an empty line Open
Open
}
- Exclude checks
Selector woocommerce-form-login__submit
should be written in lowercase with hyphens Open
Open
.woocommerce-button.button.woocommerce-form-login__submit {
- Exclude checks
Selector woocommerce-LostPassword
should be written in lowercase with hyphens Open
Open
.woocommerce-LostPassword.lost_password {
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
.woocommerce-result-count {
- Exclude checks
Avoid qualifying class selectors with an element. Open
Open
table.cart {
- Exclude checks
Nesting should be no greater than 3, but was 4 Open
Open
tbody {
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
thead {
- 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
Avoid using id selectors Open
Open
#add_payment_method,
- Exclude checks
Color literals like #e6e6e6
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
border-bottom: 8px solid #e6e6e6;
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 6 Open
Open
th {
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 6 Open
Open
& > *:last-child {
- Exclude checks
Color white
should be written in hexadecimal form as #ffffff
Open
Open
background-color: white !important;
- Exclude checks
Shorthand form for property border-radius
should be written more concisely as 0 0 5px
instead of 0 0 5px 0
Open
Open
border-radius: 0 0 5px 0;
- Exclude checks
Avoid qualifying attribute selectors with an element. Open
Open
input[type="radio"],
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
.woocommerce-Input,
- Exclude checks
Merge rule .quantity .qty
with rule on line 1113 Open
Open
.quantity .qty {
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
tbody:last-child,
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
table.shop_table {
- Exclude checks
Nesting should be no greater than 3, but was 4 Open
Open
input.input-text {
- Exclude checks
Avoid using id selectors Open
Open
.woocommerce-page #main {
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 5 Open
Open
&:not(:first-child) {
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
.quantity .qty {
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
.woocommerce-ordering select {
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
.woocommerce-ordering select {
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 5 Open
Open
th {
- Exclude checks
!important should not be used Open
Open
background-color: white !important;
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
.woocommerce-checkout-review-order,
- 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-color: white !important;
- Exclude checks
border-top: 0
is preferred over border-top: none
Open
Open
border-top: none;
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
form {
- Exclude checks
Nesting should be no greater than 3, but was 4 Open
Open
input[type="file"] {
- Exclude checks
Avoid qualifying attribute selectors with an element. Open
Open
input[type="text"],
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
.variations {
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 5 Open
Open
select {
- Exclude checks
!important should not be used Open
Open
left: 0 !important;
- Exclude checks
Begin pseudo elements with double colons: ::
Open
Open
&:after {
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
.form-row {
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
.coupon input.button {
- Exclude checks
Prefer single quoted strings Open
Open
@include media(">=custom") {
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
.form-row-last {
- Exclude checks
0.875
should be written without a leading zero as .875
Open
Open
padding: 0.875em 0;
- Exclude checks
Unnecessary parent selector (&) Open
Open
& > a {
- Exclude checks
Nesting should be no greater than 3, but was 4 Open
Open
#top-menu & {
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
.lsx-wc-cart-amount {
- Exclude checks
Merge rule &.lsx-wc-cart-menu-item-simple
with rule on line 1387 Open
Open
&.lsx-wc-cart-menu-item-simple {
- Exclude checks
0.875
should be written without a leading zero as .875
Open
Open
font-size: 0.875em;
- Exclude checks
Color literals like #e6e6e6
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
border: 1px solid #e6e6e6;
- Exclude checks
Properties should be ordered background-color, border-radius Open
Open
border-radius: 0 5px 0 0;
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 6 Open
Open
& > *:first-child {
- Exclude checks
Nesting should be no greater than 3, but was 4 Open
Open
tbody:last-child,
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
input.input-text,
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
textarea {
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
.widget_shopping_cart {
- Exclude checks
Nesting should be no greater than 3, but was 4 Open
Open
.button {
- Exclude checks
Expected item on line 1042 to appear before line 1034. Rule sets should be ordered as follows: @extends
, @includes
without @content
, properties, @includes
with @content
, nested rule sets Open
Open
@include lsx-button-colour();
- Exclude checks
!important should not be used Open
Open
box-shadow: none !important;
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
br {
- Exclude checks
Expected item on line 1207 to appear before line 1202. Rule sets should be ordered as follows: @extends
, @includes
without @content
, properties, @includes
with @content
, nested rule sets Open
Open
@include media(">=phone") {
- Exclude checks
Selector woocommerce_error
should be written in lowercase with hyphens Open
Open
.woocommerce-error,
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
.form-row-first {
- Exclude checks
Begin pseudo elements with double colons: ::
Open
Open
&.woocommerce-MyAccount-navigation-link--edit-account a:before {
- Exclude checks
Avoid using id selectors Open
Open
#top-menu & {
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
&.lsx-wc-cart-menu-item-simple {
- Exclude checks
Rule declaration should be followed by an empty line Open
Open
}
- Exclude checks
Selector shop_table
should be written in lowercase with hyphens Open
Open
table.shop_table {
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
.woocommerce-customer-details {
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
input.input-text {
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
input[type="radio"],
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
.button {
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
&:active {
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
form {
- Exclude checks
Selector woocommerce-Input
should be written in lowercase with hyphens Open
Open
.woocommerce-Input,
- Exclude checks
Nesting should be no greater than 3, but was 4 Open
Open
&:before {
- Exclude checks
Properties should be ordered content, height, left, line-height, position, text-align, text-indent, top, width Open
Open
line-height: 1.618;
- Exclude checks
Prefer single quoted strings Open
Open
@include media(">=tablet") {
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 6 Open
Open
&:before {
- Exclude checks
Prefer single quoted strings Open
Open
@include media(">=desktop-wide") {
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
.lsx-wc-cart-count,
- Exclude checks
Prefer single quoted strings Open
Open
@include media(">=desktop") {
- Exclude checks
Selector woocommerce-mini-cart__empty-message
should be written in lowercase with hyphens Open
Open
.woocommerce-mini-cart__empty-message {
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
thead {
- Exclude checks
Properties should be ordered background-color, border-radius Open
Open
border-radius: 0 0 0 5px;
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
input[type="file"] {
- Exclude checks
Nesting should be no greater than 3, but was 4 Open
Open
input[type="text"],
- Exclude checks
Avoid qualifying class selectors with an element. Open
Open
form.cart {
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
&,
- Exclude checks
Avoid qualifying class selectors with an element. Open
Open
#respond input#submit,
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
@extend %bootstrap-message-info;
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 5 Open
Open
li {
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
& > a {
- 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
&.lsx-wc-cart-menu-item-simple {
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
&:not(.lsx-wc-cart-menu-item-simple) {
- Exclude checks
Selector widget_shopping_cart
should be written in lowercase with hyphens Open
Open
.widget_shopping_cart {
- 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
Shorthand form for property border-radius
should be written more concisely as 0 0 5px
instead of 0 0 5px 0
Open
Open
border-radius: 0 0 5px 0;
- Exclude checks
Avoid qualifying class selectors with an element. Open
Open
.woocommerce-message,
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 6 Open
Open
td,
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
@extend %bootstrap-message-success;
- Exclude checks
Selector woocommerce-MyAccount-navigation
should be written in lowercase with hyphens Open
Open
.woocommerce-MyAccount-navigation {
- Exclude checks
Rule declaration should be followed by an empty line Open
Open
}
- Exclude checks
Prefer single quoted strings Open
Open
@include media(">=desktop") {
- Exclude checks
Prefer single quoted strings Open
Open
@include media("<phone") {
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 6 Open
Open
a {
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
#respond input#submit,
- Exclude checks
Selector widget_shopping_cart
should be written in lowercase with hyphens Open
Open
.widget_shopping_cart {
- Exclude checks
Begin pseudo elements with double colons: ::
Open
Open
&:before {
- Exclude checks
Prefer single quoted strings Open
Open
@include media("<phone") {
- Exclude checks
!important should not be used Open
Open
border-radius: 0 !important;
- Exclude checks
Prefer single quoted strings Open
Open
content: "\f0f6";
- Exclude checks
Selector woocommerce_info
should be written in lowercase with hyphens Open
Open
.woocommerce-info,
- Exclude checks
!important should not be used Open
Open
display: block !important;
- Exclude checks
Begin pseudo elements with double colons: ::
Open
Open
&.woocommerce-MyAccount-navigation-link--edit-address a:before {
- Exclude checks
Avoid qualifying class selectors with an element. Open
Open
#respond input#submit,
- Exclude checks
Prefer single quoted strings Open
Open
content: "\f0e4";
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 6 Open
Open
&.woocommerce-MyAccount-navigation-link--payment-methods
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
.coupon input.button {
- Exclude checks
Rule declaration should be followed by an empty line Open
Open
}
- Exclude checks
Begin pseudo elements with double colons: ::
Open
Open
&.woocommerce-MyAccount-navigation-link--orders a:before {
- Exclude checks
Prefer single quoted strings Open
Open
content: "\f007";
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
a {
- Exclude checks
Begin pseudo elements with double colons: ::
Open
Open
&.woocommerce-MyAccount-navigation-link--customer-logout
- Exclude checks
Prefer single quoted strings Open
Open
content: "\f08b";
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
&.lsx-woocommerce-message-wrap {
- Exclude checks
Prefer single quoted strings Open
Open
content: "\f291";
- Exclude checks
Prefer single quoted strings Open
Open
@include media("<desktop-wide") {
- Exclude checks
Prefer single quoted strings Open
Open
@include media(">=phone") {
- Exclude checks
Merge rule &.lsx-wc-cart-menu-item-simple
with rule on line 1387 Open
Open
&.lsx-wc-cart-menu-item-simple {
- Exclude checks
0.5
should be written without a leading zero as .5
Open
Open
margin-right: 0.5rem;
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
@extend %bootstrap-message-error;
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
.widget_shopping_cart {
- Exclude checks
Avoid using id selectors Open
Open
.woocommerce-page #main {
- Exclude checks
Begin pseudo elements with double colons: ::
Open
Open
&:after {
- Exclude checks
Prefer single quoted strings Open
Open
@include media(">=desktop-wide") {
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
&.lsx-wc-cart-menu-item-right-aligned {
- Exclude checks
Rule declaration should be followed by an empty line Open
Open
}
- 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-MyAccount-navigation-link--customer-logout
- Exclude checks
Avoid using id selectors Open
Open
#top-menu & {
- Exclude checks
Prefer single quoted strings Open
Open
content: "\f044";
- Exclude checks
Selector woocommerce-MyAccount-content
should be written in lowercase with hyphens Open
Open
.woocommerce-MyAccount-content {
- Exclude checks
Properties should be ordered content, float, line-height, margin-left, opacity, text-align, width Open
Open
line-height: 1.618;
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 6 Open
Open
&.woocommerce-MyAccount-navigation-link--dashboard a:before {
- Exclude checks
Begin pseudo elements with double colons: ::
Open
Open
&.woocommerce-MyAccount-navigation-link--downloads a:before {
- Exclude checks
Selector woocommerce-MyAccount-navigation-link--payment-methods
should be written in lowercase with hyphens Open
Open
&.woocommerce-MyAccount-navigation-link--payment-methods
- Exclude checks
Prefer single quoted strings Open
Open
content: "\f07a";
- Exclude checks
Nesting should be no greater than 3, but was 4 Open
Open
&:after {
- Exclude checks
Prefer single quoted strings Open
Open
@include media(">=phone") {
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
.lsx-woocommerce-avatar {
- Exclude checks
Avoid using id selectors Open
Open
.wc-tab &,
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
display: flex;
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
position: relative;
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
position: absolute;
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
width: 20px;
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
.woocommerce-product-gallery__wrapper {
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
margin-left: auto;
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
.woocommerce-LostPassword {
- Exclude checks
Prefer single quoted strings Open
Open
@import "woocommerce-extensions/woocommerce-blocks";
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 5 Open
Open
.remove {
- Exclude checks
Prefer single quoted strings Open
Open
@include media(">=desktop") {
- Exclude checks
Prefer single quoted strings Open
Open
content: "\f178";
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
.slick-arrow {
- 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
line-height: 20px;
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
div.product {
- Exclude checks
Nesting should be no greater than 3, but was 4 Open
Open
.woocommerce-product-gallery__wrapper {
- Exclude checks
!important should not be used Open
Open
padding: 0 !important;
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
.lsx-woocommerce-avatar {
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
text-align: center;
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
.lsx-woocommerce-content {
- Exclude checks
Prefer single quoted strings Open
Open
@include media(">=tablet") {
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
.lsx-woocommerce-price {
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
.lsx-woocommerce-review-box {
- Exclude checks
Prefer single quoted strings Open
Open
@include media(">=tablet") {
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
@include media("<custom") {
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
flex-direction: column;
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
border-right-width: 2px;
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
.fa {
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
border-right-style: solid;
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
&:empty {
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
span.onsale {
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
&:last-child {
- Exclude checks
Prefer single quoted strings Open
Open
@import "woocommerce-extensions/product-addons";
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
display: block;
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
text-align: center;
- Exclude checks
Properties should be ordered border, margin-left, margin-right, max-width, padding Open
Open
max-width: 550px;
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
li {
- Exclude checks
!important should not be used Open
Open
font-size: 1em !important;
- Exclude checks
Nesting should be no greater than 3, but was 4 Open
Open
&:after {
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
.lsx-woocommerce-title {
- Exclude checks
Prefer single quoted strings Open
Open
@include media(">=1280px") {
- Exclude checks
Begin pseudo elements with double colons: ::
Open
Open
&:before {
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
z-index: 10;
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
list-style: none;
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
padding: 10px;
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
box-sizing: content-box;
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
top: 5px;
- Exclude checks
Merge rule .woocommerce
with rule on line 934 Open
Open
.woocommerce {
- Exclude checks
Avoid qualifying class selectors with an element. Open
Open
div.images {
- Exclude checks
Merge rule .woocommerce
with rule on line 934 Open
Open
.woocommerce {
- Exclude checks
Prefer single quoted strings Open
Open
@import "woocommerce-extensions/bundle-products";
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
#respond input#submit,
- 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 4 Open
Open
.woocommerce-form-row {
- Exclude checks
Prefer single quoted strings Open
Open
@include media(">=custom") {
- Exclude checks
Selector woocommerce-MyAccount-navigation-link--downloads
should be written in lowercase with hyphens Open
Open
&.woocommerce-MyAccount-navigation-link--downloads a:before {
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 6 Open
Open
&.woocommerce-MyAccount-navigation-link--edit-account a:before {
- Exclude checks
Rule declaration should be followed by an empty line Open
Open
}
- Exclude checks
Begin pseudo elements with double colons: ::
Open
Open
&.woocommerce-MyAccount-navigation-link--subscriptions
- Exclude checks
0.875
should be written without a leading zero as .875
Open
Open
font-size: 0.875em;
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
@include media(">=desktop") {
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
.lsx-woocommerce-title {
- Exclude checks
Prefer single quoted strings Open
Open
@include media(">=phone") {
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
.slick-dots {
- Exclude checks
!important should not be used Open
Open
padding-left: 0 !important;
- Exclude checks
Begin pseudo elements with double colons: ::
Open
Open
&:before {
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
margin-bottom: 0;
- Exclude checks
Selector woocommerce-product-gallery__wrapper
should be written in lowercase with hyphens Open
Open
.woocommerce-product-gallery__wrapper {
- Exclude checks
Avoid qualifying id selectors with an element. Open
Open
#respond input#submit,
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
&:before {
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
@extend %bootstrap-message;
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
legend {
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 6 Open
Open
a {
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 6 Open
Open
&:hover {
- Exclude checks
Begin pseudo elements with double colons: ::
Open
Open
&.woocommerce-MyAccount-navigation-link--dashboard a:before {
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 6 Open
Open
&.woocommerce-MyAccount-navigation-link--orders a:before {
- 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-MyAccount-navigation-link--edit-address a:before {
- Exclude checks
Selector woocommerce-MyAccount-navigation-link--subscriptions
should be written in lowercase with hyphens Open
Open
&.woocommerce-MyAccount-navigation-link--subscriptions
- Exclude checks
Unnecessary parent selector (&) Open
Open
& > a {
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 5 Open
Open
a {
- Exclude checks
!important should not be used Open
Open
display: none !important;
- Exclude checks
Begin pseudo elements with double colons: ::
Open
Open
&:after {
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
margin-top: -4rem;
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
@include media(">=tablet") {
- Exclude checks
Begin pseudo elements with double colons: ::
Open
Open
&:before {
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
.woocommerce-Address-title {
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
padding-left: 0;
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
width: 25%;
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
.lsx-woocommerce-content {
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
border-radius: 50%;
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
height: 20px;
- Exclude checks
Avoid qualifying class selectors with an element. Open
Open
div.product {
- Exclude checks
Unnecessary parent selector (&) Open
Open
& > li {
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 5 Open
Open
li {
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
text-align: center;
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
display: none;
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
border: none;
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
border-style: solid;
- Exclude checks
Nesting should be no greater than 3, but was 4 Open
Open
.button {
- Exclude checks
Avoid qualifying class selectors with an element. Open
Open
ul.lsx-wc-cart-sub-menu {
- Exclude checks
Selector woocommerce-LostPassword
should be written in lowercase with hyphens Open
Open
.woocommerce-LostPassword {
- Exclude checks
!important should not be used Open
Open
margin-top: 1rem !important;
- Exclude checks
Rule declaration should be preceded by an empty line Open
Open
.woocommerce-LostPassword {
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
a {
- Exclude checks
Nesting should be no greater than 3, but was 4 Open
Open
& + p {
- Exclude checks
Prefer single quoted strings Open
Open
@import "woocommerce-extensions/advanced-product-labels";
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
.lsx-woocommerce-content {
- Exclude checks
Prefer single quoted strings Open
Open
@import "woocommerce-extensions/ship-multiple-addresses";
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
@include media(">=1280px") {
- Exclude checks
Prefer single quoted strings Open
Open
@import "woocommerce-extensions/subscriptions";
- Exclude checks
Prefer single quoted strings Open
Open
@import "woocommerce-extensions/wishlists";
- Exclude checks
Properties should be ordered bottom, box-shadow, left, position, right, z-index Open
Open
box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
right: 0;
- Exclude checks
Begin pseudo elements with double colons: ::
Open
Open
&:before {
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
border-width: 1px;
- Exclude checks
Selector woocommerce_noreviews
should be written in lowercase with hyphens Open
Open
.woocommerce-message,
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
@include media(">=tablet") {
- Exclude checks
Avoid qualifying class selectors with an element. Open
Open
#loginform,
- Exclude checks
@include declaration should be followed by an empty line Open
Open
}
- Exclude checks
Avoid qualifying class selectors with an element. Open
Open
#loginform,
- Exclude checks
Prefer single quoted strings Open
Open
@import "woocommerce-extensions/smart-coupons";
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 5 Open
Open
&.is-active {
- Exclude checks
Merge rule a
with rule on line 1302 Open
Open
a {
- Exclude checks
0.5407911001
should be written without a leading zero as .5407911001
Open
Open
margin-left: 0.5407911001em;
- Exclude checks
Rule declaration should be followed by an empty line Open
Open
}
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
.lsx-wc-cart-count-badge {
- Exclude checks
Selector product_list_widget
should be written in lowercase with hyphens Open
Open
.product_list_widget {
- Exclude checks
Avoid using id selectors Open
Open
#secondary & > a {
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
.wc-tab &,
- Exclude checks
Prefer single quoted strings Open
Open
font-family: "FontAwesome";
- Exclude checks
Properties should be ordered display, font-family, font-size, -moz-osx-font-smoothing, -webkit-font-smoothing, line-height, position, text-rendering, top, transform, transition Open
Open
line-height: 1;
- Exclude checks
Nesting should be no greater than 3, but was 4 Open
Open
&:before {
- Exclude checks
0.5
should be written without a leading zero as .5
Open
Open
box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
@include media(">=custom") {
- Exclude checks
Properties should be ordered border-radius, border-style, border-width, box-sizing, display, font-size, height, left, line-height, position, text-align, top, width Open
Open
border-style: solid;
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
max-width: none;
- Exclude checks
Avoid qualifying class selectors with an element. Open
Open
span.onsale {
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
max-width: 550px;
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
.lsx-wc-cart-menu-item-simple & {
- Exclude checks
!important should not be used Open
Open
margin-top: 2.4rem !important;
- Exclude checks
Unnecessary parent selector (&) Open
Open
& > button {
- Exclude checks
Selector woocommerce_info
should be written in lowercase with hyphens Open
Open
.woocommerce-message,
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
& > button {
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
position: fixed;
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
padding: 10px;
- Exclude checks
Selector woocommerce_message
should be written in lowercase with hyphens Open
Open
.woocommerce-message,
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
font-size: 11px;
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
.flex-control-thumbs {
- Exclude checks
Selector woocommerce_message
should be written in lowercase with hyphens Open
Open
.woocommerce-message,
- Exclude checks
Avoid using id selectors Open
Open
#loginform,
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
.woocommerce-MyAccount-content {
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
padding: 0;
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 6 Open
Open
a {
- Exclude checks
Prefer single quoted strings Open
Open
@import "woocommerce-extensions/bookings";
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 6 Open
Open
&:before {
- Exclude checks
Begin pseudo elements with double colons: ::
Open
Open
&:before {
- Exclude checks
Selector woocommerce-MyAccount-navigation-link--dashboard
should be written in lowercase with hyphens Open
Open
&.woocommerce-MyAccount-navigation-link--dashboard a:before {
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 6 Open
Open
&.woocommerce-MyAccount-navigation-link--downloads a:before {
- Exclude checks
Selector woocommerce-MyAccount-navigation-link--edit-address
should be written in lowercase with hyphens Open
Open
&.woocommerce-MyAccount-navigation-link--edit-address a:before {
- 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-MyAccount-navigation-link--subscriptions
- Exclude checks
Begin pseudo elements with double colons: ::
Open
Open
&:before {
- Exclude checks
Avoid using id selectors Open
Open
#top-menu & {
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
&.lsx-wc-cart-menu-item-simple {
- Exclude checks
Nesting should be no greater than 3, but was 4 Open
Open
li {
- Exclude checks
!important should not be used Open
Open
font-weight: normal !important;
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
.button {
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
.lsx-woocommerce-review-flex {
- Exclude checks
Prefer single quoted strings Open
Open
@include media(">=phone") {
- Exclude checks
Prefer single quoted strings Open
Open
content: "\f104";
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
.wc-bacs-bank-details-heading {
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
margin-right: auto;
- Exclude checks
Prefer single quoted strings Open
Open
@import "woocommerce-extensions/product-retailers";
- Exclude checks
Prefer single quoted strings Open
Open
@import "woocommerce-extensions/variation-swatches";
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
margin: 4rem auto 0;
- Exclude checks
Nesting should be no greater than 3, but was 4 Open
Open
& + p {
- Exclude checks
Properties should be ordered align-items, display Open
Open
display: flex;
- Exclude checks
Expected item on line 1265 to appear before line 1257. Rule sets should be ordered as follows: @extends
, @includes
without @content
, properties, @includes
with @content
, nested rule sets Open
Open
@include media(">=custom") {
- Exclude checks
Begin pseudo elements with double colons: ::
Open
Open
&:before {
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 6 Open
Open
&:before {
- Exclude checks
Selector woocommerce-MyAccount-navigation-link--orders
should be written in lowercase with hyphens Open
Open
&.woocommerce-MyAccount-navigation-link--orders a:before {
- Exclude checks
Prefer single quoted strings Open
Open
content: "\f291";
- Exclude checks
Begin pseudo elements with double colons: ::
Open
Open
&.woocommerce-MyAccount-navigation-link--payment-methods
- Exclude checks
Selector woocommerce-MyAccount-navigation-link--customer-logout
should be written in lowercase with hyphens Open
Open
&.woocommerce-MyAccount-navigation-link--customer-logout
- Exclude checks
Merge rule .lsx-wc-cart-menu-item
with rule on line 1028 Open
Open
.lsx-wc-cart-menu-item {
- Exclude checks
0.75
should be written without a leading zero as .75
Open
Open
opacity: 0.75;
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
.lsx-woocommerce-rating {
- Exclude checks
Prefer single quoted strings Open
Open
font-family: "FontAwesome";
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
.lsx-woocommerce-slot.slick-slide,
- Exclude checks
Prefer single quoted strings Open
Open
content: "\f105";
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
- Exclude checks
Color literals like rgba(0, 0, 0, 0.5)
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
left: 0;
- Exclude checks
Selector woocommerce-product-gallery__wrapper
should be written in lowercase with hyphens Open
Open
.woocommerce-product-gallery__wrapper {
- Exclude checks
Prefer single quoted strings Open
Open
@import "woocommerce-extensions/quick-view";
- Exclude checks
Prefer single quoted strings Open
Open
@import "woocommerce-extensions/product-vendors";
- Exclude checks
Prefer single quoted strings Open
Open
@import "woocommerce-extensions/points_rewards";
- Exclude checks
Avoid using id selectors Open
Open
#respond input#submit,
- Exclude checks
Selector woocommerce-Address-title
should be written in lowercase with hyphens Open
Open
.woocommerce-Address-title {
- Exclude checks
Properties should be ordered display, height, padding, position, text-indent, width Open
Open
width: 1em;
- Exclude checks
Merge rule .woocommerce-page #main
with rule on line 1075 Open
Open
.woocommerce-page #main {
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
ul {
- Exclude checks
0.25
should be written without a leading zero as .25
Open
Open
opacity: 0.25;
- Exclude checks
Prefer single quoted strings Open
Open
content: "\f1c6";
- Exclude checks
Prefer single quoted strings Open
Open
content: "\f015";
- Exclude checks
Begin pseudo elements with double colons: ::
Open
Open
&:after {
- Exclude checks
Rule declaration should be followed by an empty line Open
Open
}
- Exclude checks
Avoid qualifying class selectors with an element. Open
Open
.coupon input.button {
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
&:last-child {
- Exclude checks
Selector woocommerce_error
should be written in lowercase with hyphens Open
Open
.woocommerce-message,
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
overflow: hidden;
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
.woocommerce-MyAccount-navigation {
- Exclude checks
Prefer single quoted strings Open
Open
@include media(">=phone") {
- Exclude checks
Prefer single quoted strings Open
Open
@include media("<custom") {
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
bottom: 0;
- Exclude checks
Properties should be ordered border-right-style, border-right-width, width Open
Open
border-right-width: 2px;
- Exclude checks
Nesting should be no greater than 3, but was 4 Open
Open
li {
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
left: 50%;
- Exclude checks
Nesting should be no greater than 3, but was 4 Open
Open
.flex-control-thumbs {
- Exclude checks
border: 0
is preferred over border: none
Open
Open
border: none;
- Exclude checks
Prefer single quoted strings Open
Open
@import "woocommerce-extensions/social-login";
- Exclude checks
Prefer single quoted strings Open
Open
content: "\f09d";
- Exclude checks
Selector woocommerce-MyAccount-navigation-link--edit-account
should be written in lowercase with hyphens Open
Open
&.woocommerce-MyAccount-navigation-link--edit-account a:before {
- Exclude checks
Prefer single quoted strings Open
Open
content: "\f021";
- Exclude checks
0.5
should be written without a leading zero as .5
Open
Open
margin-right: 0.5rem;
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
&:nth-of-type(1n + 4) {
- Exclude checks
border-top: 0
is preferred over border-top: none
Open
Open
border-top: none;
- Exclude checks
Unnecessary parent selector (&) Open
Open
& > img {
- Exclude checks
Unnecessary parent selector (&) Open
Open
& + p {
- Exclude checks
Properties should be ordered color, content, display, font-family, font-size, -moz-osx-font-smoothing, -webkit-font-smoothing, margin-left, text-rendering Open
Open
margin-left: 5px;
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
.lsx-woocommerce-rating {
- Exclude checks
Unnecessary parent selector (&) Open
Open
& + p {
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
#secondary & > a {
- Exclude checks
Prefer single quoted strings Open
Open
@include media(">=tablet") {
- Exclude checks
Nesting should be no greater than 3, but was 4 Open
Open
& > button {
- Exclude checks
Prefer single quoted strings Open
Open
@include media(">=custom") {
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
display: flex;
- Exclude checks
Prefer single quoted strings Open
Open
@import "woocommerce-extensions/product-reviews-pro";
- Exclude checks