lightspeeddevelopment/lsx-customizer

View on GitHub

Showing 18,317 of 18,317 total issues

Selector woochimp_checkout_groups should be written in lowercase with hyphens
Open

    #woochimp_checkout_groups {

Line should be indented with spaces, not tabs
Open

    table.woocommerce-MyAccount-downloads,

Rule declaration should be followed by an empty line
Open

    }

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

        background: white;

!important should not be used
Open

            margin-right: 0 !important;

Selector address_form should be written in lowercase with hyphens
Open

#address_form {

Avoid qualifying class selectors with an element.
Open

    a.h2-link {

Line should be indented with spaces, not tabs
Open

    @extend %bootstrap-message-info;

Prefer single quoted strings
Open

                    @include media("<tablet") {

!important should not be used
Open

        transition: all 100ms ease !important;

Avoid qualifying class selectors with an element.
Open

    table.shop_table {

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

        .wp-block-button__link {

Rule declaration should be preceded by an empty line
Open

            button {

Rule declaration should be preceded by an empty line
Open

            .wc-block-grid__product {

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

                    + .wc-block-grid__product-price {

Properties should be ordered align-items, background-color, border, border-radius, color, display, font-size, font-weight, left, min-height, min-width, position, right, text-align, top, z-index
Open

                    min-height: 55px;

border: 0 is preferred over border: none
Open

                    border: none;

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

                        color: #77a464;

Properties should be ordered color, display, font-size, font-weight, margin-bottom
Open

                        font-weight: 400;

Rule declaration should be followed by an empty line
Open

                }
Severity
Category
Status
Source
Language