lightspeeddevelopment/lsx-customizer

View on GitHub

Showing 18,317 of 18,317 total issues

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

            tr:first-child {

Line should be indented 2 spaces, but was indented 4 spaces
Open

    height: auto !important;

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

                & > *:first-child { border-radius: 0 0 0 5px; }

Shorthand form for property margin should be written more concisely as 0 0 2px instead of 0 0 2px 0
Open

    dd { margin: 0 0 2px 0; }

Line should be indented with spaces, not tabs
Open

    .wc-block-grid {

!important should not be used
Open

    margin-bottom: 10px !important;

Properties should be ordered background-color, border, margin-left, margin-right, max-width
Open

            max-width: 90rem;

Line should be indented with spaces, not tabs
Open

    .close {

Selector wc-block-grid__products should be written in lowercase with hyphens
Open

        .wc-block-grid__products {

Color literals like rgba(#000, 0.025) should only be used in variable declarations; they should be referred to via variable everywhere else.
Open

        background-color: rgba(#000, .025);

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

                .wc-block-grid__product-title {

0.5 should be written without a leading zero as .5
Open

                    padding: 0.5em 0;

Properties should be ordered background-color, border, border-radius, float, font-size, line-height, margin, padding, width
Open

        font-size: 0.875em;

Avoid qualifying id selectors with an element.
Open

select#ms_addresses,

Properties should be ordered align-items, display, float, margin, order, width
Open

                    margin: 0 0 1em;

Avoid qualifying class selectors with an element.
Open

.button-social-login,

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

                .wc-block-grid__product-onsale {

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

                    color: #fff;

Line should be indented with spaces, not tabs
Open

    font-size: 85% !important;

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

                    .amount {
Severity
Category
Status
Source
Language