lightspeeddevelopment/lsx-customizer

View on GitHub

Showing 18,317 of 18,317 total issues

Rule declaration should be preceded by an empty line
Open

            .col-1,

Avoid qualifying class selectors with an element.
Open

        table.shop_table {

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

                    th {

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

                tr:last-child {

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

            thead {

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

                tr:first-child {

Properties should be ordered background-color, border-radius
Open

                        border-radius: 5px 0 0 0;

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

                        background-color: #e6e6e6;

Selector shop_table should be written in lowercase with hyphens
Open

        table.shop_table {

Unnecessary parent selector (&)
Open

                    & > *:first-child {

Avoid qualifying attribute selectors with an element.
Open

            input[type="file"] {

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

            input[type="radio"],

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

            textarea {

Avoid qualifying class selectors with an element.
Open

    div.product {

!important should not be used
Open

                    top: 0 !important;

Avoid using id selectors
Open

    #woochimp_checkout_groups {

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

    .quantity .qty {

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

    .woocommerce-ordering select {

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

                    .cart {

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

            li.product {
Severity
Category
Status
Source
Language