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

                    .wc-block-review-list-item__author,

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

                        + .wc-block-review-list-item__author {

Rule declaration should be preceded by an empty line
Open

            .wp-block-column {

Color #ffffff should be written as #fff
Open

                    background: #ffffff;

Rule declaration should be followed by an empty line
Open

        }

Properties should be ordered max-height, transform, transition, transition-timing-function
Open

                    transform: translateX(-100%);

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

                    transition: all 0.25s;

Color literals like #4a4a4a should only be used in variable declarations; they should be referred to via variable everywhere else.
Open

    color: #4a4a4a;

Line should be indented with spaces, not tabs
Open

    background-color: #fff;

Line should be indented with spaces, not tabs
Open

    background-color: #d9edf7;

Line should be indented with spaces, not tabs
Open

    height: 42px;

Line should be indented with spaces, not tabs
Open

    padding: 10px 12px;

Line should be indented with spaces, not tabs
Open

    &.page-has-banner.lsx .archive-header-wrapper {

Rule declaration should be followed by an empty line
Open

                }

Prefer single quoted strings
Open

        @include media("<desktop") {

Avoid using id selectors
Open

            #primary {

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

                .col-1,

Properties should be ordered position, text-align
Open

            text-align: inherit;

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

            .button { width: auto; }

Line should be indented with spaces, not tabs
Open

    @extend %bootstrap-form-control;
Severity
Category
Status
Source
Language