lightspeeddevelopment/lsx-customizer

View on GitHub

Showing 18,317 of 18,317 total issues

Unnecessary parent selector (&)
Open

                & > *:last-child { border-radius: 0 0 5px 0; }

Avoid qualifying class selectors with an element.
Open

        input.find-input {

Rule declaration should be followed by an empty line
Open

            }

border: 0 is preferred over border: none
Open

        border: none;

Unnecessary parent selector (&)
Open

                & > *:first-child { border-radius: 0 0 0 5px; }

Rule declaration should be followed by an empty line
Open

                }

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

            border: 1px solid #e4e4e4;

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

                .wc-block-grid__product-rating {

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

                .wc-block-grid__product-title {

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

                .wc-block-grid__product-price {

Rule declaration should be followed by an empty line
Open

                }

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

                        color: #77a464;

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

                .wc-block-grid__product-rating {

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

                .wp-block-button,

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

                    .star-rating,

Selector woocommerce-Price-amount should be written in lowercase with hyphens
Open

                        .woocommerce-Price-amount {

Line should be indented with spaces, not tabs
Open

    .wp-block-woocommerce-checkout,

Rule declaration should be preceded by an empty line
Open

                        + .woocommerce-Price-amount {

Selector components-custom-select-control__button should be written in lowercase with hyphens
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 {

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

                    .wc-block-grid__product {
Severity
Category
Status
Source
Language