lightspeeddevelopment/lsx-search

View on GitHub

Showing 1,518 of 1,518 total issues

Rule declaration should be followed by an empty line
Open

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

Properties should be ordered background, border, height
Open

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

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

Prefer single quoted strings
Open

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

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

Prefer single quoted strings
Open

                content: "\f101";
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 4
Open

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

Rule declaration should be preceded by an empty line
Open

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

Prefer single quoted strings
Open

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

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

Properties should be ordered content, font-family, font-size, font-weight, text-align
Open

                    text-align: center;
Severity: Minor
Found in assets/css/scss/lsx-search.scss by scss-lint

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

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

Line should be indented with spaces, not tabs
Open

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

Avoid qualifying class selectors with an element.
Open

        ul.products {
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

Properties should be ordered border-radius, border-style, border-width, cursor, display, height, line-height, margin-right, text-align, vertical-align, width
Open

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

Line should be indented with spaces, not tabs
Open

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

Line should be indented with spaces, not tabs
Open

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

Prefer single quoted strings
Open

        font-family: "FontAwesome";
Severity: Minor
Found in assets/css/scss/lsx-search.scss by scss-lint
Severity
Category
Status
Source
Language