lightspeeddevelopment/lsx-customizer

View on GitHub

Showing 18,317 of 18,317 total issues

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

                color: #000;

Properties should be ordered float, margin-bottom, width
Open

                    width: 100%;

Avoid qualifying class selectors with an element.
Open

                & li:first-child > a,

Line should be indented with spaces, not tabs
Open

    .woocommerce-button.button.woocommerce-form-login__submit {

Properties should be ordered display, font-size, font-weight, padding
Open

                    font-weight: 400;

Avoid qualifying class selectors with an element.
Open

body:not(.logged-in).woocommerce-account.my-account .woocommerce {

border: 0 is preferred over border: none
Open

        border: none;

Line should be indented with spaces, not tabs
Open

    overflow: hidden;

Prefer single quoted strings
Open

        @include media(">=phone") {

@include declaration should be preceded by an empty line
Open

        @include media(">=phone") {

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

            .coupon {

Shorthand form for property border-radius should be written more concisely as 5px 0 0 instead of 5px 0 0 0
Open

                        border-radius: 5px 0 0 0;

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

                    td {

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

                tr:first-child {

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

                    & > *:first-child {

Rule declaration should be followed by an empty line
Open

                    }

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

                    & > *:last-child {

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

            tbody {

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

                    background-color: white !important;

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

            tbody {
Severity
Category
Status
Source
Language