lightspeeddevelopment/lsx-customizer

View on GitHub

Showing 18,317 of 18,317 total issues

Avoid qualifying attribute selectors with an element.
Open

            input[type="radio"],

Line should be indented with spaces, not tabs
Open

    .woocommerce-Input,

Merge rule .quantity .qty with rule on line 1113
Open

    .quantity .qty {

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

            tbody:last-child,

Line should be indented with spaces, not tabs
Open

    table.shop_table {

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

            input.input-text {

Avoid using id selectors
Open

.woocommerce-page #main {

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

                &:not(:first-child) {

Line should be indented with spaces, not tabs
Open

    .quantity .qty {

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

    .woocommerce-ordering select {

Line should be indented with spaces, not tabs
Open

    .woocommerce-ordering select {

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

                th {

!important should not be used
Open

                    background-color: white !important;

Line should be indented with spaces, not tabs
Open

    .woocommerce-checkout-review-order,

Rule declaration should be followed by an empty line
Open

                    }

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

                    background-color: white !important;

border-top: 0 is preferred over border-top: none
Open

                        border-top: none;

Line should be indented with spaces, not tabs
Open

    form {

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

            input[type="file"] {

Avoid qualifying attribute selectors with an element.
Open

            input[type="text"],
Severity
Category
Status
Source
Language