lightspeeddevelopment/lsx-search

View on GitHub

Showing 1,518 of 1,518 total issues

Avoid qualifying class selectors with an element.
Open

                    h3.cmb2-metabox-title {

!important should not be used
Open

                        min-width: 210px !important;

Avoid qualifying class selectors with an element.
Open

                    div.cmb-td {

Rule declaration should be followed by an empty line
Open

                        }

Line should be indented with spaces, not tabs
Open

    .facetwp-filters-wrap {

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

                color: #fff;

Rule declaration should be followed by an empty line
Open

            }

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

            .woocommerce-loop-product__title,

!important should not be used
Open

                -webkit-transition: none !important;

Avoid qualifying attribute selectors with an element.
Open

            div[itemprop="description"] {

Properties should be ordered margin-top, max-width, padding-left, padding-right, width
Open

                width: 100%;
Severity: Minor
Found in assets/css/scss/lsx-search.scss by scss-lint

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

                &.search-sidebar-left {
Severity: Minor
Found in assets/css/scss/lsx-search.scss by scss-lint

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

    border: 1px solid #ddd;
Severity: Minor
Found in assets/css/scss/lsx-search.scss by scss-lint

Prefer single quoted strings
Open

        @include media("<phone") {
Severity: Minor
Found in assets/css/scss/lsx-search.scss by scss-lint

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

            .input-group {
Severity: Minor
Found in assets/css/scss/lsx-search.scss by scss-lint

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

                .field:nth-child(2) {
Severity: Minor
Found in assets/css/scss/lsx-search.scss by scss-lint

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

            .btn.search-submit {
Severity: Minor
Found in assets/css/scss/lsx-search.scss by scss-lint

Rule declaration should be followed by an empty line
Open

        }
Severity: Minor
Found in assets/css/scss/lsx-search.scss by scss-lint

Avoid qualifying class selectors with an element.
Open

                button.facetwp-collapse {
Severity: Minor
Found in assets/css/scss/lsx-search.scss by scss-lint

Rule declaration should be preceded by an empty line
Open

                &.lsx-to-search-title-results {
Severity: Minor
Found in assets/css/scss/lsx-search.scss by scss-lint
Severity
Category
Status
Source
Language