lightspeeddevelopment/lsx-customizer

View on GitHub

Showing 18,317 of 18,317 total issues

Avoid qualifying attribute selectors with an element.
Open

    input[type="radio"],

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

            &.wc-block-pagination-page--active,

Rule declaration should be preceded by an empty line
Open

                    .amount {

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

            tr:first-child {

Rule declaration should be followed by an empty line
Open

                }

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

                        .woocommerce-Price-amount,

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 {

Line should be indented with spaces, not tabs
Open

    display: block;

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

            tr:last-child {

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

            > a {

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

                .wp-block-button {

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

    color: #3c763d;

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__no-products should be written in lowercase with hyphens
Open

        .wc-block-grid__no-products {

Avoid qualifying attribute selectors with an element.
Open

        button[type="submit"] {

Rule declaration should be followed by an empty line
Open

    }

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

            .wc-block-grid__product {

Prefer single quoted strings
Open

                font-family: "FontAwesome";

Rule declaration should be preceded by an empty line
Open

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