lightspeeddevelopment/lsx-customizer

View on GitHub

Showing 18,317 of 18,317 total issues

Avoid qualifying class selectors with an element.
Open

            label.inline {

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

            label.inline {

Avoid qualifying attribute selectors with an element.
Open

                & > input[type="radio"] {

Prefer single quoted strings
Open

                    content: "\f10c";

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

                        & + a {

Rule declaration should be followed by an empty line
Open

            }

Prefer single quoted strings
Open

        @include media(">=desktop") {

Properties should be ordered border, border-radius, margin, padding
Open

        padding: 0;

Line should be indented with spaces, not tabs
Open

    .checkout-header-wrapper {

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

            &:hover {

Line should be indented with spaces, not tabs
Open

    .entry-content {

Line should be indented with spaces, not tabs
Open

    .woocommerce-ordering {

Rule declaration should be preceded by an empty line
Open

            .lsx-wc-checkout-steps-items {

Prefer single quoted strings
Open

        @include media(">=phone") {

Line should be indented with spaces, not tabs
Open

    .woocommerce-checkout-review-order,

Avoid qualifying class selectors with an element.
Open

    div.product {

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

            .panel {

Rule declaration should be preceded by an empty line
Open

            tbody {

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

                    th {

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

                border-bottom: 1px solid #ddd;
Severity
Category
Status
Source
Language