lightspeeddevelopment/lsx-customizer

View on GitHub

Showing 18,317 of 18,317 total issues

Each selector in a comma sequence should be on its own single line
Open

        .wc-block-components-text-input input[type=email], .wc-block-components-text-input input[type=tel], .wc-block-components-text-input input[type=text], .wc-block-components-text-input input[type=url], .wc-block-components-select .components-custom-select-control__button, .wc-block-components-select .components-custom-select-control__button:active, .wc-block-components-select .components-custom-select-control__button:focus, .wc-block-components-select .components-custom-select-control__button:hover {

Line should be indented with spaces, not tabs
Open

    .wp-block-woocommerce-product-search {

Rule declaration should be preceded by an empty line
Open

        form {

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

            background: white;

Properties should be ordered color, content, font-family, font-size, position, right, top
Open

            content: $fa-var-chevron-down;

Color #999999 should be written as #999
Open

            color: #999999;

Rule declaration should be preceded by an empty line
Open

        .wc-block-review-list-item__item {

Line should be indented with spaces, not tabs
Open

    &:before {

!important should not be used
Open

    span { display: none !important; }

Selector ms_shipping_date should be written in lowercase with hyphens
Open

input.ms_shipping_date,

Avoid qualifying class selectors with an element.
Open

textarea.ms_shipping_note { height: 75px; }

0.2 should be written without a leading zero as .2
Open

        box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.2);

!important should not be used
Open

    font-weight: normal !important;

Line should be indented with spaces, not tabs
Open

    ul.products {

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

            .product-thumbnail {

Rule declaration should be preceded by an empty line
Open

                img {

Properties should be ordered align-self, margin
Open

                margin: 0;

Avoid using id selectors
Open

#wl-wrapper {

Line should be indented with spaces, not tabs
Open

    &.wl-button-wrap {

Properties should be ordered clear, content, display, font-size, height, visibility
Open

            visibility: hidden;
Severity
Category
Status
Source
Language