lightspeeddevelopment/lsx-search

View on GitHub

Showing 1,518 of 1,518 total issues

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

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

!important should not be used
Open

        margin-top: 0 !important;
Severity: Minor
Found in assets/css/scss/lsx-search.scss by scss-lint

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

            .input-group {
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

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

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

Prefer single quoted strings
Open

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

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

0.5 should be written without a leading zero as .5
Open

        box-shadow: 0.5px 0.5px 1px #ddd;
Severity: Minor
Found in assets/css/scss/lsx-search.scss by scss-lint

Line should be indented with spaces, not tabs
Open

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

Properties should be ordered color, content, cursor, font-family, font-size, position, right, top, z-index
Open

    content: "\f078";
Severity: Minor
Found in assets/css/scss/lsx-search.scss by scss-lint

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

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

Line should be indented with spaces, not tabs
Open

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

Avoid qualifying class selectors with an element.
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 5
Open

                    .post-meta-time {
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

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

        content: "\f110";
Severity: Minor
Found in assets/css/scss/lsx-search.scss by scss-lint

Prefer single quoted strings
Open

        content: "\f110";
Severity: Minor
Found in assets/css/scss/lsx-search.scss by scss-lint

Line should be indented with spaces, not tabs
Open

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

Line should be indented with spaces, not tabs
Open

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

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

            display: flex;
Severity: Minor
Found in assets/css/scss/lsx-search.scss by scss-lint
Severity
Category
Status
Source
Language