lightspeeddevelopment/lsx-customizer

View on GitHub

Showing 18,317 of 18,317 total issues

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

    border-color: #ebccd1;

Line should be indented with spaces, not tabs
Open

    border-color: #bce8f1;

Line should be indented with spaces, not tabs
Open

    .cart-collaterals {

Prefer single quoted strings
Open

            @include media(">=tablet") {

Line should be indented with spaces, not tabs
Open

    &.woocommerce-account {

Rule declaration should be preceded by an empty line
Open

            &:last-child {

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

                .woocommerce-product-gallery {

!important should not be used
Open

    div.quick-view-content { overflow: visible !important; }

!important should not be used
Open

    font-weight: normal !important;

Line should be indented with spaces, not tabs
Open

    .reset_variations {

Avoid qualifying class selectors with an element.
Open

        a.button {

0.6180469716 should be written without a leading zero as .6180469716
Open

            padding: 0.6180469716em;

Shorthand form for property margin should be written more concisely as 0 0 1em instead of 0 0 1em 0
Open

        margin: 0 0 1em 0;

0.875 should be written without a leading zero as .875
Open

        font-size: 0.875em;

Line should be indented with spaces, not tabs
Open

    input[type="radio"],

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

                & > *:last-child { border-radius: 0 5px 0 0; }

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

                    .swatch-label:empty {

Unnecessary parent selector (&)
Open

                & > *:last-child { border-radius: 0 5px 0 0; }

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

            .product-thumbnail {

@include declaration should be followed by an empty line
Open

                    }
Severity
Category
Status
Source
Language