lightspeeddevelopment/lsx-customizer

View on GitHub

Showing 18,317 of 18,317 total issues

Properties should be ordered border, border-radius, height, line-height, padding, width
Open

                padding: 5px 15px;

Line should be indented with spaces, not tabs
Open

    clear: both;

Properties should be ordered border, border-radius, height, line-height, padding
Open

            padding: 5px 10px;

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

                        &.checkbox:before { font-size: 0.875em; }

Color white should be written in hexadecimal form as #ffffff
Open

            background-color: white;

Selector comments_filter_field should be written in lowercase with hyphens
Open

            p#comments_filter_field {

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

            input:not([type="checkbox"]):not(.button),

Line should be indented with spaces, not tabs
Open

    #wc-product-reviews-pro-modal {

0.075 should be written without a leading zero as .075
Open

                @include box-shadow(inset 0 1px 1px rgba(0, 0, 0, 0.075));

Line should be indented with spaces, not tabs
Open

    padding: 5px 0 10px;

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

                &[disabled],

Line should be indented with spaces, not tabs
Open

    padding: 0 !important;

Rule declaration should be followed by an empty line
Open

                }

!important should not be used
Open

    margin: 5px 0 !important;

0.075 should be written without a leading zero as .075
Open

                @include box-shadow(inset 0 1px 1px rgba(0, 0, 0, 0.075));

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

            input[type="checkbox"] {

Rule declaration should be followed by an empty line
Open

            }

Properties should be ordered border, box-shadow, height
Open

        height: inherit;

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

        border: 1px solid #e0e0e0;

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

            &[disabled],
Severity
Category
Status
Source
Language