lightspeeddevelopment/lsx-search

View on GitHub

Showing 1,518 of 1,518 total issues

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

                    color: #0073aa;

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

    $color: #4a4a4a,

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

    $hover: #f7ae00,

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

                .noUi-connect {

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

                .noUi-connect {

!important should not be used
Open

            text-align: left !important;

Line should be indented with spaces, not tabs
Open

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

Rule declaration should be preceded by an empty line
Open

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

Properties should be ordered margin-top, max-width, padding-left, padding-right, width
Open

                width: 100%;
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-template {
Severity: Minor
Found in assets/css/scss/lsx-search.scss by scss-lint

Line should be indented with spaces, not tabs
Open

    display: block;
Severity: Minor
Found in assets/css/scss/lsx-search.scss by scss-lint

Line should be indented with spaces, not tabs
Open

    &:focus {
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

Rule declaration should be preceded by an empty line
Open

            .search-submit {
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

Begin pseudo elements with double colons: ::
Open

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

Line should be indented with spaces, not tabs
Open

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

Line should be indented with spaces, not tabs
Open

    @include media(">=phone") {
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
Severity
Category
Status
Source
Language