lightspeeddevelopment/lsx-search

View on GitHub

Showing 1,518 of 1,518 total issues

@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

Nesting should be 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

    transition: all 150ms ease;
Severity: Minor
Found in assets/css/scss/lsx-search.scss by scss-lint

Line should be indented with spaces, not tabs
Open

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

Line should be indented with spaces, not tabs
Open

    font-size: 10px;
Severity: Minor
Found in assets/css/scss/lsx-search.scss by scss-lint

Properties should be ordered display, padding, width
Open

        width: 100%;
Severity: Minor
Found in assets/css/scss/lsx-search.scss by scss-lint

Avoid qualifying class selectors with an element.
Open

body.blog,
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

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

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

Line should be indented with spaces, not tabs
Open

    background-color: rgba(0, 0, 0, 0.2);
Severity: Minor
Found in assets/css/scss/lsx-search.scss by scss-lint

0.2 should be written without a leading zero as .2
Open

    background-color: rgba(0, 0, 0, 0.2);
Severity: Minor
Found in assets/css/scss/lsx-search.scss by scss-lint

Line should be indented with spaces, not tabs
Open

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

Properties should be ordered color, content, display, font-family, font-size, -moz-osx-font-smoothing, -webkit-font-smoothing, left, line-height, position, text-rendering, top
Open

        content: "\f096";
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

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

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

Avoid using id selectors
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

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