lightspeeddevelopment/lsx-customizer

View on GitHub

Showing 18,317 of 18,317 total issues

!important should not be used
Open

        font-weight: normal !important;

Properties should be ordered box-shadow, margin, width
Open

                            margin: 0 0 1em;

Line should be indented with spaces, not tabs
Open

    .wl-table {

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

            &:first-child {

Selector woocommerce-Price-amount should be written in lowercase with hyphens
Open

                    .woocommerce-Price-amount,

!important should not be used
Open

        border-bottom: 0 !important;

Line should be indented with spaces, not tabs
Open

    @extend %bootstrap-form-control;

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

                    .woocommerce-Price-amount,

Line should be indented with spaces, not tabs
Open

    [class^="wc-block-featured"] {

Rule declaration should be followed by an empty line
Open

                }

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

            background-color: white;

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

                .wc-block-grid__products {

Rule declaration should be preceded by an empty line
Open

                    .wc-block-grid__product-image {

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

            &:focus {

Properties should be ordered color, font-family, font-size, font-weight, line-height, margin, padding
Open

                    font-family: $font-family-serif;

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

        background-color: white;

Properties should be ordered align-items, display, justify-content, margin-bottom
Open

        display: flex;

Begin pseudo elements with double colons: ::
Open

                            &:before {

Rule declaration should be followed by an empty line
Open

        }

Begin pseudo elements with double colons: ::
Open

    &:before {
Severity
Category
Status
Source
Language