lightspeeddevelopment/lsx-search

View on GitHub

Showing 1,518 of 1,518 total issues

Line should be indented with spaces, not tabs
Open

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

!important should not be used
Open

                width: 30.75% !important;

Shorthand form for property border-radius should be written more concisely as 3px instead of 3px 3px 3px 3px
Open

            border-radius: 3px 3px 3px 3px;
Severity: Minor
Found in assets/css/scss/lsx-search.scss by scss-lint

!important should not be used
Open

                margin-right: 3.8% !important;

0px should be written without units as 0
Open

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

Rule declaration should be followed by an empty line
Open

            }

Line should be indented with spaces, not tabs
Open

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

Rule declaration should be followed by an empty line
Open

            }

Rule declaration should be followed by an empty line
Open

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

Prefer single quoted strings
Open

@include media(">=desktop") {
Severity: Minor
Found in assets/css/scss/lsx-search.scss by scss-lint

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

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

@include declaration should be followed by an empty line
Open

    }
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

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

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

                box-shadow: 1px 1px 0 0 #27639e;
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

Prefer single quoted strings
Open

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

Color literals like rgb(228, 228, 228) should only be used in variable declarations; they should be referred to via variable everywhere else.
Open

            border: 1px solid rgb(228, 228, 228);
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

Rule declaration should be preceded by an empty line
Open

                button.facetwp-collapse {
Severity: Minor
Found in assets/css/scss/lsx-search.scss by scss-lint
Severity
Category
Status
Source
Language