lightspeeddevelopment/lsx-customizer

View on GitHub

Showing 18,317 of 18,317 total issues

Avoid using id selectors
Open

#loginform,

Line should be indented with spaces, not tabs
Open

    border: none;

Color literals like rgba(#000, 0.2) should only be used in variable declarations; they should be referred to via variable everywhere else.
Open

                        box-shadow: inset 0 0 0 3px rgba(#000,.2);

Line should be indented with spaces, not tabs
Open

    .form-field {

Files should end with a trailing newline
Open

}

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

                table {

0.5407911001 should be written without a leading zero as .5407911001
Open

                        padding: 0.202em 0.5407911001em;

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

                            a { text-decoration: none; }

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

                    .comment-text {

Properties should be ordered border-radius, margin-bottom, padding
Open

            padding: 1.618em;

Line should be indented with spaces, not tabs
Open

    .star-rating-selector {

Avoid qualifying class selectors with an element.
Open

        label.checkbox { float: none; }

Avoid using id selectors
Open

#tiptip_holder.tip_bottom {

Selector tax-product_tag should be written in lowercase with hyphens
Open

.post-type-archive-product,

!important should not be used
Open

    line-height: 1.2 !important;

Prefer single quoted strings
Open

                        content: "\f178";

Line should be indented with spaces, not tabs
Open

    .tribe-events-single-event-description {

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

    background: white !important;

Line should be indented with spaces, not tabs
Open

    width: 100%;

0.15 should be written without a leading zero as .15
Open

    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
Severity
Category
Status
Source
Language