lightspeeddevelopment/lsx-search

View on GitHub

Showing 1,518 of 1,518 total issues

Line should be indented with spaces, not tabs
Open

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

!important should not be used
Open

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

0px should be written without units as 0
Open

                    margin: 0px -15px -15px;
Severity: Minor
Found in assets/css/scss/lsx-search.scss by scss-lint

Avoid using id selectors
Open

    #facetwp-bottom {
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

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

            .entry-summary {
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

Properties should be ordered height, left, margin, overflow-x, overflow-y, padding, position, top, transform, z-index
Open

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

Color literals like rgba(0, 0, 0, 0.2) should only be used in variable declarations; they should be referred to via variable everywhere else.
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

Line should be indented with spaces, not tabs
Open

    & + & {
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

    &.country {
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

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

    #dadddf,
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

Rule doesn't have all its properties in alphabetical order.
Open

  .facetwp-filters-wrap {
Severity: Minor
Found in assets/css/lsx-search.css by csslint

Adjoining classes: .continent-visible .facetwp-checkbox.country
Open

.continent-visible .facetwp-checkbox.country {
Severity: Minor
Found in assets/css/lsx-search.css by csslint
Severity
Category
Status
Source
Language