lightspeeddevelopment/lsx-customizer

View on GitHub

Showing 18,317 of 18,317 total issues

!important should not be used
Open

        height: auto !important;

!important should not be used
Open

        text-transform: inherit !important;

Avoid qualifying attribute selectors with an element.
Open

    input[type="radio"],

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

            td { padding: 0 5px; }

Selector shop_table should be written in lowercase with hyphens
Open

    table.shop_table {

!important should not be used
Open

                border-radius: 0 !important;

Unnecessary parent selector (&)
Open

        & > *:last-child { margin-bottom: 0; }

Line should be indented with spaces, not tabs
Open

    @include lsx-button-colour();

Line should be indented with spaces, not tabs
Open

    max-width: 300px;

@mixin declaration should be followed by an empty line
Open

}

Rule declaration should be preceded by an empty line
Open

                        span {

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

                > .wc-block-grid__product-image,

Rule declaration should be preceded by an empty line
Open

                        .woocommerce-Price-amount,

Rule declaration should be preceded by an empty line
Open

                        .woocommerce-Price-amount {

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

                .wp-block-button,

Rule declaration should be followed by an empty line
Open

        }

0px should be written without units as 0
Open

            margin-left: 0px;

Rule declaration should be followed by an empty line
Open

            }

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

        background-color: white;

Begin pseudo elements with double colons: ::
Open

        [type="checkbox"]:not(:checked) + label:after,
Severity
Category
Status
Source
Language