lightspeeddevelopment/lsx-customizer

View on GitHub

Showing 18,317 of 18,317 total issues

Properties should be ordered cursor, font-weight, padding-left, position
Open

            position: relative;

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

                    background-color: #77a464;

0.15 should be written without a leading zero as .15
Open

            top: 0.15em;

Rule declaration should be followed by an empty line
Open

                }

Rule declaration should be followed by an empty line
Open

        }

0.5 should be written without a leading zero as .5
Open

                            opacity: 0.5;

Properties should be ordered margin-bottom, margin-top
Open

            margin-top: $lsx-medium-gap;

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

                    .woocommerce-Price-amount,

Color white should be written in hexadecimal form as #ffffff
Open

            background: white;

Expected item on line 182 to appear before line 18. Rule sets should be ordered as follows: @extends, @includes without @content, properties, @includes with @content, nested rule sets
Open

        @include media(">=desktop") {

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

            .wc-block-review-list-item__info {

Selector wc-block-grid__product should be written in lowercase with hyphens
Open

                    .wc-block-grid__product {

Line should be indented with spaces, not tabs
Open

    .wc-block-load-more {

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

                    .wc-block-grid__product {

Avoid using id selectors
Open

#primary {

Line should be indented with spaces, not tabs
Open

    [class^="wc-block"] {

Prefer single quoted strings
Open

                @include media(">=desktop") {

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

        .wc-block-components-text-input input[type=email], .wc-block-components-text-input input[type=tel], .wc-block-components-text-input input[type=text], .wc-block-components-text-input input[type=url], .wc-block-components-select .components-custom-select-control__button, .wc-block-components-select .components-custom-select-control__button:active, .wc-block-components-select .components-custom-select-control__button:focus, .wc-block-components-select .components-custom-select-control__button:hover {

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

            svg {

Rule declaration should be preceded by an empty line
Open

                &#lsx-wc-filter-child-close {
Severity
Category
Status
Source
Language