lightspeeddevelopment/lsx-customizer

View on GitHub

Showing 18,317 of 18,317 total issues

Rule declaration should be followed by an empty line
Open

            }

Avoid qualifying attribute selectors with an element.
Open

            div[class^="wp-block-woocommerce-"][class$="-filter"],

Rule declaration should be followed by an empty line
Open

            }

Line should be indented with spaces, not tabs
Open

    height: 50px;

Line should be indented with spaces, not tabs
Open

    background-color: #dff0d8;

Line should be indented with spaces, not tabs
Open

    color: #3c763d;

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

    background-color: #f2dede;

Line should be indented with spaces, not tabs
Open

    color: #31708f;

Expected item on line 128 to appear before line 119. Rule sets should be ordered as follows: @extends, @includes without @content, properties, @includes with @content, nested rule sets
Open

    @include media(">=desktop") {

Line should be indented with spaces, not tabs
Open

    .entry-content {

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

                .button {

Selector woocommerce-loop-product__title should be written in lowercase with hyphens
Open

                .woocommerce-loop-category__title,

@include declaration should be followed by an empty line
Open

        }

Avoid using id selectors
Open

#add_payment_method,

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

            li.wc_payment_method {

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

                input[type="radio"]:first-child:checked + label:before {

Prefer single quoted strings
Open

                    content: "\f192";

Unnecessary parent selector (&)
Open

                    & > img {

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

    #main .quantity .qty {

Line should be indented with spaces, not tabs
Open

    #main .quantity .qty {
Severity
Category
Status
Source
Language