lightspeeddevelopment/lsx-search

View on GitHub

Showing 1,518 of 1,518 total issues

Rule doesn't have all its properties in alphabetical order.
Open

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

Don't use IDs in selectors.
Open

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

Adjoining classes: .lsx-pagination-wrapper.facetwp-custom
Open

  .lsx-pagination-wrapper.facetwp-custom {
Severity: Minor
Found in assets/css/lsx-search.css by csslint

Avoid vendor prefixes.
Open

        -moz-background-clip: padding;

Properties should be ordered margin-right, padding, text-align
Open

                        text-align: left !important;

Line should be indented with spaces, not tabs
Open

    .facetwp-type-alpha {

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

                &:hover {

Avoid using id selectors
Open

    .facetwp-sort-select,

Rule declaration should be preceded by an empty line
Open

            &:hover {

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

            background-color: white;

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 {

Prefer single quoted strings
Open

@import "customizer-search-body-colours";
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

Line should be indented with spaces, not tabs
Open

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

@media declaration should be followed by an empty line
Open

    }
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

Rule declaration should be preceded by an empty line
Open

        .facetwp-search {
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
Severity
Category
Status
Source
Language