lightspeeddevelopment/lsx-search

View on GitHub

Showing 1,518 of 1,518 total issues

Prefer single quoted strings
Open

                content: "";

Rule declaration should be followed by an empty line
Open

            }

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

            hr {

Use // comments everywhere
Open

/**

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 #ddd should only be used in variable declarations; they should be referred to via variable everywhere else.
Open

    border: 1px solid #ddd;
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.33;
Severity: Minor
Found in assets/css/scss/lsx-search.scss by scss-lint

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

        border-color: #418ad0;
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

Properties should be ordered background, margin-bottom, padding
Open

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

                .field:first-child {
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

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

Line should be indented with spaces, not tabs
Open

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

Properties should be ordered border, min-width
Open

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

Expected item on line 231 to appear before line 217. Rule sets should be ordered as follows: @extends, @includes without @content, properties, @includes with @content, nested rule sets
Open

        @include media(">=phone") {
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

                .fa {
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

Avoid qualifying class selectors with an element.
Open

                button.facetwp-collapse {
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
Severity
Category
Status
Source
Language