lightspeeddevelopment/lsx-customizer

View on GitHub

Showing 18,317 of 18,317 total issues

Avoid using id selectors
Open

    #order_review,

Selector wc-block-grid__product should be written in lowercase with hyphens
Open

                    .wc-block-grid__product {

!important should not be used
Open

            margin-bottom: 0 !important;

Prefer single quoted strings
Open

            @include media(">tablet") {

Rule declaration should be followed by an empty line
Open

            }

!important should not be used
Open

                margin: 0 !important;

Selector wc-block-grid__product should be written in lowercase with hyphens
Open

                    .wc-block-grid__product {

Properties should be ordered color, content, display, font-family, font-size, font-weight, left, line-height, position, text-rendering, top
Open

            content: $fa-var-check-square;

Line should be indented with spaces, not tabs
Open

    @extend %lsx-form-field;

0.22 should be written without a leading zero as .22
Open

            left: 0.22em;

Line should be indented with spaces, not tabs
Open

    @include lsx-button-scaffolding();

@media 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 7
Open

                        img {

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

            background: white;

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

                > .wc-block-grid__product-image,

Rule declaration should be followed by an empty line
Open

                    }

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

                .wc-block-grid__product-price {

Selector wc-block-review-list-item__published-date should be written in lowercase with hyphens
Open

                    .wc-block-review-list-item__author,

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

                        .woocommerce-Price-amount {
Severity
Category
Status
Source
Language