lightspeeddevelopment/lsx-customizer

View on GitHub

Showing 18,317 of 18,317 total issues

Properties should be ordered background-color, margin-bottom, padding
Open

        padding: 15px 12px;

Line should be indented with spaces, not tabs
Open

    font-size: 18px;

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

        .wc-block-sort-select__label {

Line should be indented with spaces, not tabs
Open

    transition: all 150ms ease;

Rule declaration should be followed by an empty line
Open

                    }

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

    color: #31708f;

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

                            .wc-block-grid__products {

!important should not be used
Open

    margin-bottom: 15px !important;

Rule declaration should be preceded by an empty line
Open

                &.lsx-wc-filter-toggle {

Properties should be ordered margin, width
Open

                    width: 100%;

Line should be indented with spaces, not tabs
Open

    padding: 10px 20px;

Line should be indented with spaces, not tabs
Open

    border: 1px solid transparent;

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

    background-color: #dff0d8;

Line should be indented with spaces, not tabs
Open

    border-color: #ebccd1;

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

    background-color: #d9edf7;

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

    border-color: #bce8f1;

!important should not be used
Open

        width: 100% !important;

!important should not be used
Open

    padding: 0 !important;

Rule declaration should be followed by an empty line
Open

            }

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

            li.product {
Severity
Category
Status
Source
Language