lightspeeddevelopment/lsx-customizer

View on GitHub

Showing 18,317 of 18,317 total issues

Rule declaration should be preceded by an empty line
Open

            span {

Prefer single quoted strings
Open

                @include media(">=phone") {

@include declaration should be followed by an empty line
Open

        }

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

                .col-2 {

Selector order_review should be written in lowercase with hyphens
Open

    #order_review,

Selector woochimp_checkout_groups should be written in lowercase with hyphens
Open

    #order_review,

Prefer single quoted strings
Open

        @include media(">=tablet") {

Avoid qualifying class selectors with an element.
Open

div.quick-view {

Avoid using id selectors
Open

    #shipping_addresses {

Line should be indented with spaces, not tabs
Open

    .ship_address,

Selector shipping_methods should be written in lowercase with hyphens
Open

        select.shipping_methods.shipping_method + p { margin-bottom: 0; }

Line should be indented with spaces, not tabs
Open

    @extend %lsx-form-field;

Selector generated_coupon_summary should be written in lowercase with hyphens
Open

    .generated_coupon_summary { margin: 0; }

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

        &.small { padding: 0.6180469716em 1.41575em; }

Line should be indented with spaces, not tabs
Open

    #coupons_list {

Avoid qualifying class selectors with an element.
Open

                td.value {

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

            .product-details {

Properties should be ordered align-self, flex-grow, margin, text-align
Open

                flex-grow: 4;

!important should not be used
Open

        box-shadow: none !important;

Unnecessary parent selector (&)
Open

                & > *:first-child { border-radius: 5px 0 0 0; }
Severity
Category
Status
Source
Language