lightspeeddevelopment/lsx-customizer

View on GitHub

Showing 18,317 of 18,317 total issues

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

                background-color: #d0021b;

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

            .lsx-wc-checkout-steps-items {

Unnecessary parent selector (&)
Open

                & > *:last-child {

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

            .nav-tabs > li {

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

                &:hover {

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

                border-right: 1px solid #ddd;

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

                    background-color: #f5f5f5;

Properties should be ordered background-color, border-right, border-top, color, font-weight
Open

                    color: nth($blue, 1);

Properties should be ordered float, width
Open

                    width: 100%;

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

                .nav-tabs {

Selector checkout_coupon should be written in lowercase with hyphens
Open

    form.checkout_coupon,

Avoid qualifying class selectors with an element.
Open

    form.checkout_coupon,

Unnecessary parent selector (&)
Open

            & > p {

Avoid qualifying attribute selectors with an element.
Open

            input[type="submit"] {

Unnecessary parent selector (&)
Open

                    & > *:first-child {

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

    .cart_totals {

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

            select {

Avoid qualifying attribute selectors with an element.
Open

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