lightspeeddevelopment/lsx-customizer

View on GitHub

Showing 18,317 of 18,317 total issues

Begin pseudo elements with double colons: ::
Open

        [type="checkbox"]:checked + label:after {

Properties should be ordered -webkit-appearance, appearance, background, border, border-radius, cursor, height, width
Open

            height: 23px;

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

            border: 1px solid #d9d9d9;

border: 0 is preferred over border: none
Open

                border: none;

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

        .wc-block-sort-select__select {

Line should be indented with spaces, not tabs
Open

    .wc-block-pagination {

Line should be indented with spaces, not tabs
Open

    .wc-block-review-list {

Properties should be ordered display, justify-content, margin-left, margin-right
Open

            margin-left: auto;

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 {

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

                                .wc-block-grid__product {

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

                    a {

Rule declaration should be preceded by an empty line
Open

                    a {

Rule declaration should be followed by an empty line
Open

                }

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

                &.lsx-wc-filter-toggle-open {

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

    background-color: #fff;

Line should be indented with spaces, not tabs
Open

    border: 1px solid #ddd;

Line should be indented 2 spaces, but was indented 4 spaces
Open

    color: #418AD0 !important;

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

    color: #418AD0 !important;

Avoid qualifying class selectors with an element.
Open

    div.quick-view-content { overflow: visible !important; }
Severity
Category
Status
Source
Language