lightspeeddevelopment/lsx-customizer

View on GitHub

Showing 18,317 of 18,317 total issues

Begin pseudo elements with double colons: ::
Open

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

Properties should be ordered background, border-radius, font-size, margin-bottom, padding
Open

                    padding: 15px 12px;

Rule declaration should be preceded by an empty line
Open

        &:after {

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

                        max-width: 848px;

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 {

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

                .wp-block-woocommerce-all-products {

Properties should be ordered content, font-size, transition
Open

                            font-size: 15px;

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

                .wp-block-column {

!important should not be used
Open

                        flex-basis: auto !important;

Prefer single quoted strings
Open

@import "../scss/global/variables";

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

                        &::before {

Line should be indented with spaces, not tabs
Open

    border-radius: 2px;

0.25 should be written without a leading zero as .25
Open

                    transition: all 0.25s;

Begin pseudo elements with double colons: ::
Open

    &:before {

Line should be indented with spaces, not tabs
Open

    background-image: none;

Line should be indented with spaces, not tabs
Open

    padding: 0 12px;

Line should be indented with spaces, not tabs
Open

    background-color: #f2dede;

Line should be indented with spaces, not tabs
Open

    color: #a94442;

Line should be indented with spaces, not tabs
Open

    .archive:not(.has-sidebar).woocommerce-page & {
Severity
Category
Status
Source
Language