lightspeeddevelopment/lsx-customizer

View on GitHub

Showing 18,317 of 18,317 total issues

!important should not be used
Open

                border: 0 !important;

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

            background-color: white;

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

            button {

@media declaration should be followed by an empty line
Open

            }

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

            .wc-block-grid__product {

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

                    .woocommerce-Price-amount {

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

                .wp-block-button__link {

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

                .wc-block-grid__products {

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

                .wc-block-grid__products {

Rule declaration should be followed by an empty line
Open

        }

Avoid qualifying attribute selectors with an element.
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 {

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 {

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

            .wc-block-product-search__label {

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

            .wc-block-product-search__label {

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

            color: white;

Rule declaration should be followed by an empty line
Open

        }

Property top already defined on line 333
Open

            top: 4px;

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

            .wc-block-price-filter__amount {

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

            color: #999999;

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

            .wc-block-review-list-item__info {
Severity
Category
Status
Source
Language