lightspeeddevelopment/lsx-search

View on GitHub

Showing 1,518 of 1,518 total issues

Don't use IDs in selectors.
Open

body:not(.search-no-results) #facetwp-top .row > .col-xs-12 .facetwp-pager,
Severity: Minor
Found in assets/css/lsx-search.css by csslint

Don't use IDs in selectors.
Open

#facetwp-top .facetwp-type-sort select {
Severity: Minor
Found in assets/css/lsx-search.css by csslint

Avoid vendor prefixes.
Open

        -webkit-border-radius: 10px;

Rule declaration should be preceded by an empty line
Open

        .filter-links {

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

            >li {

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

            >li {

Properties should be ordered border, margin-top
Open

            margin-top: 0;

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

                            .cmb-td {

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

                        color: #23282d;

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

                        &:nth-of-type(1) {

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

                            border-color: #7e8993;

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

                .lsx-slot {

Rule declaration should be followed by an empty line
Open

        }

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

            h3,

Rule declaration should be followed by an empty line
Open

            }

Prefer single quoted strings
Open

        @include media(">=phone") {
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

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

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

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

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