lightspeeddevelopment/lsx-customizer

View on GitHub
assets/css/scss/_customizer-customizer-body-colours.scss

Summary

Maintainability
Test Coverage

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

    $bg: #f6f6f6,

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

    $breaker: #9b9b9b,

Rule declaration should be preceded by an empty line
Open

                            &:after {

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

                color: #fff;

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

                .lsx-wc-checkout-steps-item-current & {

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

    $color: #4a4a4a,

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

    $green: #6baf21

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

                            &:after {

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

                                color: #fff;

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

                    .lsx-wc-checkout-steps-counter {

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

                .lsx-wc-checkout-steps-item-current & {

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

                &.lsx-wc-checkout-steps-item-done {

Rule declaration should be preceded by an empty line
Open

                    .lsx-wc-checkout-steps-counter {

Unnecessary parent selector (&)
Open

                    & > span,

!important should not be used
Open

                        color: $link !important;

Begin pseudo elements with double colons: ::
Open

                            &:after {

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

                        .fa-check-circle {

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

                            &:before {

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

                .lsx-wc-checkout-steps-item-disabled & {

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

                &:not(.lsx-wc-checkout-steps-item-done) {

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

                    & > span,

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

    $small: #919191,

Line should be indented with spaces, not tabs
Open

    .lsx-block-accordion details summary:before {

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

                &.lsx-wc-checkout-steps-item-current {

Unnecessary parent selector (&)
Open

                    & > span,

Avoid qualifying class selectors with an element.
Open

            .lsx-wc-checkout-steps-link,

Begin pseudo elements with double colons: ::
Open

                            &:before {

Begin pseudo elements with double colons: ::
Open

                            &:before {

Rule declaration should be followed by an empty line
Open

    }

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

                        & > span,

Unnecessary parent selector (&)
Open

                        & > span,

Line should be indented with spaces, not tabs
Open

    .content-area {

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

                            &:before {

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

                &.lsx-wc-checkout-steps-item-disabled {

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

                .lsx-wc-checkout-steps-item-disabled & {

Begin pseudo elements with double colons: ::
Open

    .lsx-block-accordion details summary:before {

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

                                background-color: #fff;

Rule declaration should be preceded by an empty line
Open

                &:hover,

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

    $link: #418ad0,

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

                &:hover,

Rule declaration should be followed by an empty line
Open

                    }

Begin pseudo elements with double colons: ::
Open

                            &:before {

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

    $hover: #f7ae00,

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

                    & > span,

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

                            &:before {

Rule declaration should be followed by an empty line
Open

                }

There are no issues that match your filters.

Category
Status