lightspeeddevelopment/lsx-customizer

View on GitHub

Showing 18,317 of 18,317 total issues

Line should be indented with spaces, not tabs
Open

    table.cart {

Avoid qualifying class selectors with an element.
Open

        td.actions {

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

                    th {

Rule declaration should be followed by an empty line
Open

                    }

Selector woocommerce-MyAccount-content should be written in lowercase with hyphens
Open

    .woocommerce-checkout-review-order,

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

                    & > *:first-child {

Unnecessary parent selector (&)
Open

                    & > *:first-child {

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

                    background-color: white !important;

Selector woocommerce-MyAccount-content should be written in lowercase with hyphens
Open

    .woocommerce-checkout-review-order,

Shorthand form for property border-radius should be written more concisely as 5px 0 0 instead of 5px 0 0 0
Open

                        border-radius: 5px 0 0 0;

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

                        background-color: #e6e6e6;

Avoid qualifying attribute selectors with an element.
Open

            input[type="text"],

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

            input[type="text"],

Line should be indented with spaces, not tabs
Open

    &:after {

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

    .quantity .qty {

Avoid qualifying class selectors with an element.
Open

            li.product {

border-bottom: 0 is preferred over border-bottom: none
Open

            border-bottom: none;

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

                .wc-saved-payment-methods label:before,

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

            &:hover {

Rule declaration should be preceded by an empty line
Open

            &:hover {
Severity
Category
Status
Source
Language