lightspeeddevelopment/lsx-customizer

View on GitHub

Showing 18,317 of 18,317 total issues

Selector shop_table should be written in lowercase with hyphens
Open

        table.shop_table {

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

                .woocommerce-loop-category__title,

Prefer single quoted strings
Open

        @include media(">=custom") {

Selector woochimp_checkout_checkbox should be written in lowercase with hyphens
Open

    #order_review,

Avoid using id selectors
Open

    #customer_login {

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

            &:last-child {

Color white should be written in hexadecimal form as #ffffff
Open

        background: white;

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

                .summary {

Prefer single quoted strings
Open

            @include media("<tablet") {

Avoid qualifying attribute selectors with an element.
Open

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

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

            color: white !important;

Rule declaration should be followed by an empty line
Open

    }

Rule declaration should be preceded by an empty line
Open

        + .wp-block-cover {

border: 0 is preferred over border: none
Open

                    border: none;

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

                & > li.active > a {

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

                .nav-tabs {

Avoid qualifying class selectors with an element.
Open

                td.label {

Line should be indented with spaces, not tabs
Open

    form.checkout_coupon,

Rule declaration should be preceded by an empty line
Open

            &:hover {

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

            input[type="submit"] {
Severity
Category
Status
Source
Language