lightspeeddevelopment/lsx-customizer

View on GitHub

Showing 18,317 of 18,317 total issues

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

        border: 1px solid #e1e1e1;

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

                    label {

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

                box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),

Properties should be ordered clear, float
Open

            float: none;

Rule declaration should be followed by an empty line
Open

}

Rule declaration should be followed by an empty line
Open

    }

Line should be indented with spaces, not tabs
Open

    font-family: "Noto Sans", sans-serif;

Line should be indented with spaces, not tabs
Open

    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;

Line should be indented with spaces, not tabs
Open

    font-weight: normal !important;

Rule declaration should be followed by an empty line
Open

        }

Properties should be ordered display, font-size
Open

        font-size: 40px;

Avoid qualifying attribute selectors with an element.
Open

                &[disabled],

Rule declaration should be preceded by an empty line
Open

    &:before {

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

            input[type="checkbox"] {

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

                .tribe-related-events-title {

border: 0 is preferred over border: none
Open

                border: none;

Rule declaration should be preceded by an empty line
Open

    td {

Rule declaration should be followed by an empty line
Open

            }

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:not([type="checkbox"]):not(.button),
Severity
Category
Status
Source
Language