lightspeeddevelopment/lsx-customizer

View on GitHub

Showing 18,317 of 18,317 total issues

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

                    background-color: #f5f5f5;

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

                border-bottom: none;

Rule declaration should be followed by an empty line
Open

        }

Avoid qualifying class selectors with an element.
Open

        p.form-row:not(.woocommerce-form-row) {

Selector woocommerce-form-login__rememberme should be written in lowercase with hyphens
Open

            .woocommerce-form-login__rememberme {

Selector lost_password should be written in lowercase with hyphens
Open

    .woocommerce-LostPassword.lost_password {

Rule declaration should be followed by an empty line
Open

    }

Line should be indented with spaces, not tabs
Open

    .u-columns.col2-set {

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

            .col-1,

Line should be indented with spaces, not tabs
Open

    .product & {

Unnecessary parent selector (&)
Open

        & > span {

Line should be indented with spaces, not tabs
Open

    .product & {

Properties should be ordered float, margin-top
Open

            margin-top: 0;

Avoid using id selectors
Open

#add_payment_method,

Merge rule #add_payment_method, .woocommerce-cart, .woocommerce-checkout with rule on line 381
Open

#add_payment_method,

Rule declaration should be followed by an empty line
Open

                    }

Selector customer_login should be written in lowercase with hyphens
Open

    #customer_login {

Rule declaration should be preceded by an empty line
Open

                &:hover {

Avoid qualifying class selectors with an element.
Open

    table.woocommerce-MyAccount-downloads,

Rule declaration should be followed by an empty line
Open

}
Severity
Category
Status
Source
Language