lightspeeddevelopment/lsx-customizer

View on GitHub

Showing 18,317 of 18,317 total issues

Avoid qualifying class selectors with an element.
Open

        a.remove {

Rule declaration should be followed by an empty line
Open

        }

Unnecessary parent selector (&)
Open

        & > .comment-form {

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

            input[type="submit"] {

Prefer single quoted strings
Open

        @include media(">=phone") {

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

                    td {

Rule declaration should be followed by an empty line
Open

                    }

Line should be indented with spaces, not tabs
Open

    box-shadow: none;

!important should not be used
Open

    padding: 15px !important;

Prefer single quoted strings
Open

            @include media("<tablet") {

Prefer single quoted strings
Open

                @include media("<phone") {

Line should be indented with spaces, not tabs
Open

    #customer_login {

Avoid using id selectors
Open

    #woochimp_checkout_groups {

Line should be indented with spaces, not tabs
Open

    @include media("<=tablet") {

Prefer single quoted strings
Open

    @include media("<=tablet") {

Rule declaration should be preceded by an empty line
Open

                .woocommerce-product-gallery {

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

                .woocommerce-product-gallery {

Line should be indented with spaces, not tabs
Open

    .woocommerce {

Avoid qualifying class selectors with an element.
Open

                a.button:not(.quick-view-button) {

Line should be indented with spaces, not tabs
Open

    #payment {
Severity
Category
Status
Source
Language