lightspeeddevelopment/lsx-customizer

View on GitHub

Showing 18,317 of 18,317 total issues

Begin pseudo elements with double colons: ::
Open

                .wc-saved-payment-methods label:before,

Line should be indented with spaces, not tabs
Open

    #main {

Rule declaration should be followed by an empty line
Open

    }

Line should be indented with spaces, not tabs
Open

    div.product {

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

                & > *:last-child {

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

                width: 28%;

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

                label,

Avoid using id selectors
Open

#wc_am_lost_api_key_form {

Selector wc_am_lost_api_key_form should be written in lowercase with hyphens
Open

#wc_am_lost_api_key_form {

Avoid qualifying attribute selectors with an element.
Open

    input[type="text"] {

Rule declaration should be followed by an empty line
Open

                    }

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

                    & > *:first-child {

Unnecessary parent selector (&)
Open

                    & > *:last-child {

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

                        border-radius: 0 0 5px 0;

Line should be indented with spaces, not tabs
Open

    select {

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

            input.input-text,

Avoid qualifying attribute selectors with an element.
Open

            input[type="text"],

Line should be indented with spaces, not tabs
Open

    .product & {

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

            label.inline {
Severity
Category
Status
Source
Language