lightspeeddevelopment/lsx-customizer

View on GitHub
assets/css/woocommerce/woocommerce.scss

Summary

Maintainability
Test Coverage

Color literals like #fff should only be used in variable declarations; they should be referred to via variable everywhere else.
Open

    background-color: #fff;

Line should be indented with spaces, not tabs
Open

    border: 1px solid #ddd;

Line should be indented with spaces, not tabs
Open

    width: 100%;

Properties should be ordered border, border-radius, margin-bottom, padding
Open

    border-radius: 4px;

Line should be indented with spaces, not tabs
Open

    padding: 15px !important;

Color literals like #d6e9c6 should only be used in variable declarations; they should be referred to via variable everywhere else.
Open

    border-color: #d6e9c6;

Line should be indented with spaces, not tabs
Open

    height: 42px;

Avoid qualifying class selectors with an element.
Open

article.page {

Line should be indented with spaces, not tabs
Open

    @include media(">=desktop") {

Selector should have depth of applicability no greater than 3, but was 4
Open

                .button {

Avoid qualifying class selectors with an element.
Open

        ul.products {

Line should be indented with spaces, not tabs
Open

    font-size: 18px;

Line should be indented with spaces, not tabs
Open

    transition: all 150ms ease;

Color literals like #31708f should only be used in variable declarations; they should be referred to via variable everywhere else.
Open

    color: #31708f;

!important should not be used
Open

    margin-bottom: 15px !important;

Properties should be ordered margin, width
Open

                    width: 100%;

Line should be indented with spaces, not tabs
Open

    padding: 10px 20px;

Line should be indented with spaces, not tabs
Open

    border: 1px solid transparent;

Color literals like #dff0d8 should only be used in variable declarations; they should be referred to via variable everywhere else.
Open

    background-color: #dff0d8;

Line should be indented with spaces, not tabs
Open

    border-color: #ebccd1;

Color literals like #d9edf7 should only be used in variable declarations; they should be referred to via variable everywhere else.
Open

    background-color: #d9edf7;

Color literals like #bce8f1 should only be used in variable declarations; they should be referred to via variable everywhere else.
Open

    border-color: #bce8f1;

!important should not be used
Open

        width: 100% !important;

!important should not be used
Open

    padding: 0 !important;

Rule declaration should be followed by an empty line
Open

            }

Nesting should be no greater than 3, but was 4
Open

            li.product {

Rule declaration should be preceded by an empty line
Open

            span {

Prefer single quoted strings
Open

                @include media(">=phone") {

@include declaration should be followed by an empty line
Open

        }

Nesting should be no greater than 3, but was 4
Open

                .col-2 {

Selector order_review should be written in lowercase with hyphens
Open

    #order_review,

Selector woochimp_checkout_groups should be written in lowercase with hyphens
Open

    #order_review,

Prefer single quoted strings
Open

        @include media(">=tablet") {

Color literals like #4a4a4a should only be used in variable declarations; they should be referred to via variable everywhere else.
Open

    color: #4a4a4a;

Line should be indented with spaces, not tabs
Open

    background-color: #fff;

Line should be indented with spaces, not tabs
Open

    background-color: #d9edf7;

Line should be indented with spaces, not tabs
Open

    height: 42px;

Line should be indented with spaces, not tabs
Open

    padding: 10px 12px;

Line should be indented with spaces, not tabs
Open

    &.page-has-banner.lsx .archive-header-wrapper {

Rule declaration should be followed by an empty line
Open

                }

Prefer single quoted strings
Open

        @include media("<desktop") {

Avoid using id selectors
Open

            #primary {

Nesting should be no greater than 3, but was 4
Open

                .col-1,

Line should be indented with spaces, not tabs
Open

    line-height: 1.33;

Line should be indented with spaces, not tabs
Open

    border-color: #d6e9c6;

Rule declaration should be followed by an empty line
Open

    }

Line should be indented with spaces, not tabs
Open

    &.woocommerce-checkout {

Rule declaration should be followed by an empty line
Open

        }

Avoid using id selectors
Open

    #order_review,

Prefer single quoted strings
Open

            @include media(">tablet") {

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

    display: block;

Color literals like #ddd should only be used in variable declarations; they should be referred to via variable everywhere else.
Open

    border: 1px solid #ddd;

Properties should be ordered margin, max-width
Open

        max-width: 90rem;

Selector woocommerce-loop-category__title should be written in lowercase with hyphens
Open

                .woocommerce-loop-category__title,

Prefer single quoted strings
Open

            @include media(">=phone") {

Selector should have depth of applicability no greater than 3, but was 6
Open

                        .quantity,

Prefer single quoted strings
Open

@import "../scss/global/mixins";

Color literals like #a94442 should only be used in variable declarations; they should be referred to via variable everywhere else.
Open

    color: #a94442;

Line should be indented with spaces, not tabs
Open

    padding: 0 !important;

Prefer single quoted strings
Open

    @include media(">=desktop") {

Begin pseudo elements with double colons: ::
Open

        &:after {

Selector should have depth of applicability no greater than 3, but was 4
Open

            .button {

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

            @include media("<tablet") {

Line should be indented with spaces, not tabs
Open

    &,

Color black should be written in hexadecimal form as #000000
Open

                    background-color: black;

Selector woochimp_checkout_groups should be written in lowercase with hyphens
Open

    #woochimp_checkout_groups {

Line should be indented with spaces, not tabs
Open

    table.woocommerce-MyAccount-downloads,

Rule declaration should be followed by an empty line
Open

    }

Color literals like white should only be used in variable declarations; they should be referred to via variable everywhere else.
Open

        background: white;

Line should be indented with spaces, not tabs
Open

    border-width: 2px;

Line should be indented with spaces, not tabs
Open

    border-radius: 4px;

Line should be indented with spaces, not tabs
Open

    .woocommerce-ResetPassword {

Prefer single quoted strings
Open

            content: "";

Avoid using id selectors
Open

    #order_review,

Avoid using id selectors
Open

    #order_review,

Properties should be ordered filter, margin-bottom, margin-top
Open

            margin-top: 4rem;

Line should be indented with spaces, not tabs
Open

    display: block;

Color literals like #3c763d should only be used in variable declarations; they should be referred to via variable everywhere else.
Open

    color: #3c763d;

Rule declaration should be followed by an empty line
Open

    }

Line should be indented with spaces, not tabs
Open

    a {

Properties should be ordered margin, max-width
Open

            max-width: 75rem;

Nesting should be no greater than 3, but was 4
Open

            .button {

Rule declaration should be followed by an empty line
Open

        }

Prefer single quoted strings
Open

            @include media("<phone") {

Selector woocommerce-MyAccount-downloads should be written in lowercase with hyphens
Open

    table.woocommerce-MyAccount-downloads,

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

    @include media("<=tablet") {

Begin pseudo elements with double colons: ::
Open

                .wc-saved-payment-methods label:before,

Prefer single quoted strings
Open

@import "../scss/global/placeholders";

Line should be indented with spaces, not tabs
Open

    &:focus {

Line should be indented with spaces, not tabs
Open

    margin-bottom: 20px;

Line should be indented with spaces, not tabs
Open

    &,

Line should be indented with spaces, not tabs
Open

    .page-template-default:not(.has-sidebar).woocommerce-page &,

Rule declaration should be followed by an empty line
Open

    }

Line contains trailing whitespace
Open

        

Color literals like black should only be used in variable declarations; they should be referred to via variable everywhere else.
Open

                box-shadow: 2px 2px 0 0 black;

Rule declaration should be preceded by an empty line
Open

        .img-payments {

Selector woocommerce-LostPassword should be written in lowercase with hyphens
Open

.woocommerce-LostPassword {

Selector woocommerce-ResetPassword should be written in lowercase with hyphens
Open

    .woocommerce-ResetPassword {

Selector should have depth of applicability no greater than 3, but was 4
Open

        .woocommerce-form-row {

Selector should have depth of applicability no greater than 3, but was 4
Open

        .gutenberg-compatible-template.using-gutenberg .entry-content & {

Rule declaration should be preceded by an empty line
Open

                .button {

Selector should have depth of applicability no greater than 3, but was 4
Open

                .price {

Nesting should be no greater than 3, but was 4
Open

            span {

Nesting should be no greater than 3, but was 4
Open

                .entry-content {

Rule declaration should be followed by an empty line
Open

        }

Color black should be written in hexadecimal form as #000000
Open

                box-shadow: 2px 2px 0 0 black;

Selector my_account_orders should be written in lowercase with hyphens
Open

    table.woocommerce-MyAccount-downloads,

Avoid qualifying class selectors with an element.
Open

    table.woocommerce-MyAccount-downloads,

Nesting should be no greater than 3, but was 4
Open

                .summary {

Line should be indented with spaces, not tabs
Open

    color: #4a4a4a;

Line should be indented with spaces, not tabs
Open

    &:before {

Color literals like #ebccd1 should only be used in variable declarations; they should be referred to via variable everywhere else.
Open

    border-color: #ebccd1;

Line should be indented with spaces, not tabs
Open

    border-color: #bce8f1;

Line should be indented with spaces, not tabs
Open

    .cart-collaterals {

Prefer single quoted strings
Open

            @include media(">=tablet") {

Line should be indented with spaces, not tabs
Open

    &.woocommerce-account {

Rule declaration should be preceded by an empty line
Open

            &:last-child {

Selector should have depth of applicability no greater than 3, but was 4
Open

                .woocommerce-product-gallery {

Prefer single quoted strings
Open

@import "../scss/global/variables";

Line should be indented with spaces, not tabs
Open

    border-radius: 2px;

Begin pseudo elements with double colons: ::
Open

    &:before {

Line should be indented with spaces, not tabs
Open

    background-image: none;

Line should be indented with spaces, not tabs
Open

    padding: 0 12px;

Line should be indented with spaces, not tabs
Open

    background-color: #f2dede;

Line should be indented with spaces, not tabs
Open

    color: #a94442;

Line should be indented with spaces, not tabs
Open

    .archive:not(.has-sidebar).woocommerce-page & {

Rule declaration should be followed by an empty line
Open

        }

Line should be indented with spaces, not tabs
Open

    margin-bottom: 15px !important;

Line should be indented with spaces, not tabs
Open

    &:last-child {

Merge rule .col2-set with rule on line 194
Open

        .col2-set {

Avoid qualifying class selectors with an element.
Open

            li.product {

Nesting should be no greater than 3, but was 4
Open

                .col-1,

Line should be indented with spaces, not tabs
Open

    #order_review,

Selector should have depth of applicability no greater than 3, but was 4
Open

                &:hover {

Nesting should be no greater than 3, but was 4
Open

            .woocommerce-form-register__submit {

Line should be indented with spaces, not tabs
Open

    #woochimp_checkout_groups {

Avoid qualifying attribute selectors with an element.
Open

        input[type="checkbox"] {

Line should be indented with spaces, not tabs
Open

    .checkout-cta-bottom {

Properties should be ordered margin-bottom, padding-left
Open

        padding-left: 20px;

Nesting should be no greater than 3, but was 4
Open

                .woocommerce-product-gallery {

Selector should have depth of applicability no greater than 3, but was 4
Open

                .woocommerce-product-gallery {

Line should be indented with spaces, not tabs
Open

    height: 50px;

Line should be indented with spaces, not tabs
Open

    background-color: #dff0d8;

Line should be indented with spaces, not tabs
Open

    color: #3c763d;

Color literals like #f2dede should only be used in variable declarations; they should be referred to via variable everywhere else.
Open

    background-color: #f2dede;

Line should be indented with spaces, not tabs
Open

    color: #31708f;

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

    @include media(">=desktop") {

Line should be indented with spaces, not tabs
Open

    .entry-content {

Nesting should be no greater than 3, but was 4
Open

                .button {

Selector woocommerce-loop-product__title should be written in lowercase with hyphens
Open

                .woocommerce-loop-category__title,

@include declaration should be followed by an empty line
Open

        }

Avoid using id selectors
Open

#add_payment_method,

Nesting should be no greater than 3, but was 4
Open

            li.wc_payment_method {

Selector should have depth of applicability no greater than 3, but was 5
Open

                input[type="radio"]:first-child:checked + label:before {

Prefer single quoted strings
Open

                    content: "\f192";

Unnecessary parent selector (&)
Open

                    & > img {

Selector should have depth of applicability no greater than 3, but was 4
Open

    #main .quantity .qty {

Line should be indented with spaces, not tabs
Open

    #main .quantity .qty {

Avoid qualifying class selectors with an element.
Open

        a.remove {

Rule declaration should be followed by an empty line
Open

        }

Unnecessary parent selector (&)
Open

        & > .comment-form {

Nesting should be no greater than 3, but was 4
Open

            input[type="submit"] {

Prefer single quoted strings
Open

        @include media(">=phone") {

Selector should have depth of applicability no greater than 3, but was 6
Open

                    td {

Rule declaration should be followed by an empty line
Open

                    }

Line should be indented with spaces, not tabs
Open

    box-shadow: none;

!important should not be used
Open

    padding: 15px !important;

Prefer single quoted strings
Open

            @include media("<tablet") {

Prefer single quoted strings
Open

                @include media("<phone") {

Line should be indented with spaces, not tabs
Open

    #customer_login {

Avoid using id selectors
Open

    #woochimp_checkout_groups {

Line should be indented with spaces, not tabs
Open

    @include media("<=tablet") {

Prefer single quoted strings
Open

    @include media("<=tablet") {

Rule declaration should be preceded by an empty line
Open

                .woocommerce-product-gallery {

Nesting should be no greater than 3, but was 4
Open

                .woocommerce-product-gallery {

Line should be indented with spaces, not tabs
Open

    .woocommerce {

Avoid qualifying class selectors with an element.
Open

                a.button:not(.quick-view-button) {

Line should be indented with spaces, not tabs
Open

    #payment {

Avoid using id selectors
Open

        #place_order {

Rule declaration should be followed by an empty line
Open

    }

Properties should be ordered margin-left, margin-right, max-width, width
Open

                width: 100%;

Properties should be ordered margin, overflow
Open

            overflow: hidden;

Selector should have depth of applicability no greater than 3, but was 9
Open

                .nav-tabs > li > a.active {

Rule declaration should be followed by an empty line
Open

    }

Line should be indented with spaces, not tabs
Open

    .wc-memberships-restriction-message {

Nesting should be no greater than 3, but was 4
Open

            &.api-documentation {

Line should be indented with spaces, not tabs
Open

    input[type="submit"] {

Unnecessary parent selector (&)
Open

                    & > *:last-child {

Nesting should be no greater than 3, but was 4
Open

            .col-1,

Selector order_review_heading should be written in lowercase with hyphens
Open

    #order_review,

Selector woocommerce-form-register__submit should be written in lowercase with hyphens
Open

            .woocommerce-form-register__submit {

Selector woochimp_checkout_checkbox should be written in lowercase with hyphens
Open

    .woochimp_checkout_checkbox {

@include declaration should be followed by an empty line
Open

    }

Properties should be ordered background, display, flex-direction, padding-bottom, padding-top
Open

        display: flex;

Avoid qualifying class selectors with an element.
Open

            li.wc_payment_method {

Selector wc_payment_method should be written in lowercase with hyphens
Open

            li.wc_payment_method {

Selector should have depth of applicability no greater than 3, but was 5
Open

                & > label {

Nesting should be no greater than 3, but was 4
Open

            + .wp-block-cover {

Rule declaration should be preceded by an empty line
Open

                .wp-block-cover__inner-container {

Nesting should be no greater than 3, but was 4
Open

                .panel {

Avoid qualifying class selectors with an element.
Open

    form.checkout_coupon,

Nesting should be no greater than 3, but was 4
Open

            & > p {

Selector cart_totals should be written in lowercase with hyphens
Open

    .cart_totals {

Line should be indented with spaces, not tabs
Open

    .cart_totals {

Selector should have depth of applicability no greater than 3, but was 6
Open

                    & > *:last-child {

Avoid qualifying class selectors with an element.
Open

        table.shop_table {

Selector should have depth of applicability no greater than 3, but was 4
Open

            .woocommerce-form-register__submit {

Color literals like black should only be used in variable declarations; they should be referred to via variable everywhere else.
Open

                    background-color: black;

Line should be indented with spaces, not tabs
Open

    .woochimp_checkout_checkbox {

!important should not be used
Open

        padding: 0 0 0 20px !important;

Line should be indented with spaces, not tabs
Open

    .quick-view {

Selector single_add_to_cart_button should be written in lowercase with hyphens
Open

                        .quantity,

Selector should have depth of applicability no greater than 3, but was 4
Open

            li.wc_payment_method {

0.2 should be written without a leading zero as .2
Open

                    transition: color ease 0.2s;

!important should not be used
Open

            color: white !important;

Rule declaration should be preceded by an empty line
Open

        .wp-block-cover,

Properties should be ordered margin-left, margin-right, max-width, width
Open

        max-width: 100%;

Rule declaration should be preceded by an empty line
Open

            .panel {

Color literals like #f5f5f5 should only be used in variable declarations; they should be referred to via variable everywhere else.
Open

                    background-color: #f5f5f5;

border-bottom: 0 is preferred over border-bottom: none
Open

                border-bottom: none;

Rule declaration should be followed by an empty line
Open

        }

Avoid qualifying class selectors with an element.
Open

        p.form-row:not(.woocommerce-form-row) {

Selector woocommerce-form-login__rememberme should be written in lowercase with hyphens
Open

            .woocommerce-form-login__rememberme {

Selector lost_password should be written in lowercase with hyphens
Open

    .woocommerce-LostPassword.lost_password {

Rule declaration should be followed by an empty line
Open

    }

Line should be indented with spaces, not tabs
Open

    .u-columns.col2-set {

Selector should have depth of applicability no greater than 3, but was 4
Open

            .col-1,

Line should be indented with spaces, not tabs
Open

    .product & {

Unnecessary parent selector (&)
Open

        & > span {

Line should be indented with spaces, not tabs
Open

    .product & {

Properties should be ordered float, margin-top
Open

            margin-top: 0;

Avoid using id selectors
Open

#add_payment_method,

Merge rule #add_payment_method, .woocommerce-cart, .woocommerce-checkout with rule on line 381
Open

#add_payment_method,

Rule declaration should be followed by an empty line
Open

                    }

Selector customer_login should be written in lowercase with hyphens
Open

    #customer_login {

Rule declaration should be preceded by an empty line
Open

                &:hover {

Avoid qualifying class selectors with an element.
Open

    table.woocommerce-MyAccount-downloads,

Rule declaration should be followed by an empty line
Open

}

Properties should be ordered grid-column-end, grid-column-start, grid-row-end, grid-row-start, width
Open

                    grid-column-start: 1;

Rule declaration should be followed by an empty line
Open

                }

Rule declaration should be followed by an empty line
Open

}

Nesting should be no greater than 3, but was 4
Open

            li:not(.woocommerce-notice) {

Properties should be ordered background-color, box-shadow, float
Open

            float: initial;

Avoid using id selectors
Open

    #main {

Rule declaration should be preceded by an empty line
Open

            + .wp-block-cover {

Rule declaration should be followed by an empty line
Open

        }

Line should be indented with spaces, not tabs
Open

    #main {

Avoid qualifying class selectors with an element.
Open

body.woocommerce {

Merge rule .nav-tabs > li > a with rule on line 539
Open

            .nav-tabs > li > a {

Nesting should be no greater than 3, but was 4
Open

            .nav-tabs {

Selector should have depth of applicability no greater than 3, but was 6
Open

                & li:first-child > a,

Avoid using id selectors
Open

            #comments {

Nesting should be no greater than 3, but was 4
Open

            #comments {

Avoid using id selectors
Open

#respond {

Selector shop_table should be written in lowercase with hyphens
Open

        table.shop_table {

Selector should have depth of applicability no greater than 3, but was 4
Open

            tbody {

Selector should have depth of applicability no greater than 3, but was 5
Open

                tr:first-child {

Selector cart_totals should be written in lowercase with hyphens
Open

    .cart_totals {

Selector shop_table should be written in lowercase with hyphens
Open

        table.shop_table {

Selector should have depth of applicability no greater than 3, but was 4
Open

                .woocommerce-loop-category__title,

Prefer single quoted strings
Open

        @include media(">=custom") {

Selector woochimp_checkout_checkbox should be written in lowercase with hyphens
Open

    #order_review,

Avoid using id selectors
Open

    #customer_login {

Nesting should be no greater than 3, but was 4
Open

            &:last-child {

Color white should be written in hexadecimal form as #ffffff
Open

        background: white;

Selector should have depth of applicability no greater than 3, but was 4
Open

                .summary {

Prefer single quoted strings
Open

            @include media("<tablet") {

Avoid qualifying attribute selectors with an element.
Open

                input[type="radio"]:first-child:checked + label:before {

Color literals like white should only be used in variable declarations; they should be referred to via variable everywhere else.
Open

            color: white !important;

Rule declaration should be followed by an empty line
Open

    }

Rule declaration should be preceded by an empty line
Open

        + .wp-block-cover {

border: 0 is preferred over border: none
Open

                    border: none;

Selector should have depth of applicability no greater than 3, but was 6
Open

                & > li.active > a {

Nesting should be no greater than 3, but was 4
Open

                .nav-tabs {

Avoid qualifying class selectors with an element.
Open

                td.label {

Line should be indented with spaces, not tabs
Open

    form.checkout_coupon,

Rule declaration should be preceded by an empty line
Open

            &:hover {

Selector should have depth of applicability no greater than 3, but was 4
Open

            input[type="submit"] {

Line should be indented with spaces, not tabs
Open

    input[type="text"] {

Nesting should be no greater than 3, but was 4
Open

            .coupon {

Selector should have depth of applicability no greater than 3, but was 5
Open

                .input-text {

Shorthand form for property border-radius should be written more concisely as 0 0 5px instead of 0 0 5px 0
Open

                        border-radius: 0 0 5px 0;

Nesting should be no greater than 3, but was 4
Open

            tbody:last-child,

Selector should have depth of applicability no greater than 3, but was 5
Open

                tr:last-child {

Begin pseudo elements with double colons: ::
Open

                input[type="radio"]:first-child:checked + label:before {

Selector place_order should be written in lowercase with hyphens
Open

        #place_order {

Rule declaration should be preceded by an empty line
Open

            &:hover {

Color literals like #9b9b9b should only be used in variable declarations; they should be referred to via variable everywhere else.
Open

            background-color: #9b9b9b;

Color white should be written in hexadecimal form as #ffffff
Open

            color: white !important;

Nesting should be no greater than 3, but was 4
Open

                .wp-block-cover__inner-container {

Properties should be ordered background, float, padding, width
Open

                width: 70%;

0.5407911001 should be written without a leading zero as .5407911001
Open

                    margin-right: 0.5407911001em;

Nesting should be no greater than 3, but was 4
Open

            .nav-tabs > li {

Begin pseudo elements with double colons: ::
Open

            &:before {

Color literals like #000 should only be used in variable declarations; they should be referred to via variable everywhere else.
Open

                    border-right: 3px solid #000;

Avoid using id selectors
Open

    #main {

Color literals like #ffffff should only be used in variable declarations; they should be referred to via variable everywhere else.
Open

                background: #ffffff;

Merge rule .nav-tabs with rule on line 539
Open

            .nav-tabs {

Color literals like #000 should only be used in variable declarations; they should be referred to via variable everywhere else.
Open

                color: #000;

Properties should be ordered float, margin-bottom, width
Open

                    width: 100%;

Avoid qualifying class selectors with an element.
Open

                & li:first-child > a,

Line should be indented with spaces, not tabs
Open

    .woocommerce-button.button.woocommerce-form-login__submit {

Properties should be ordered display, font-size, font-weight, padding
Open

                    font-weight: 400;

Avoid qualifying class selectors with an element.
Open

body:not(.logged-in).woocommerce-account.my-account .woocommerce {

border: 0 is preferred over border: none
Open

        border: none;

Line should be indented with spaces, not tabs
Open

    overflow: hidden;

Prefer single quoted strings
Open

        @include media(">=phone") {

@include declaration should be preceded by an empty line
Open

        @include media(">=phone") {

Selector should have depth of applicability no greater than 3, but was 4
Open

            .coupon {

Shorthand form for property border-radius should be written more concisely as 5px 0 0 instead of 5px 0 0 0
Open

                        border-radius: 5px 0 0 0;

Selector should have depth of applicability no greater than 3, but was 6
Open

                    td {

Selector should have depth of applicability no greater than 3, but was 5
Open

                tr:first-child {

Selector should have depth of applicability no greater than 3, but was 6
Open

                    & > *:first-child {

Rule declaration should be followed by an empty line
Open

                    }

Selector should have depth of applicability no greater than 3, but was 6
Open

                    & > *:last-child {

Selector should have depth of applicability no greater than 3, but was 4
Open

            tbody {

Color white should be written in hexadecimal form as #ffffff
Open

                    background-color: white !important;

Nesting should be no greater than 3, but was 4
Open

            tbody {

Rule declaration should be followed by an empty line
Open

                }

Color literals like #e6e6e6 should only be used in variable declarations; they should be referred to via variable everywhere else.
Open

                        background-color: #e6e6e6 !important;

!important should not be used
Open

                        background-color: #e6e6e6 !important;

Rule declaration should be followed by an empty line
Open

                    }

Selector should have depth of applicability no greater than 3, but was 6
Open

                    td {

!important should not be used
Open

                    background-color: white !important;

Nesting should be no greater than 3, but was 4
Open

            textarea {

Unnecessary parent selector (&)
Open

                    & > *:last-child {

Selector woocommerce-MyAccount-downloads-file should be written in lowercase with hyphens
Open

.woocommerce-MyAccount-downloads-file {

Rule declaration should be followed by an empty line
Open

                    }

Merge rule .woocommerce with rule on line 934
Open

.woocommerce {

Prefer single quoted strings
Open

        content: "\f019";

Selector should have depth of applicability no greater than 3, but was 4
Open

            select {

Selector should have depth of applicability no greater than 3, but was 4
Open

    .woocommerce-Input,

Line should be indented with spaces, not tabs
Open

    .woocommerce-ordering select {

Line should be indented with spaces, not tabs
Open

    .quantity .qty {

Avoid qualifying class selectors with an element.
Open

    #respond input#submit,

@include declaration should be followed by an empty line
Open

            }

Selector should have depth of applicability no greater than 3, but was 5
Open

                a.button:not(.quick-view-button) {

Avoid using id selectors
Open

    #payment {

Selector payment_methods should be written in lowercase with hyphens
Open

        ul.payment_methods {

Unnecessary parent selector (&)
Open

                & > input[type="radio"] {

Selector payment_box should be written in lowercase with hyphens
Open

        div.payment_box {

Nesting should be no greater than 3, but was 4
Open

            &:before {

Line should be indented with spaces, not tabs
Open

    .checkout-header-wrapper.cart-checkout-page {

Selector wp-block-cover__inner-container should be written in lowercase with hyphens
Open

                .wp-block-cover__inner-container {

Selector should have depth of applicability no greater than 3, but was 4
Open

            .lsx-wc-checkout-steps-items {

Rule declaration should be followed by an empty line
Open

            }

Selector should have depth of applicability no greater than 3, but was 6
Open

            .nav-tabs > li > a {

Color literals like #ddd should only be used in variable declarations; they should be referred to via variable everywhere else.
Open

                    border-top: 1px solid #ddd;

Rule declaration should be followed by an empty line
Open

            }

Selector should have depth of applicability no greater than 3, but was 4
Open

                .panel {

Rule declaration should be followed by an empty line
Open

                }

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

        margin: 2.4rem 0 4.25rem 0;

Line should be indented with spaces, not tabs
Open

    .woocommerce-form-login {

Line should be indented with spaces, not tabs
Open

    .woocommerce-LostPassword.lost_password {

Properties should be ordered margin-left, margin-right, max-width
Open

        max-width: 75rem;

Prefer single quoted strings
Open

        @include media(">desktop") {

Avoid qualifying attribute selectors with an element.
Open

    input[type="submit"] {

Selector add_payment_method should be written in lowercase with hyphens
Open

#add_payment_method,

Line should be indented with spaces, not tabs
Open

    table.cart {

Avoid qualifying class selectors with an element.
Open

        td.actions {

Selector should have depth of applicability no greater than 3, but was 6
Open

                    th {

Rule declaration should be followed by an empty line
Open

                    }

Selector woocommerce-MyAccount-content should be written in lowercase with hyphens
Open

    .woocommerce-checkout-review-order,

Selector should have depth of applicability no greater than 3, but was 6
Open

                    & > *:first-child {

Unnecessary parent selector (&)
Open

                    & > *:first-child {

Color literals like white should only be used in variable declarations; they should be referred to via variable everywhere else.
Open

                    background-color: white !important;

Selector woocommerce-MyAccount-content should be written in lowercase with hyphens
Open

    .woocommerce-checkout-review-order,

Shorthand form for property border-radius should be written more concisely as 5px 0 0 instead of 5px 0 0 0
Open

                        border-radius: 5px 0 0 0;

Color literals like #e6e6e6 should only be used in variable declarations; they should be referred to via variable everywhere else.
Open

                        background-color: #e6e6e6;

Avoid qualifying attribute selectors with an element.
Open

            input[type="text"],

Nesting should be no greater than 3, but was 4
Open

            input[type="text"],

Line should be indented with spaces, not tabs
Open

    &:after {

Selector should have depth of applicability no greater than 3, but was 4
Open

    .quantity .qty {

Avoid qualifying class selectors with an element.
Open

            li.product {

border-bottom: 0 is preferred over border-bottom: none
Open

            border-bottom: none;

Selector should have depth of applicability no greater than 3, but was 6
Open

                .wc-saved-payment-methods label:before,

Nesting should be no greater than 3, but was 4
Open

            &:hover {

Rule declaration should be preceded by an empty line
Open

            &:hover {

Color literals like #d0021b should only be used in variable declarations; they should be referred to via variable everywhere else.
Open

                background-color: #d0021b;

Nesting should be no greater than 3, but was 4
Open

            .lsx-wc-checkout-steps-items {

Unnecessary parent selector (&)
Open

                & > *:last-child {

Selector should have depth of applicability no greater than 3, but was 5
Open

            .nav-tabs > li {

Selector should have depth of applicability no greater than 3, but was 5
Open

                &:hover {

Color literals like #ddd should only be used in variable declarations; they should be referred to via variable everywhere else.
Open

                border-right: 1px solid #ddd;

Color literals like #f5f5f5 should only be used in variable declarations; they should be referred to via variable everywhere else.
Open

                    background-color: #f5f5f5;

Properties should be ordered background-color, border-right, border-top, color, font-weight
Open

                    color: nth($blue, 1);

Properties should be ordered float, width
Open

                    width: 100%;

Selector should have depth of applicability no greater than 3, but was 4
Open

                .nav-tabs {

Selector checkout_coupon should be written in lowercase with hyphens
Open

    form.checkout_coupon,

Avoid qualifying class selectors with an element.
Open

    form.checkout_coupon,

Unnecessary parent selector (&)
Open

            & > p {

Avoid qualifying attribute selectors with an element.
Open

            input[type="submit"] {

Unnecessary parent selector (&)
Open

                    & > *:first-child {

Selector should have depth of applicability no greater than 3, but was 4
Open

            tbody:last-child,

Line should be indented with spaces, not tabs
Open

    .cart_totals {

Selector should have depth of applicability no greater than 3, but was 5
Open

                tr:last-child {

Nesting should be no greater than 3, but was 4
Open

            select {

Avoid qualifying attribute selectors with an element.
Open

            input[type="text"],

Nesting should be no greater than 3, but was 4
Open

            .variations {

Selector woochimp_checkout_groups should be written in lowercase with hyphens
Open

    #woochimp_checkout_groups {

Line should be indented with spaces, not tabs
Open

    #woochimp_checkout_groups {

Selector should have depth of applicability no greater than 3, but was 4
Open

        .label {

Selector should have depth of applicability no greater than 3, but was 4
Open

        label.checkbox {

Unnecessary parent selector (&)
Open

                & > label {

Unnecessary parent selector (&)
Open

                        & + a {

Rule declaration should be followed by an empty line
Open

    }

Nesting should be no greater than 3, but was 4
Open

            &:hover {

Prefer single quoted strings
Open

            @include media("<phone") {

Color #ffffff should be written as #fff
Open

                background: #ffffff;

Nesting should be no greater than 3, but was 4
Open

            .nav-tabs > li > a {

Selector should have depth of applicability no greater than 3, but was 6
Open

                    label {

Selector product_meta should be written in lowercase with hyphens
Open

.product_meta {

Line should be indented with spaces, not tabs
Open

    margin-bottom: 1.618em;

Line should be indented with spaces, not tabs
Open

    margin-bottom: 2.617924em;

Line should be indented with spaces, not tabs
Open

    .search-field {

Avoid qualifying attribute selectors with an element.
Open

    input[type="submit"] {

Merge rule #add_payment_method, .woocommerce-cart, .woocommerce-checkout with rule on line 381
Open

#add_payment_method,

Prefer single quoted strings
Open

                    @include media("<phone") {

Selector shop_table should be written in lowercase with hyphens
Open

        table.shop_table {

Selector should have depth of applicability no greater than 3, but was 5
Open

                tr:last-child {

Shorthand form for property border-radius should be written more concisely as 0 0 5px instead of 0 0 5px 0
Open

                        border-radius: 0 0 5px 0;

Selector add_payment_method should be written in lowercase with hyphens
Open

#add_payment_method,

!important should not be used
Open

                    margin-bottom: 4.25rem !important;

Avoid qualifying class selectors with an element.
Open

        table.shop_table {

Selector should have depth of applicability no greater than 3, but was 6
Open

                    td {

Selector should have depth of applicability no greater than 3, but was 4
Open

            li:not(.woocommerce-notice) {

Selector should have depth of applicability no greater than 3, but was 5
Open

                tr:first-child {

!important should not be used
Open

                        background-color: #e6e6e6 !important;

Property clip already defined on line 410
Open

                    clip: rect(1px, 1px, 1px, 1px);

Merge rule .woocommerce with rule on line 934
Open

.woocommerce {

0.5 should be written without a leading zero as .5
Open

                        margin: 0 0 0 0.5em;

Selector should have depth of applicability no greater than 3, but was 4
Open

            .panel {

Avoid qualifying attribute selectors with an element.
Open

            input[type="radio"],

Properties should be ordered clear, margin-bottom
Open

                    margin-bottom: 0;

Line should be indented with spaces, not tabs
Open

    .products {

Properties should be ordered background-color, border-bottom, border-left, border-radius, border-right, color
Open

                border-radius: 0;

Avoid qualifying class selectors with an element.
Open

                .nav-tabs > li > a.active {

Selector should have depth of applicability no greater than 3, but was 6
Open

                &:hover {

Selector should have depth of applicability no greater than 3, but was 4
Open

            .nav-tabs {

Unnecessary parent selector (&)
Open

                & li:first-child > a,

Selector should have depth of applicability no greater than 3, but was 4
Open

            .variations {

Nesting should be no greater than 3, but was 4
Open

            .variations {

Selector should have depth of applicability no greater than 3, but was 5
Open

                td.label {

Avoid qualifying class selectors with an element.
Open

    form.checkout_coupon,

Properties should be ordered align-items, display, flex-direction, justify-content
Open

            display: flex;

Selector should have depth of applicability no greater than 3, but was 4
Open

            .woocommerce-form-login__rememberme {

Rule declaration should be preceded by an empty line
Open

            .woocommerce-form-login__rememberme {

!important should not be used
Open

        margin: 0 0 1em !important;

Selector should have depth of applicability no greater than 3, but was 4
Open

            & > p {

Line should be indented with spaces, not tabs
Open

    .lsx-pagination-wrapper {

Line should be indented with spaces, not tabs
Open

    input[type="submit"] {

Unnecessary parent selector (&)
Open

                    & > *:last-child {

Selector should have depth of applicability no greater than 3, but was 5
Open

                th {

Unnecessary parent selector (&)
Open

                    & > *:first-child {

Color literals like #e6e6e6 should only be used in variable declarations; they should be referred to via variable everywhere else.
Open

                        background-color: #e6e6e6 !important;

Selector should have depth of applicability no greater than 3, but was 6
Open

                    & > *:last-child {

Nesting should be no greater than 3, but was 4
Open

            &:not(:first-child) {

Avoid qualifying class selectors with an element.
Open

            input.input-text,

Avoid qualifying class selectors with an element.
Open

        label.checkbox {

Merge rule .woocommerce-ordering select with rule on line 1118
Open

    .woocommerce-ordering select {

Avoid using id selectors
Open

    #respond input#submit,

Selector pp_content_container should be written in lowercase with hyphens
Open

.pp_content_container {

Rule declaration should be preceded by an empty line
Open

                    .cart {

Selector should have depth of applicability no greater than 3, but was 4
Open

            li.product {

Selector add_payment_method should be written in lowercase with hyphens
Open

#add_payment_method,

Avoid qualifying class selectors with an element.
Open

        ul.payment_methods {

Selector should have depth of applicability no greater than 3, but was 5
Open

                & > input[type="radio"] {

!important should not be used
Open

                    position: absolute !important;

Selector should have depth of applicability no greater than 3, but was 6
Open

                    & > img {

Avoid qualifying class selectors with an element.
Open

        div.payment_box {

Avoid using id selectors
Open

    #main .quantity .qty {

Rule declaration should be followed by an empty line
Open

            }

Unnecessary parent selector (&)
Open

                & > li.active > a {

0px should be written without units as 0
Open

                    border-top: 0px;

Selector should have depth of applicability no greater than 3, but was 4
Open

            #comments {

Use // comments everywhere
Open

    /*#billing_country_field, #shipping_country_field, #billing_state_field, #shipping_state_field {

Nesting should be no greater than 3, but was 4
Open

            .woocommerce-form-login__rememberme {

Line should be indented with spaces, not tabs
Open

    > * {

Rule declaration should be preceded by an empty line
Open

            .col-1,

Avoid qualifying class selectors with an element.
Open

        table.shop_table {

Selector should have depth of applicability no greater than 3, but was 6
Open

                    th {

Selector should have depth of applicability no greater than 3, but was 5
Open

                tr:last-child {

Nesting should be no greater than 3, but was 4
Open

            thead {

Selector should have depth of applicability no greater than 3, but was 5
Open

                tr:first-child {

Properties should be ordered background-color, border-radius
Open

                        border-radius: 5px 0 0 0;

Color literals like #e6e6e6 should only be used in variable declarations; they should be referred to via variable everywhere else.
Open

                        background-color: #e6e6e6;

Selector shop_table should be written in lowercase with hyphens
Open

        table.shop_table {

Unnecessary parent selector (&)
Open

                    & > *:first-child {

Avoid qualifying attribute selectors with an element.
Open

            input[type="file"] {

Nesting should be no greater than 3, but was 4
Open

            input[type="radio"],

Nesting should be no greater than 3, but was 4
Open

            textarea {

Avoid qualifying class selectors with an element.
Open

    div.product {

!important should not be used
Open

                    top: 0 !important;

Avoid using id selectors
Open

    #woochimp_checkout_groups {

Selector should have depth of applicability no greater than 3, but was 4
Open

    .quantity .qty {

Selector should have depth of applicability no greater than 3, but was 4
Open

    .woocommerce-ordering select {

Selector should have depth of applicability no greater than 3, but was 5
Open

                    .cart {

Nesting should be no greater than 3, but was 4
Open

            li.product {

Begin pseudo elements with double colons: ::
Open

                .wc-saved-payment-methods label:before,

Line should be indented with spaces, not tabs
Open

    #main {

Rule declaration should be followed by an empty line
Open

    }

Line should be indented with spaces, not tabs
Open

    div.product {

Selector should have depth of applicability no greater than 3, but was 5
Open

                & > *:last-child {

Properties should be ordered border-bottom, float, width
Open

                width: 28%;

Selector should have depth of applicability no greater than 3, but was 5
Open

                label,

Avoid using id selectors
Open

#wc_am_lost_api_key_form {

Selector wc_am_lost_api_key_form should be written in lowercase with hyphens
Open

#wc_am_lost_api_key_form {

Avoid qualifying attribute selectors with an element.
Open

    input[type="text"] {

Rule declaration should be followed by an empty line
Open

                    }

Avoid qualifying class selectors with an element.
Open

        table.shop_table {

Selector should have depth of applicability no greater than 3, but was 6
Open

                    & > *:first-child {

Unnecessary parent selector (&)
Open

                    & > *:last-child {

Properties should be ordered background-color, border-radius
Open

                        border-radius: 0 0 5px 0;

Line should be indented with spaces, not tabs
Open

    select {

Nesting should be no greater than 3, but was 4
Open

            input.input-text,

Avoid qualifying attribute selectors with an element.
Open

            input[type="text"],

Line should be indented with spaces, not tabs
Open

    .product & {

Selector should have depth of applicability no greater than 3, but was 5
Open

            label.inline {

Avoid qualifying class selectors with an element.
Open

            label.inline {

Nesting should be no greater than 3, but was 4
Open

            label.inline {

Avoid qualifying attribute selectors with an element.
Open

                & > input[type="radio"] {

Prefer single quoted strings
Open

                    content: "\f10c";

Selector should have depth of applicability no greater than 3, but was 6
Open

                        & + a {

Rule declaration should be followed by an empty line
Open

            }

Prefer single quoted strings
Open

        @include media(">=desktop") {

Properties should be ordered border, border-radius, margin, padding
Open

        padding: 0;

Line should be indented with spaces, not tabs
Open

    .checkout-header-wrapper {

Nesting should be no greater than 3, but was 4
Open

            &:hover {

Line should be indented with spaces, not tabs
Open

    .entry-content {

Line should be indented with spaces, not tabs
Open

    .woocommerce-ordering {

Rule declaration should be preceded by an empty line
Open

            .lsx-wc-checkout-steps-items {

Prefer single quoted strings
Open

        @include media(">=phone") {

Line should be indented with spaces, not tabs
Open

    .woocommerce-checkout-review-order,

Avoid qualifying class selectors with an element.
Open

    div.product {

Nesting should be no greater than 3, but was 4
Open

            .panel {

Rule declaration should be preceded by an empty line
Open

            tbody {

Selector should have depth of applicability no greater than 3, but was 6
Open

                    th {

Color literals like #ddd should only be used in variable declarations; they should be referred to via variable everywhere else.
Open

                border-bottom: 1px solid #ddd;

Nesting should be no greater than 3, but was 4
Open

            thead {

Avoid qualifying class selectors with an element.
Open

    table.shop_table {

Avoid qualifying class selectors with an element.
Open

            input.input-text {

Avoid qualifying class selectors with an element.
Open

                & > li.active > a {

Line should be indented with spaces, not tabs
Open

    div.product {

Avoid qualifying class selectors with an element.
Open

        form.cart {

Rule declaration should be followed by an empty line
Open

    }

Selector woocommerce-form-login__submit should be written in lowercase with hyphens
Open

    .woocommerce-button.button.woocommerce-form-login__submit {

Selector woocommerce-LostPassword should be written in lowercase with hyphens
Open

    .woocommerce-LostPassword.lost_password {

Line should be indented with spaces, not tabs
Open

    .woocommerce-result-count {

Avoid qualifying class selectors with an element.
Open

    table.cart {

Nesting should be no greater than 3, but was 4
Open

            tbody {

Selector should have depth of applicability no greater than 3, but was 4
Open

            thead {

Shorthand form for property border-radius should be written more concisely as 5px 0 0 instead of 5px 0 0 0
Open

                        border-radius: 5px 0 0 0;

Avoid using id selectors
Open

#add_payment_method,

Color literals like #e6e6e6 should only be used in variable declarations; they should be referred to via variable everywhere else.
Open

            border-bottom: 8px solid #e6e6e6;

Selector should have depth of applicability no greater than 3, but was 6
Open

                    th {

Selector should have depth of applicability no greater than 3, but was 6
Open

                    & > *:last-child {

Color white should be written in hexadecimal form as #ffffff
Open

                    background-color: white !important;

Shorthand form for property border-radius should be written more concisely as 0 0 5px instead of 0 0 5px 0
Open

                        border-radius: 0 0 5px 0;

Avoid qualifying attribute selectors with an element.
Open

            input[type="radio"],

Line should be indented with spaces, not tabs
Open

    .woocommerce-Input,

Merge rule .quantity .qty with rule on line 1113
Open

    .quantity .qty {

Selector should have depth of applicability no greater than 3, but was 4
Open

            tbody:last-child,

Line should be indented with spaces, not tabs
Open

    table.shop_table {

Nesting should be no greater than 3, but was 4
Open

            input.input-text {

Avoid using id selectors
Open

.woocommerce-page #main {

Selector should have depth of applicability no greater than 3, but was 5
Open

                &:not(:first-child) {

Line should be indented with spaces, not tabs
Open

    .quantity .qty {

Selector should have depth of applicability no greater than 3, but was 4
Open

    .woocommerce-ordering select {

Line should be indented with spaces, not tabs
Open

    .woocommerce-ordering select {

Selector should have depth of applicability no greater than 3, but was 5
Open

                th {

!important should not be used
Open

                    background-color: white !important;

Line should be indented with spaces, not tabs
Open

    .woocommerce-checkout-review-order,

Rule declaration should be followed by an empty line
Open

                    }

Color literals like white should only be used in variable declarations; they should be referred to via variable everywhere else.
Open

                    background-color: white !important;

border-top: 0 is preferred over border-top: none
Open

                        border-top: none;

Line should be indented with spaces, not tabs
Open

    form {

Nesting should be no greater than 3, but was 4
Open

            input[type="file"] {

Avoid qualifying attribute selectors with an element.
Open

            input[type="text"],

Selector should have depth of applicability no greater than 3, but was 4
Open

            .variations {

Selector should have depth of applicability no greater than 3, but was 5
Open

                select {

!important should not be used
Open

                    left: 0 !important;

Begin pseudo elements with double colons: ::
Open

    &:after {

Selector should have depth of applicability no greater than 3, but was 4
Open

        .form-row {

Selector should have depth of applicability no greater than 3, but was 4
Open

    .coupon input.button {

Prefer single quoted strings
Open

        @include media(">=custom") {

Selector should have depth of applicability no greater than 3, but was 4
Open

            .form-row-last {

0.875 should be written without a leading zero as .875
Open

                    padding: 0.875em 0;

Unnecessary parent selector (&)
Open

    & > a {

Nesting should be no greater than 3, but was 4
Open

            #top-menu & {

Line should be indented with spaces, not tabs
Open

    .lsx-wc-cart-amount {

Merge rule &.lsx-wc-cart-menu-item-simple with rule on line 1387
Open

    &.lsx-wc-cart-menu-item-simple {

0.875 should be written without a leading zero as .875
Open

        font-size: 0.875em;

Color literals like #e6e6e6 should only be used in variable declarations; they should be referred to via variable everywhere else.
Open

            border: 1px solid #e6e6e6;

Properties should be ordered background-color, border-radius
Open

                        border-radius: 0 5px 0 0;

Selector should have depth of applicability no greater than 3, but was 6
Open

                    & > *:first-child {

Nesting should be no greater than 3, but was 4
Open

            tbody:last-child,

Selector should have depth of applicability no greater than 3, but was 4
Open

            input.input-text,

Selector should have depth of applicability no greater than 3, but was 4
Open

            textarea {

Line should be indented with spaces, not tabs
Open

    .widget_shopping_cart {

Nesting should be no greater than 3, but was 4
Open

            .button {

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

                @include lsx-button-colour();

!important should not be used
Open

                box-shadow: none !important;

Selector should have depth of applicability no greater than 3, but was 4
Open

        br {

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

        @include media(">=phone") {

Selector woocommerce_error should be written in lowercase with hyphens
Open

.woocommerce-error,

Selector should have depth of applicability no greater than 3, but was 4
Open

            .form-row-first {

Begin pseudo elements with double colons: ::
Open

                &.woocommerce-MyAccount-navigation-link--edit-account a:before {

Avoid using id selectors
Open

            #top-menu & {

Line should be indented with spaces, not tabs
Open

    &.lsx-wc-cart-menu-item-simple {

Rule declaration should be followed by an empty line
Open

                }

Selector shop_table should be written in lowercase with hyphens
Open

    table.shop_table {

Line should be indented with spaces, not tabs
Open

    .woocommerce-customer-details {

Selector should have depth of applicability no greater than 3, but was 4
Open

            input.input-text {

Selector should have depth of applicability no greater than 3, but was 4
Open

            input[type="radio"],

Selector should have depth of applicability no greater than 3, but was 4
Open

            .button {

Selector should have depth of applicability no greater than 3, but was 4
Open

                &:active {

Line should be indented with spaces, not tabs
Open

    form {

Selector woocommerce-Input should be written in lowercase with hyphens
Open

    .woocommerce-Input,

Nesting should be no greater than 3, but was 4
Open

            &:before {

Properties should be ordered content, height, left, line-height, position, text-align, text-indent, top, width
Open

                line-height: 1.618;

Prefer single quoted strings
Open

    @include media(">=tablet") {

Selector should have depth of applicability no greater than 3, but was 6
Open

                        &:before {

Prefer single quoted strings
Open

            @include media(">=desktop-wide") {

Line should be indented with spaces, not tabs
Open

    .lsx-wc-cart-count,

Prefer single quoted strings
Open

        @include media(">=desktop") {

Selector woocommerce-mini-cart__empty-message should be written in lowercase with hyphens
Open

        .woocommerce-mini-cart__empty-message {

Selector should have depth of applicability no greater than 3, but was 4
Open

            thead {

Properties should be ordered background-color, border-radius
Open

                        border-radius: 0 0 0 5px;

Selector should have depth of applicability no greater than 3, but was 4
Open

            input[type="file"] {

Nesting should be no greater than 3, but was 4
Open

            input[type="text"],

Avoid qualifying class selectors with an element.
Open

        form.cart {

Selector should have depth of applicability no greater than 3, but was 4
Open

                &,

Avoid qualifying class selectors with an element.
Open

    #respond input#submit,

Line should be indented with spaces, not tabs
Open

    @extend %bootstrap-message-info;

Selector should have depth of applicability no greater than 3, but was 5
Open

            li {

Line should be indented with spaces, not tabs
Open

    & > a {

Nesting should be no greater than 3, but was 4
Open

            &:before {

Line should be indented with spaces, not tabs
Open

    &.lsx-wc-cart-menu-item-simple {

Line should be indented with spaces, not tabs
Open

    &:not(.lsx-wc-cart-menu-item-simple) {

Selector widget_shopping_cart should be written in lowercase with hyphens
Open

    .widget_shopping_cart {

Shorthand form for property border-radius should be written more concisely as 5px 0 0 instead of 5px 0 0 0
Open

                        border-radius: 5px 0 0 0;

Shorthand form for property border-radius should be written more concisely as 0 0 5px instead of 0 0 5px 0
Open

                        border-radius: 0 0 5px 0;

Avoid qualifying class selectors with an element.
Open

.woocommerce-message,

Selector should have depth of applicability no greater than 3, but was 6
Open

                    td,

Line should be indented with spaces, not tabs
Open

    @extend %bootstrap-message-success;

Selector woocommerce-MyAccount-navigation should be written in lowercase with hyphens
Open

    .woocommerce-MyAccount-navigation {

Rule declaration should be followed by an empty line
Open

                    }

Prefer single quoted strings
Open

        @include media(">=desktop") {

Prefer single quoted strings
Open

                @include media("<phone") {

Selector should have depth of applicability no greater than 3, but was 6
Open

                a {

Line should be indented with spaces, not tabs
Open

    #respond input#submit,

Selector widget_shopping_cart should be written in lowercase with hyphens
Open

    .widget_shopping_cart {

Begin pseudo elements with double colons: ::
Open

                    &:before {

Prefer single quoted strings
Open

        @include media("<phone") {

!important should not be used
Open

                border-radius: 0 !important;

Prefer single quoted strings
Open

                        content: "\f0f6";

Selector woocommerce_info should be written in lowercase with hyphens
Open

.woocommerce-info,

!important should not be used
Open

                display: block !important;

Begin pseudo elements with double colons: ::
Open

                &.woocommerce-MyAccount-navigation-link--edit-address a:before {

Avoid qualifying class selectors with an element.
Open

    #respond input#submit,

Prefer single quoted strings
Open

                    content: "\f0e4";

Selector should have depth of applicability no greater than 3, but was 6
Open

                &.woocommerce-MyAccount-navigation-link--payment-methods

Line should be indented with spaces, not tabs
Open

    .coupon input.button {

Rule declaration should be followed by an empty line
Open

                }

Begin pseudo elements with double colons: ::
Open

                &.woocommerce-MyAccount-navigation-link--orders a:before {

Prefer single quoted strings
Open

                    content: "\f007";

Selector should have depth of applicability no greater than 3, but was 4
Open

        a {

Begin pseudo elements with double colons: ::
Open

                &.woocommerce-MyAccount-navigation-link--customer-logout

Prefer single quoted strings
Open

                    content: "\f08b";

Line should be indented with spaces, not tabs
Open

    &.lsx-woocommerce-message-wrap {

Prefer single quoted strings
Open

            content: "\f291";

Prefer single quoted strings
Open

        @include media("<desktop-wide") {

Prefer single quoted strings
Open

        @include media(">=phone") {

Merge rule &.lsx-wc-cart-menu-item-simple with rule on line 1387
Open

    &.lsx-wc-cart-menu-item-simple {

0.5 should be written without a leading zero as .5
Open

                margin-right: 0.5rem;

Line should be indented with spaces, not tabs
Open

    @extend %bootstrap-message-error;

Line should be indented with spaces, not tabs
Open

    .widget_shopping_cart {

Avoid using id selectors
Open

.woocommerce-page #main {

Begin pseudo elements with double colons: ::
Open

            &:after {

Prefer single quoted strings
Open

            @include media(">=desktop-wide") {

Line should be indented with spaces, not tabs
Open

    &.lsx-wc-cart-menu-item-right-aligned {

Rule declaration should be followed by an empty line
Open

                }

Rule declaration should be followed by an empty line
Open

                }

Selector should have depth of applicability no greater than 3, but was 6
Open

                &.woocommerce-MyAccount-navigation-link--customer-logout

Avoid using id selectors
Open

        #top-menu & {

Prefer single quoted strings
Open

                content: "\f044";

Selector woocommerce-MyAccount-content should be written in lowercase with hyphens
Open

    .woocommerce-MyAccount-content {

Properties should be ordered content, float, line-height, margin-left, opacity, text-align, width
Open

                        line-height: 1.618;

Selector should have depth of applicability no greater than 3, but was 6
Open

                &.woocommerce-MyAccount-navigation-link--dashboard a:before {

Begin pseudo elements with double colons: ::
Open

                &.woocommerce-MyAccount-navigation-link--downloads a:before {

Selector woocommerce-MyAccount-navigation-link--payment-methods should be written in lowercase with hyphens
Open

                &.woocommerce-MyAccount-navigation-link--payment-methods

Prefer single quoted strings
Open

                content: "\f07a";

Nesting should be no greater than 3, but was 4
Open

            &:after {

Prefer single quoted strings
Open

        @include media(">=phone") {

Line should be indented with spaces, not tabs
Open

    .lsx-woocommerce-avatar {

Avoid using id selectors
Open

    .wc-tab &,

Line should be indented with spaces, not tabs
Open

    display: flex;

Line should be indented with spaces, not tabs
Open

    position: relative;

Line should be indented with spaces, not tabs
Open

    position: absolute;

Line should be indented with spaces, not tabs
Open

    width: 20px;

Selector should have depth of applicability no greater than 3, but was 4
Open

            .woocommerce-product-gallery__wrapper {

Line should be indented with spaces, not tabs
Open

    margin-left: auto;

Line should be indented with spaces, not tabs
Open

    .woocommerce-LostPassword {

Prefer single quoted strings
Open

@import "woocommerce-extensions/woocommerce-blocks";

Selector should have depth of applicability no greater than 3, but was 5
Open

                .remove {

Prefer single quoted strings
Open

    @include media(">=desktop") {

Prefer single quoted strings
Open

                content: "\f178";

Line should be indented with spaces, not tabs
Open

    .slick-arrow {

Nesting should be no greater than 3, but was 4
Open

            &:before {

Line should be indented with spaces, not tabs
Open

    line-height: 20px;

Line should be indented with spaces, not tabs
Open

    div.product {

Nesting should be no greater than 3, but was 4
Open

            .woocommerce-product-gallery__wrapper {

!important should not be used
Open

                    padding: 0 !important;

Line should be indented with spaces, not tabs
Open

    .lsx-woocommerce-avatar {

Line should be indented with spaces, not tabs
Open

    text-align: center;

Line should be indented with spaces, not tabs
Open

    .lsx-woocommerce-content {

Prefer single quoted strings
Open

            @include media(">=tablet") {

Line should be indented with spaces, not tabs
Open

    .lsx-woocommerce-price {

Line should be indented with spaces, not tabs
Open

    .lsx-woocommerce-review-box {

Prefer single quoted strings
Open

                @include media(">=tablet") {

Line should be indented with spaces, not tabs
Open

    @include media("<custom") {

Line should be indented with spaces, not tabs
Open

    flex-direction: column;

Line should be indented with spaces, not tabs
Open

    border-right-width: 2px;

Line should be indented with spaces, not tabs
Open

    .fa {

Line should be indented with spaces, not tabs
Open

    border-right-style: solid;

Line should be indented with spaces, not tabs
Open

    &:empty {

Line should be indented with spaces, not tabs
Open

    span.onsale {

Line should be indented with spaces, not tabs
Open

    &:last-child {

Prefer single quoted strings
Open

@import "woocommerce-extensions/product-addons";

Line should be indented with spaces, not tabs
Open

    display: block;

Line should be indented with spaces, not tabs
Open

    text-align: center;

Properties should be ordered border, margin-left, margin-right, max-width, padding
Open

    max-width: 550px;

Selector should have depth of applicability no greater than 3, but was 4
Open

            li {

!important should not be used
Open

                    font-size: 1em !important;

Nesting should be no greater than 3, but was 4
Open

            &:after {

Line should be indented with spaces, not tabs
Open

    .lsx-woocommerce-title {

Prefer single quoted strings
Open

    @include media(">=1280px") {

Begin pseudo elements with double colons: ::
Open

            &:before {

Line should be indented with spaces, not tabs
Open

    z-index: 10;

Line should be indented with spaces, not tabs
Open

    list-style: none;

Line should be indented with spaces, not tabs
Open

    padding: 10px;

Line should be indented with spaces, not tabs
Open

    box-sizing: content-box;

Line should be indented with spaces, not tabs
Open

    top: 5px;

Merge rule .woocommerce with rule on line 934
Open

.woocommerce {

Avoid qualifying class selectors with an element.
Open

        div.images {

Merge rule .woocommerce with rule on line 934
Open

.woocommerce {

Prefer single quoted strings
Open

@import "woocommerce-extensions/bundle-products";

Selector should have depth of applicability no greater than 3, but was 4
Open

    #respond input#submit,

border-bottom: 0 is preferred over border-bottom: none
Open

            border-bottom: none;

Selector should have depth of applicability no greater than 3, but was 4
Open

        .woocommerce-form-row {

Prefer single quoted strings
Open

        @include media(">=custom") {

Selector woocommerce-MyAccount-navigation-link--downloads should be written in lowercase with hyphens
Open

                &.woocommerce-MyAccount-navigation-link--downloads a:before {

Selector should have depth of applicability no greater than 3, but was 6
Open

                &.woocommerce-MyAccount-navigation-link--edit-account a:before {

Rule declaration should be followed by an empty line
Open

                }

Begin pseudo elements with double colons: ::
Open

                &.woocommerce-MyAccount-navigation-link--subscriptions

0.875 should be written without a leading zero as .875
Open

        font-size: 0.875em;

Line should be indented with spaces, not tabs
Open

    @include media(">=desktop") {

Line should be indented with spaces, not tabs
Open

    .lsx-woocommerce-title {

Prefer single quoted strings
Open

        @include media(">=phone") {

Line should be indented with spaces, not tabs
Open

    .slick-dots {

!important should not be used
Open

            padding-left: 0 !important;

Begin pseudo elements with double colons: ::
Open

            &:before {

Line should be indented with spaces, not tabs
Open

    margin-bottom: 0;

Selector woocommerce-product-gallery__wrapper should be written in lowercase with hyphens
Open

.woocommerce-product-gallery__wrapper {

Avoid qualifying id selectors with an element.
Open

    #respond input#submit,

Selector should have depth of applicability no greater than 3, but was 4
Open

            &:before {

Line should be indented with spaces, not tabs
Open

    @extend %bootstrap-message;

Selector should have depth of applicability no greater than 3, but was 4
Open

        legend {

Selector should have depth of applicability no greater than 3, but was 6
Open

                a {

Selector should have depth of applicability no greater than 3, but was 6
Open

                    &:hover {

Begin pseudo elements with double colons: ::
Open

                &.woocommerce-MyAccount-navigation-link--dashboard a:before {

Selector should have depth of applicability no greater than 3, but was 6
Open

                &.woocommerce-MyAccount-navigation-link--orders a:before {

Rule declaration should be followed by an empty line
Open

                }

Selector should have depth of applicability no greater than 3, but was 6
Open

                &.woocommerce-MyAccount-navigation-link--edit-address a:before {

Selector woocommerce-MyAccount-navigation-link--subscriptions should be written in lowercase with hyphens
Open

                &.woocommerce-MyAccount-navigation-link--subscriptions

Unnecessary parent selector (&)
Open

        & > a {

Selector should have depth of applicability no greater than 3, but was 5
Open

                a {

!important should not be used
Open

        display: none !important;

Begin pseudo elements with double colons: ::
Open

            &:after {

Line should be indented with spaces, not tabs
Open

    margin-top: -4rem;

Line should be indented with spaces, not tabs
Open

    @include media(">=tablet") {

Begin pseudo elements with double colons: ::
Open

        &:before {

Line should be indented with spaces, not tabs
Open

    .woocommerce-Address-title {

Line should be indented with spaces, not tabs
Open

    padding-left: 0;

Line should be indented with spaces, not tabs
Open

    width: 25%;

Line should be indented with spaces, not tabs
Open

    .lsx-woocommerce-content {

Line should be indented with spaces, not tabs
Open

    border-radius: 50%;

Line should be indented with spaces, not tabs
Open

    height: 20px;

Avoid qualifying class selectors with an element.
Open

    div.product {

Unnecessary parent selector (&)
Open

        & > li {

Selector should have depth of applicability no greater than 3, but was 5
Open

                li {

Line should be indented with spaces, not tabs
Open

    text-align: center;

Line should be indented with spaces, not tabs
Open

    display: none;

Line should be indented with spaces, not tabs
Open

    border: none;

Line should be indented with spaces, not tabs
Open

    border-style: solid;

Nesting should be no greater than 3, but was 4
Open

            .button {

Avoid qualifying class selectors with an element.
Open

ul.lsx-wc-cart-sub-menu {

Selector woocommerce-LostPassword should be written in lowercase with hyphens
Open

    .woocommerce-LostPassword {

!important should not be used
Open

                margin-top: 1rem !important;

Rule declaration should be preceded by an empty line
Open

    .woocommerce-LostPassword {

Selector should have depth of applicability no greater than 3, but was 4
Open

        a {

Nesting should be no greater than 3, but was 4
Open

            & + p {

Prefer single quoted strings
Open

@import "woocommerce-extensions/advanced-product-labels";

Line should be indented with spaces, not tabs
Open

    .lsx-woocommerce-content {

Prefer single quoted strings
Open

@import "woocommerce-extensions/ship-multiple-addresses";

Line should be indented with spaces, not tabs
Open

    @include media(">=1280px") {

Prefer single quoted strings
Open

@import "woocommerce-extensions/subscriptions";

Prefer single quoted strings
Open

@import "woocommerce-extensions/wishlists";

Properties should be ordered bottom, box-shadow, left, position, right, z-index
Open

    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);

Line should be indented with spaces, not tabs
Open

    right: 0;

Begin pseudo elements with double colons: ::
Open

            &:before {

Line should be indented with spaces, not tabs
Open

    border-width: 1px;

Selector woocommerce_noreviews should be written in lowercase with hyphens
Open

.woocommerce-message,

Line should be indented with spaces, not tabs
Open

    @include media(">=tablet") {

Avoid qualifying class selectors with an element.
Open

#loginform,

@include declaration should be followed by an empty line
Open

        }

Avoid qualifying class selectors with an element.
Open

#loginform,

Prefer single quoted strings
Open

@import "woocommerce-extensions/smart-coupons";

Selector should have depth of applicability no greater than 3, but was 5
Open

                &.is-active {

Merge rule a with rule on line 1302
Open

                a {

0.5407911001 should be written without a leading zero as .5407911001
Open

                        margin-left: 0.5407911001em;

Rule declaration should be followed by an empty line
Open

                }

Line should be indented with spaces, not tabs
Open

    .lsx-wc-cart-count-badge {

Selector product_list_widget should be written in lowercase with hyphens
Open

        .product_list_widget {

Avoid using id selectors
Open

        #secondary & > a {

Line should be indented with spaces, not tabs
Open

    .wc-tab &,

Prefer single quoted strings
Open

            font-family: "FontAwesome";

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

            line-height: 1;

Nesting should be no greater than 3, but was 4
Open

            &:before {

0.5 should be written without a leading zero as .5
Open

    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);

Line should be indented with spaces, not tabs
Open

    @include media(">=custom") {

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

    border-style: solid;

Line should be indented with spaces, not tabs
Open

    max-width: none;

Avoid qualifying class selectors with an element.
Open

    span.onsale {

Line should be indented with spaces, not tabs
Open

    max-width: 550px;

Line should be indented with spaces, not tabs
Open

    .lsx-wc-cart-menu-item-simple & {

!important should not be used
Open

                margin-top: 2.4rem !important;

Unnecessary parent selector (&)
Open

            & > button {

Selector woocommerce_info should be written in lowercase with hyphens
Open

.woocommerce-message,

Selector should have depth of applicability no greater than 3, but was 4
Open

            & > button {

Line should be indented with spaces, not tabs
Open

    position: fixed;

Line should be indented with spaces, not tabs
Open

    padding: 10px;

Selector woocommerce_message should be written in lowercase with hyphens
Open

.woocommerce-message,

Line should be indented with spaces, not tabs
Open

    font-size: 11px;

Selector should have depth of applicability no greater than 3, but was 4
Open

            .flex-control-thumbs {

Selector woocommerce_message should be written in lowercase with hyphens
Open

.woocommerce-message,

Avoid using id selectors
Open

#loginform,

Line should be indented with spaces, not tabs
Open

    .woocommerce-MyAccount-content {

Line should be indented with spaces, not tabs
Open

    padding: 0;

Selector should have depth of applicability no greater than 3, but was 6
Open

                    a {

Prefer single quoted strings
Open

@import "woocommerce-extensions/bookings";

Selector should have depth of applicability no greater than 3, but was 6
Open

                    &:before {

Begin pseudo elements with double colons: ::
Open

                        &:before {

Selector woocommerce-MyAccount-navigation-link--dashboard should be written in lowercase with hyphens
Open

                &.woocommerce-MyAccount-navigation-link--dashboard a:before {

Selector should have depth of applicability no greater than 3, but was 6
Open

                &.woocommerce-MyAccount-navigation-link--downloads a:before {

Selector woocommerce-MyAccount-navigation-link--edit-address should be written in lowercase with hyphens
Open

                &.woocommerce-MyAccount-navigation-link--edit-address a:before {

Rule declaration should be followed by an empty line
Open

                }

Selector should have depth of applicability no greater than 3, but was 6
Open

                &.woocommerce-MyAccount-navigation-link--subscriptions

Begin pseudo elements with double colons: ::
Open

            &:before {

Avoid using id selectors
Open

                #top-menu & {

Line should be indented with spaces, not tabs
Open

    &.lsx-wc-cart-menu-item-simple {

Nesting should be no greater than 3, but was 4
Open

            li {

!important should not be used
Open

                    font-weight: normal !important;

Selector should have depth of applicability no greater than 3, but was 4
Open

            .button {

Line should be indented with spaces, not tabs
Open

    .lsx-woocommerce-review-flex {

Prefer single quoted strings
Open

        @include media(">=phone") {

Prefer single quoted strings
Open

                content: "\f104";

Line should be indented with spaces, not tabs
Open

    .wc-bacs-bank-details-heading {

Line should be indented with spaces, not tabs
Open

    margin-right: auto;

Prefer single quoted strings
Open

@import "woocommerce-extensions/product-retailers";

Prefer single quoted strings
Open

@import "woocommerce-extensions/variation-swatches";

Line should be indented with spaces, not tabs
Open

    margin: 4rem auto 0;

Nesting should be no greater than 3, but was 4
Open

            & + p {

Properties should be ordered align-items, display
Open

            display: flex;

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

        @include media(">=custom") {

Begin pseudo elements with double colons: ::
Open

                        &:before {

Selector should have depth of applicability no greater than 3, but was 6
Open

                        &:before {

Selector woocommerce-MyAccount-navigation-link--orders should be written in lowercase with hyphens
Open

                &.woocommerce-MyAccount-navigation-link--orders a:before {

Prefer single quoted strings
Open

                    content: "\f291";

Begin pseudo elements with double colons: ::
Open

                &.woocommerce-MyAccount-navigation-link--payment-methods

Selector woocommerce-MyAccount-navigation-link--customer-logout should be written in lowercase with hyphens
Open

                &.woocommerce-MyAccount-navigation-link--customer-logout

Merge rule .lsx-wc-cart-menu-item with rule on line 1028
Open

.lsx-wc-cart-menu-item {

0.75 should be written without a leading zero as .75
Open

        opacity: 0.75;

Line should be indented with spaces, not tabs
Open

    .lsx-woocommerce-rating {

Prefer single quoted strings
Open

                font-family: "FontAwesome";

Line should be indented with spaces, not tabs
Open

    .lsx-woocommerce-slot.slick-slide,

Prefer single quoted strings
Open

                content: "\f105";

Line should be indented with spaces, not tabs
Open

    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);

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

    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);

Line should be indented with spaces, not tabs
Open

    left: 0;

Selector woocommerce-product-gallery__wrapper should be written in lowercase with hyphens
Open

            .woocommerce-product-gallery__wrapper {

Prefer single quoted strings
Open

@import "woocommerce-extensions/quick-view";

Prefer single quoted strings
Open

@import "woocommerce-extensions/product-vendors";

Prefer single quoted strings
Open

@import "woocommerce-extensions/points_rewards";

Avoid using id selectors
Open

    #respond input#submit,

Selector woocommerce-Address-title should be written in lowercase with hyphens
Open

    .woocommerce-Address-title {

Properties should be ordered display, height, padding, position, text-indent, width
Open

            width: 1em;

Merge rule .woocommerce-page #main with rule on line 1075
Open

.woocommerce-page #main {

Selector should have depth of applicability no greater than 3, but was 4
Open

        ul {

0.25 should be written without a leading zero as .25
Open

                        opacity: 0.25;

Prefer single quoted strings
Open

                    content: "\f1c6";

Prefer single quoted strings
Open

                    content: "\f015";

Begin pseudo elements with double colons: ::
Open

        &:after {

Rule declaration should be followed by an empty line
Open

    }

Avoid qualifying class selectors with an element.
Open

    .coupon input.button {

Selector should have depth of applicability no greater than 3, but was 4
Open

                &:last-child {

Selector woocommerce_error should be written in lowercase with hyphens
Open

.woocommerce-message,

Line should be indented with spaces, not tabs
Open

    overflow: hidden;

Line should be indented with spaces, not tabs
Open

    .woocommerce-MyAccount-navigation {

Prefer single quoted strings
Open

        @include media(">=phone") {

Prefer single quoted strings
Open

    @include media("<custom") {

Line should be indented with spaces, not tabs
Open

    bottom: 0;

Properties should be ordered border-right-style, border-right-width, width
Open

    border-right-width: 2px;

Nesting should be no greater than 3, but was 4
Open

            li {

Line should be indented with spaces, not tabs
Open

    left: 50%;

Nesting should be no greater than 3, but was 4
Open

            .flex-control-thumbs {

border: 0 is preferred over border: none
Open

    border: none;

Prefer single quoted strings
Open

@import "woocommerce-extensions/social-login";

Prefer single quoted strings
Open

                    content: "\f09d";

Selector woocommerce-MyAccount-navigation-link--edit-account should be written in lowercase with hyphens
Open

                &.woocommerce-MyAccount-navigation-link--edit-account a:before {

Prefer single quoted strings
Open

                    content: "\f021";

0.5 should be written without a leading zero as .5
Open

            margin-right: 0.5rem;

Selector should have depth of applicability no greater than 3, but was 4
Open

                &:nth-of-type(1n + 4) {

border-top: 0 is preferred over border-top: none
Open

            border-top: none;

Unnecessary parent selector (&)
Open

        & > img {

Unnecessary parent selector (&)
Open

            & + p {

Properties should be ordered color, content, display, font-family, font-size, -moz-osx-font-smoothing, -webkit-font-smoothing, margin-left, text-rendering
Open

                margin-left: 5px;

Line should be indented with spaces, not tabs
Open

    .lsx-woocommerce-rating {

Unnecessary parent selector (&)
Open

            & + p {

Selector should have depth of applicability no greater than 3, but was 4
Open

        #secondary & > a {

Prefer single quoted strings
Open

    @include media(">=tablet") {

Nesting should be no greater than 3, but was 4
Open

            & > button {

Prefer single quoted strings
Open

    @include media(">=custom") {

Line should be indented with spaces, not tabs
Open

    display: flex;

Prefer single quoted strings
Open

@import "woocommerce-extensions/product-reviews-pro";

There are no issues that match your filters.

Category
Status