lightspeeddevelopment/lsx-customizer

View on GitHub

Showing 18,317 of 18,317 total issues

Selector coupons_list should be written in lowercase with hyphens
Open

    #coupons_list {

@include declaration should be followed by an empty line
Open

                }

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

                .variation {

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

            .product-quantity {

Line should be indented with spaces, not tabs
Open

    a.button.wl-add-but {

Properties should be ordered background-color, box-shadow, font-size, font-weight, height, padding, text-transform, transition
Open

        font-weight: normal !important;

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

                td { padding-left: 0; }

!important should not be used
Open

                line-height: 1.6 !important;

Avoid qualifying class selectors with an element.
Open

a.button.wl-add-to-single {

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

            button {

@media declaration should be preceded by an empty line
Open

                @media (max-width: 480px) {

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

                    .wc-block-grid__product-image {

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

                        span {

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-Price-amount {

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

                .wp-block-button__link {

Rule declaration should be followed by an empty line
Open

        }

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

                    .wc-block-grid__product {

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

        .wc-block-components-checkout-place-order-button,

Each selector in a comma sequence should be on its own single line
Open

        .wc-block-components-text-input input[type=email], .wc-block-components-text-input input[type=tel], .wc-block-components-text-input input[type=text], .wc-block-components-text-input input[type=url], .wc-block-components-select .components-custom-select-control__button, .wc-block-components-select .components-custom-select-control__button:active, .wc-block-components-select .components-custom-select-control__button:focus, .wc-block-components-select .components-custom-select-control__button:hover {
Severity
Category
Status
Source
Language