lightspeeddevelopment/lsx-customizer

View on GitHub

Showing 18,317 of 18,317 total issues

Prefer single quoted strings
Open

                    content: "\f291";

Begin pseudo elements with double colons: ::
Open

                &.woocommerce-MyAccount-navigation-link--payment-methods

Selector woocommerce-MyAccount-navigation-link--customer-logout should be written in lowercase with hyphens
Open

                &.woocommerce-MyAccount-navigation-link--customer-logout

Merge rule .lsx-wc-cart-menu-item with rule on line 1028
Open

.lsx-wc-cart-menu-item {

0.75 should be written without a leading zero as .75
Open

        opacity: 0.75;

Line should be indented with spaces, not tabs
Open

    .lsx-woocommerce-rating {

Prefer single quoted strings
Open

                font-family: "FontAwesome";

Line should be indented with spaces, not tabs
Open

    .lsx-woocommerce-slot.slick-slide,

Prefer single quoted strings
Open

                content: "\f105";

Line should be indented with spaces, not tabs
Open

    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);

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

    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);

Line should be indented with spaces, not tabs
Open

    left: 0;

Selector woocommerce-product-gallery__wrapper should be written in lowercase with hyphens
Open

            .woocommerce-product-gallery__wrapper {

Prefer single quoted strings
Open

@import "woocommerce-extensions/quick-view";

Prefer single quoted strings
Open

@import "woocommerce-extensions/product-vendors";

Prefer single quoted strings
Open

@import "woocommerce-extensions/points_rewards";

Avoid using id selectors
Open

    #respond input#submit,

Selector woocommerce-Address-title should be written in lowercase with hyphens
Open

    .woocommerce-Address-title {

Properties should be ordered display, height, padding, position, text-indent, width
Open

            width: 1em;

Merge rule .woocommerce-page #main with rule on line 1075
Open

.woocommerce-page #main {
Severity
Category
Status
Source
Language