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

        ul {

0.25 should be written without a leading zero as .25
Open

                        opacity: 0.25;

Prefer single quoted strings
Open

                    content: "\f1c6";

Prefer single quoted strings
Open

                    content: "\f015";

Begin pseudo elements with double colons: ::
Open

        &:after {

Rule declaration should be followed by an empty line
Open

    }

Avoid qualifying class selectors with an element.
Open

    .coupon input.button {

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

                &:last-child {

Selector woocommerce_error should be written in lowercase with hyphens
Open

.woocommerce-message,

Line should be indented with spaces, not tabs
Open

    overflow: hidden;

Line should be indented with spaces, not tabs
Open

    .woocommerce-MyAccount-navigation {

Prefer single quoted strings
Open

        @include media(">=phone") {

Prefer single quoted strings
Open

    @include media("<custom") {

Line should be indented with spaces, not tabs
Open

    bottom: 0;

Properties should be ordered border-right-style, border-right-width, width
Open

    border-right-width: 2px;

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

            li {

Line should be indented with spaces, not tabs
Open

    left: 50%;

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

            .flex-control-thumbs {

border: 0 is preferred over border: none
Open

    border: none;

Prefer single quoted strings
Open

@import "woocommerce-extensions/social-login";
Severity
Category
Status
Source
Language