lightspeeddevelopment/lsx-search

View on GitHub

Showing 1,518 of 1,518 total issues

border: 0 is preferred over border: none
Open

        border: none;

Rule declaration should be preceded by an empty line
Open

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

Line should be indented with spaces, not tabs
Open

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

Prefer single quoted strings
Open

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

Line should be indented with spaces, not tabs
Open

    background-position-x: 100%;
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

                &:hover {

Begin pseudo elements with double colons: ::
Open

.facetwp-per-page:after,
Severity: Minor
Found in assets/css/scss/lsx-search.scss by scss-lint

border-bottom: 0 is preferred over border-bottom: none
Open

                    border-bottom: none;

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

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

Prefer single quoted strings
Open

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

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

                            color: #32373c;

Line should be indented with spaces, not tabs
Open

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

Line should be indented with spaces, not tabs
Open

    box-shadow: none;
Severity: Minor
Found in assets/css/scss/lsx-search.scss by scss-lint

Line should be indented with spaces, not tabs
Open

    > .no-results {
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

                    p.cmb2-metabox-description {

Line should be indented with spaces, not tabs
Open

    transition: all 150ms ease;
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

Avoid qualifying class selectors with an element.
Open

ul.products {

Properties should be ordered border-radius, box-shadow
Open

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

Line should be indented with spaces, not tabs
Open

    &.depth-1 {
Severity: Minor
Found in assets/css/scss/lsx-search.scss by scss-lint
Severity
Category
Status
Source
Language