lightspeeddevelopment/lsx-customizer

View on GitHub

Showing 18,317 of 18,317 total issues

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

            thead {

Avoid qualifying class selectors with an element.
Open

    table.shop_table {

Avoid qualifying class selectors with an element.
Open

            input.input-text {

Avoid qualifying class selectors with an element.
Open

                & > li.active > a {

Line should be indented with spaces, not tabs
Open

    div.product {

Avoid qualifying class selectors with an element.
Open

        form.cart {

Rule declaration should be followed by an empty line
Open

    }

Selector woocommerce-form-login__submit should be written in lowercase with hyphens
Open

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

Selector woocommerce-LostPassword should be written in lowercase with hyphens
Open

    .woocommerce-LostPassword.lost_password {

Line should be indented with spaces, not tabs
Open

    .woocommerce-result-count {

Avoid qualifying class selectors with an element.
Open

    table.cart {

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

            tbody {

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

            thead {

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;

Avoid using id selectors
Open

#add_payment_method,

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

            border-bottom: 8px solid #e6e6e6;

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 6
Open

                    & > *:last-child {

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

                    background-color: white !important;

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

                        border-radius: 0 0 5px 0;
Severity
Category
Status
Source
Language