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

            .nav-tabs {

Unnecessary parent selector (&)
Open

                & li:first-child > a,

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

            .variations {

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

            .variations {

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

                td.label {

Avoid qualifying class selectors with an element.
Open

    form.checkout_coupon,

Properties should be ordered align-items, display, flex-direction, justify-content
Open

            display: flex;

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

            .woocommerce-form-login__rememberme {

Rule declaration should be preceded by an empty line
Open

            .woocommerce-form-login__rememberme {

!important should not be used
Open

        margin: 0 0 1em !important;

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

            & > p {

Line should be indented with spaces, not tabs
Open

    .lsx-pagination-wrapper {

Line should be indented with spaces, not tabs
Open

    input[type="submit"] {

Unnecessary parent selector (&)
Open

                    & > *:last-child {

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

                th {

Unnecessary parent selector (&)
Open

                    & > *:first-child {

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

                        background-color: #e6e6e6 !important;

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

                    & > *:last-child {

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

            &:not(:first-child) {

Avoid qualifying class selectors with an element.
Open

            input.input-text,
Severity
Category
Status
Source
Language