lightspeeddevelopment/lsx-customizer

View on GitHub

Showing 18,317 of 18,317 total issues

Rule declaration should be preceded by an empty line
Open

                .wp-block-cover__inner-container {

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

                .panel {

Avoid qualifying class selectors with an element.
Open

    form.checkout_coupon,

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

            & > p {

Selector cart_totals should be written in lowercase with hyphens
Open

    .cart_totals {

Line should be indented with spaces, not tabs
Open

    .cart_totals {

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

                    & > *:last-child {

Avoid qualifying class selectors with an element.
Open

        table.shop_table {

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

            .woocommerce-form-register__submit {

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

                    background-color: black;

Line should be indented with spaces, not tabs
Open

    .woochimp_checkout_checkbox {

!important should not be used
Open

        padding: 0 0 0 20px !important;

Line should be indented with spaces, not tabs
Open

    .quick-view {

Selector single_add_to_cart_button should be written in lowercase with hyphens
Open

                        .quantity,

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

            li.wc_payment_method {

0.2 should be written without a leading zero as .2
Open

                    transition: color ease 0.2s;

!important should not be used
Open

            color: white !important;

Rule declaration should be preceded by an empty line
Open

        .wp-block-cover,

Properties should be ordered margin-left, margin-right, max-width, width
Open

        max-width: 100%;

Rule declaration should be preceded by an empty line
Open

            .panel {
Severity
Category
Status
Source
Language