lightspeeddevelopment/lsx-search

View on GitHub

Showing 1,518 of 1,518 total issues

Color white should be written in hexadecimal form as #ffffff
Open

    background-color: white;
Severity: Minor
Found in assets/css/scss/lsx-search.scss by scss-lint

Color #999999 should be written as #999
Open

    color: #999999;
Severity: Minor
Found in assets/css/scss/lsx-search.scss by scss-lint

Line should be indented with spaces, not tabs
Open

    z-index: 0;
Severity: Minor
Found in assets/css/scss/lsx-search.scss by scss-lint

Line should be indented with spaces, not tabs
Open

    .facetwp-template {
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

@include declaration should be preceded by an empty line
Open

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

Line should be indented with spaces, not tabs
Open

    &:not(.lsx-hide-post-category) {
Severity: Minor
Found in assets/css/scss/lsx-search.scss by scss-lint

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

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

!important should not be used
Open

        position: fixed !important;
Severity: Minor
Found in assets/css/scss/lsx-search.scss by scss-lint

Line should be indented with spaces, not tabs
Open

    cursor: pointer;
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

Rule declaration should be followed by an empty line
Open

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

!important should not be used
Open

    z-index: 99 !important;
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

Rule declaration should be followed by an empty line
Open

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

@media declaration should be preceded by an empty line
Open

        @media (max-width: 767px) {
Severity: Minor
Found in assets/css/scss/lsx-search.scss by scss-lint

Adjoining classes: .facetwp-checkbox.country
Open

.facetwp-checkbox.country {
Severity: Minor
Found in assets/css/lsx-search.css by csslint

Adjoining classes: .archive .facetwp-sidebar.widget-area .facetwp-type-slider .noUi-connect
Open

.archive .facetwp-sidebar.widget-area .facetwp-type-slider .noUi-connect {
Severity: Minor
Found in assets/css/lsx-search.css by csslint

Don't use IDs in selectors.
Open

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

Don't use IDs in selectors.
Open

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