lightspeeddevelopment/lsx-customizer

View on GitHub

Showing 18,317 of 18,317 total issues

Rule declaration should be followed by an empty line
Open

            }

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

                            &:before {

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

                    background: #ffffff;

Avoid using id selectors
Open

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

Line should be indented with spaces, not tabs
Open

    font-weight: bold;

Avoid using id selectors
Open

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

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

                    color: #77a464;

Shorthand form for property padding should be written more concisely as 1em 0 0 instead of 1em 0 0 0
Open

        padding: 1em 0 0 0;

Line should be indented with spaces, not tabs
Open

    line-height: 1.33;

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

            td { padding: 0 5px; }

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

                        + .woocommerce-Price-amount {

Line should be indented with spaces, not tabs
Open

    border-color: #d6e9c6;

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

            &:last-child {

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

    }

Line should be indented with spaces, not tabs
Open

    table.shop_table {

Line should be indented with spaces, not tabs
Open

    &.woocommerce-checkout {

Rule declaration should be followed by an empty line
Open

        }

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

                .wc-block-grid__products {

Shorthand form for property border-radius should be written more concisely as 0 0 5px instead of 0 0 5px 0
Open

                & > *:last-child { border-radius: 0 0 5px 0; }
Severity
Category
Status
Source
Language