lightspeeddevelopment/lsx-search

View on GitHub
assets/css/scss/_layout-selector.scss

Summary

Maintainability
Test Coverage

Prefer single quoted strings
Open

                content: "";

Rule declaration should be followed by an empty line
Open

            }

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

            hr {

Begin pseudo elements with double colons: ::
Open

            &:after {

Selector woocommerce-loop-category__title should be written in lowercase with hyphens
Open

            .woocommerce-loop-product__title,

!important should not be used
Open

            text-align: left !important;

Line should be indented with spaces, not tabs
Open

    &.list {

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

            .woocommerce-loop-product__title,

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

            .gridlist-buttonwrap {

Selector woocommerce-loop-product__title should be written in lowercase with hyphens
Open

            .woocommerce-loop-product__title,

Rule declaration should be followed by an empty line
Open

            }

Avoid qualifying attribute selectors with an element.
Open

            div[itemprop="description"] {

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

        .woocommerce-product-details__short-description,

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

            img {

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

            h3,

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

            .star-rating {

Properties should be ordered clear, content, display
Open

                content: "";

Properties should be ordered clear, float, width
Open

                width: 65.4%;

Rule declaration should be followed by an empty line
Open

            }

Line should be indented with spaces, not tabs
Open

    &.grid {

!important should not be used
Open

                -webkit-transition: none !important;

Avoid vendor prefixes.
Open

                -webkit-transition: none !important;

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

            div[itemprop="description"] {

Avoid qualifying class selectors with an element.
Open

        li.product {

Rule declaration should be followed by an empty line
Open

            }

!important should not be used
Open

                width: 30.75% !important;

!important should not be used
Open

                margin-right: 3.8% !important;

Rule declaration should be followed by an empty line
Open

            }

Rule declaration should be followed by an empty line
Open

            }

!important should not be used
Open

            width: 100% !important;

!important should not be used
Open

            float: none !important;

Properties should be ordered float, text-align, width
Open

            width: 100% !important;

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

            &:after {

Properties should be ordered float, margin-bottom, margin-right, -webkit-transition, width
Open

                width: 30.75% !important;

Avoid qualifying class selectors with an element.
Open

ul.products {

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

            h3,

Rule declaration should be followed by an empty line
Open

            }

There are no issues that match your filters.

Category
Status