lightspeeddevelopment/lsx-customizer

View on GitHub

Showing 18,317 of 18,317 total issues

Properties should be ordered -webkit-appearance, appearance, background, border, border-radius, box-shadow, color, display, font-size, height, line-height, min-width, padding, text-align, text-align-last, transition, width
Open

            box-shadow: none;

Selector woocommerce-loop-category__title should be written in lowercase with hyphens
Open

                .woocommerce-loop-category__title,

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

                    .wc-block-review-list-item__product {

Prefer single quoted strings
Open

            @include media(">=phone") {

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

                        .wc-block-grid__products {

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

                        .quantity,

Expected item on line 510 to appear before line 491. 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

                    &:first-child {

@include declaration should be followed by an empty line
Open

                }

Rule declaration should be followed by an empty line
Open

        }

Rule declaration should be preceded by an empty line
Open

                        &::before {

Prefer single quoted strings
Open

@import "../scss/global/mixins";

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

    color: #a94442;

Line should be indented with spaces, not tabs
Open

    padding: 0 !important;

Prefer single quoted strings
Open

    @include media(">=desktop") {

Begin pseudo elements with double colons: ::
Open

        &:after {

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

            .button {

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

            @include media("<tablet") {

Line should be indented with spaces, not tabs
Open

    &,

Color black should be written in hexadecimal form as #000000
Open

                    background-color: black;
Severity
Category
Status
Source
Language