lightspeeddevelopment/lsx-search

View on GitHub

Showing 1,518 of 1,518 total issues

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

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

Colon after property should be followed by one space
Open

        position:absolute;
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

border: 0 is preferred over border: none
Open

                    border: none;
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

                    &[aria-expanded="false"] {
Severity: Minor
Found in assets/css/scss/lsx-search.scss by scss-lint

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

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

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

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

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

                background-color: #fff;
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

Line should be indented with spaces, not tabs
Open

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

Avoid using id selectors
Open

.facetwp-sort,
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

Rule declaration should be followed by an empty line
Open

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

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

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

Properties should be ordered align-items, content, display, font, height, justify-content
Open

                font: normal normal normal 15px/1 FontAwesome;
Severity: Minor
Found in assets/css/scss/lsx-search.scss by scss-lint

Line should be indented with spaces, not tabs
Open

    line-height: 1.25;
Severity: Minor
Found in assets/css/scss/lsx-search.scss by scss-lint

0px should be written without units as 0
Open

    top: 0px;
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

    &:not(.lsx-hide-post-tags) {
Severity: Minor
Found in assets/css/scss/lsx-search.scss by scss-lint
Severity
Category
Status
Source
Language