lightspeeddevelopment/lsx-customizer

View on GitHub

Showing 18,317 of 18,317 total issues

Line should be indented with spaces, not tabs
Open

    &:not(.lsx-wc-cart-menu-item-simple) {

Selector widget_shopping_cart should be written in lowercase with hyphens
Open

    .widget_shopping_cart {

Shorthand form for property border-radius should be written more concisely as 5px 0 0 instead of 5px 0 0 0
Open

                        border-radius: 5px 0 0 0;

Shorthand form for property border-radius should be written more concisely as 0 0 5px instead of 0 0 5px 0
Open

                        border-radius: 0 0 5px 0;

Avoid qualifying class selectors with an element.
Open

.woocommerce-message,

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

                    td,

Line should be indented with spaces, not tabs
Open

    @extend %bootstrap-message-success;

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

    .woocommerce-MyAccount-navigation {

Rule declaration should be followed by an empty line
Open

                    }

Prefer single quoted strings
Open

        @include media(">=desktop") {

Prefer single quoted strings
Open

                @include media("<phone") {

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

                a {

Line should be indented with spaces, not tabs
Open

    #respond input#submit,

Selector widget_shopping_cart should be written in lowercase with hyphens
Open

    .widget_shopping_cart {

Begin pseudo elements with double colons: ::
Open

                    &:before {

Prefer single quoted strings
Open

        @include media("<phone") {

!important should not be used
Open

                border-radius: 0 !important;

Prefer single quoted strings
Open

                        content: "\f0f6";

Selector woocommerce_info should be written in lowercase with hyphens
Open

.woocommerce-info,

!important should not be used
Open

                display: block !important;
Severity
Category
Status
Source
Language