lightspeeddevelopment/lsx-customizer

View on GitHub

Showing 18,317 of 18,317 total issues

Merge rule #primary with rule on line 10
Open

#primary {

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

                .wc-block-grid__products {

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

            .wp-block-column {

Rule declaration should be followed by an empty line
Open

            }

Properties should be ordered flex-basis, margin-right, max-width, width
Open

                        max-width: 280px;

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

                    &:last-child {

Rule declaration should be followed by an empty line
Open

            }

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

        background-color: white;

Rule declaration should be followed by an empty line
Open

                    }

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

        .wc-block-active-filters__list {

Rule declaration should be preceded by an empty line
Open

                    a {

Begin pseudo elements with double colons: ::
Open

        [type="checkbox"]:not(:checked) + label:before,

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

            background: white;

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

                &#lsx-wc-filter-child-close {

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

        .wc-block-price-filter__controls {

Properties should be ordered background-color, background-image, border, border-radius, border-width, box-shadow, color, display, font-size, height, line-height, padding, transition, width
Open

    display: block;

@media declaration should be followed by an empty line
Open

        }

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

    border: 1px solid #ddd;

0px should be written without units as 0
Open

            top: 0px;

Properties should be ordered margin, max-width
Open

        max-width: 90rem;
Severity
Category
Status
Source
Language