lightspeeddevelopment/lsx-customizer

View on GitHub

Showing 18,317 of 18,317 total issues

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

            .product-rating-summary,

Avoid using id selectors
Open

        #loginform {

border: 0 is preferred over border: none
Open

            border: none;

Properties should be ordered background-color, background-image, border, border-radius, color, display, font-size, height, line-height, padding, width
Open

                display: block;

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

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

Line should be indented 2 spaces, but was indented 4 spaces
Open

    box-shadow: none !important;

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

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

Rule declaration should be followed by an empty line
Open

                }

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

                &::-ms-expand {

Begin pseudo elements with double colons: ::
Open

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

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

        background: white;

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

            textarea {

Avoid using id selectors
Open

        #post-title {

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

            ol.commentlist {

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

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

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

.post-type-archive-product,

Properties should be ordered display, margin-bottom, width
Open

            margin-bottom: 0;

Rule declaration should be followed by an empty line
Open

            }

Avoid qualifying class selectors with an element.
Open

        a.button,

Line should be indented with spaces, not tabs
Open

    #tribe-events.tribe-js {
Severity
Category
Status
Source
Language