lightspeeddevelopment/lsx-customizer

View on GitHub

Showing 18,317 of 18,317 total issues

Selector payment_methods should be written in lowercase with hyphens
Open

        ul.payment_methods {

Unnecessary parent selector (&)
Open

                & > input[type="radio"] {

Selector payment_box should be written in lowercase with hyphens
Open

        div.payment_box {

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

            &:before {

Line should be indented with spaces, not tabs
Open

    .checkout-header-wrapper.cart-checkout-page {

Selector wp-block-cover__inner-container should be written in lowercase with hyphens
Open

                .wp-block-cover__inner-container {

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

            .lsx-wc-checkout-steps-items {

Rule declaration should be followed by an empty line
Open

            }

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

            .nav-tabs > li > a {

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

                    border-top: 1px solid #ddd;

Rule declaration should be followed by an empty line
Open

            }

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

                .panel {

Rule declaration should be followed by an empty line
Open

                }

Shorthand form for property margin should be written more concisely as 2.4rem 0 4.25rem instead of 2.4rem 0 4.25rem 0
Open

        margin: 2.4rem 0 4.25rem 0;

Line should be indented with spaces, not tabs
Open

    .woocommerce-form-login {

Line should be indented with spaces, not tabs
Open

    .woocommerce-LostPassword.lost_password {

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

        max-width: 75rem;

Prefer single quoted strings
Open

        @include media(">desktop") {

Avoid qualifying attribute selectors with an element.
Open

    input[type="submit"] {

Selector add_payment_method should be written in lowercase with hyphens
Open

#add_payment_method,
Severity
Category
Status
Source
Language