lightspeeddevelopment/lsx-customizer

View on GitHub

Showing 18,317 of 18,317 total issues

Prefer single quoted strings
Open

        @include media(">=phone") {

Line should be indented with spaces, not tabs
Open

    .slick-dots {

!important should not be used
Open

            padding-left: 0 !important;

Begin pseudo elements with double colons: ::
Open

            &:before {

Line should be indented with spaces, not tabs
Open

    margin-bottom: 0;

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

.woocommerce-product-gallery__wrapper {

Avoid qualifying id selectors with an element.
Open

    #respond input#submit,

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

            &:before {

Line should be indented with spaces, not tabs
Open

    @extend %bootstrap-message;

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

        legend {

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

                a {

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

                    &:hover {

Begin pseudo elements with double colons: ::
Open

                &.woocommerce-MyAccount-navigation-link--dashboard a:before {

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

                &.woocommerce-MyAccount-navigation-link--orders a:before {

Rule declaration should be followed by an empty line
Open

                }

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

                &.woocommerce-MyAccount-navigation-link--edit-address a:before {

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

                &.woocommerce-MyAccount-navigation-link--subscriptions

Unnecessary parent selector (&)
Open

        & > a {

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

                a {

!important should not be used
Open

        display: none !important;
Severity
Category
Status
Source
Language