lightspeeddevelopment/lsx-customizer

View on GitHub

Showing 18,317 of 18,317 total issues

Line should be indented with spaces, not tabs
Open

    a {

Rule declaration should be followed by an empty line
Open

                    }

Line should be indented with spaces, not tabs
Open

    .wp-block-woocommerce-active-filters:not(:empty) {

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

                    ins {

Properties should be ordered background-color, margin-bottom, padding
Open

        padding: 15px 12px;

Properties should be ordered margin, max-width
Open

            max-width: 75rem;

Use // comments everywhere
Open

        /* checkbox aspect */

Rule declaration should be followed by an empty line
Open

                    }

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

            .button {

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

                        margin-bottom: 0.5em;

Properties should be ordered color, content, display, font-family, font-size, font-weight, left, line-height, position, text-rendering, top
Open

            content: $fa-var-square-o;

Rule declaration should be followed by an empty line
Open

        }

Use // comments everywhere
Open

        /* checked mark aspect changes */

Avoid qualifying attribute selectors with an element.
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 {

Prefer single quoted strings
Open

            @include media("<phone") {

Avoid qualifying attribute selectors with an element.
Open

        input[type="range"]::-webkit-slider-thumb {

Selector woocommerce-MyAccount-downloads should be written in lowercase with hyphens
Open

    table.woocommerce-MyAccount-downloads,

Avoid qualifying attribute selectors with an element.
Open

        input[type="search"] {

@media declaration should be preceded by an empty line
Open

        @media (max-width: 600px) {

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

    @include media("<=tablet") {
Severity
Category
Status
Source
Language