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

            .variations {

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

                select {

!important should not be used
Open

                    left: 0 !important;

Begin pseudo elements with double colons: ::
Open

    &:after {

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

        .form-row {

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

    .coupon input.button {

Prefer single quoted strings
Open

        @include media(">=custom") {

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

            .form-row-last {

0.875 should be written without a leading zero as .875
Open

                    padding: 0.875em 0;

Unnecessary parent selector (&)
Open

    & > a {

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

            #top-menu & {

Line should be indented with spaces, not tabs
Open

    .lsx-wc-cart-amount {

Merge rule &.lsx-wc-cart-menu-item-simple with rule on line 1387
Open

    &.lsx-wc-cart-menu-item-simple {

0.875 should be written without a leading zero as .875
Open

        font-size: 0.875em;

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

            border: 1px solid #e6e6e6;

Properties should be ordered background-color, border-radius
Open

                        border-radius: 0 5px 0 0;

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

                    & > *:first-child {

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

            tbody:last-child,

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

            input.input-text,

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

            textarea {
Severity
Category
Status
Source
Language