lightspeeddevelopment/lsx-search

View on GitHub

Showing 1,518 of 1,518 total issues

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

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

Don't use IDs in selectors.
Open

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

Adjoining classes: .facetwp-checkbox.country.continent-checked
Open

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

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

        border: 1px solid #ccc;

Rule declaration should be preceded by an empty line
Open

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

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

                color: #23282d;

Begin pseudo elements with double colons: ::
Open

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

Adjoining classes: .lsx-body-grid-layout.search .facetwp-template > .post-wrapper .lsx-slot .moretag:hover
Open

.lsx-body-grid-layout.search .facetwp-template > .post-wrapper .lsx-slot .moretag:hover {
Severity: Minor
Found in assets/css/lsx-search.css by csslint

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

                    >a {

Properties should be ordered margin-bottom, margin-top
Open

                margin-top: 2rem;
Severity: Minor
Found in assets/css/scss/lsx-search.scss by scss-lint

Files should end with a trailing newline
Open

}

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

.facetwp-type-pager button {
Severity: Minor
Found in assets/css/lsx-search.css by csslint

Prefer single quoted strings
Open

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

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

            &:after {

Don't use IDs in selectors.
Open

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

Rule declaration should be preceded by an empty line
Open

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

Properties should be ordered float, margin-bottom, margin-right, -webkit-transition, width
Open

                width: 30.75% !important;

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

  .facetwp-sort-select,
Severity: Minor
Found in assets/css/lsx-search.css by csslint

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

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

Prefer single quoted strings
Open

@import "lsx-blog-customizer";
Severity: Minor
Found in assets/css/scss/lsx-search.scss by scss-lint
Severity
Category
Status
Source
Language