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 5
Open

                &.is-active {

Merge rule a with rule on line 1302
Open

                a {

0.5407911001 should be written without a leading zero as .5407911001
Open

                        margin-left: 0.5407911001em;

Rule declaration should be followed by an empty line
Open

                }

Line should be indented with spaces, not tabs
Open

    .lsx-wc-cart-count-badge {

Selector product_list_widget should be written in lowercase with hyphens
Open

        .product_list_widget {

Avoid using id selectors
Open

        #secondary & > a {

Line should be indented with spaces, not tabs
Open

    .wc-tab &,

Prefer single quoted strings
Open

            font-family: "FontAwesome";

Properties should be ordered display, font-family, font-size, -moz-osx-font-smoothing, -webkit-font-smoothing, line-height, position, text-rendering, top, transform, transition
Open

            line-height: 1;

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

            &:before {

0.5 should be written without a leading zero as .5
Open

    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);

Line should be indented with spaces, not tabs
Open

    @include media(">=custom") {

Properties should be ordered border-radius, border-style, border-width, box-sizing, display, font-size, height, left, line-height, position, text-align, top, width
Open

    border-style: solid;

Line should be indented with spaces, not tabs
Open

    max-width: none;

Avoid qualifying class selectors with an element.
Open

    span.onsale {

Line should be indented with spaces, not tabs
Open

    max-width: 550px;

Line should be indented with spaces, not tabs
Open

    .lsx-wc-cart-menu-item-simple & {

!important should not be used
Open

                margin-top: 2.4rem !important;

Unnecessary parent selector (&)
Open

            & > button {
Severity
Category
Status
Source
Language