lightspeeddevelopment/lsx-search

View on GitHub

Showing 1,518 of 1,518 total issues

Line should be indented with spaces, not tabs
Open

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

Use of !important
Open

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

Adjoining classes: .lsx-body-grid-layout.search .facetwp-template > .post-wrapper .lsx-slot:nth-child(3)
Open

  .lsx-body-grid-layout.search .facetwp-template > .post-wrapper .lsx-slot:first-child, .lsx-body-grid-layout.search .facetwp-template > .post-wrapper .lsx-slot:nth-child(2), .lsx-body-grid-layout.search .facetwp-template > .post-wrapper .lsx-slot:nth-child(3) {
Severity: Minor
Found in assets/css/lsx-search.css by csslint

Adjoining classes: .lsx-body-grid-layout.search .facetwp-template > .post-wrapper .lsx-slot .moretag
Open

  .lsx-body-grid-layout.search .facetwp-template > .post-wrapper .lsx-slot .moretag {
Severity: Minor
Found in assets/css/lsx-search.css by csslint

Adjoining classes: .lsx-body-grid-layout.search .facetwp-template > .post-wrapper .lsx-slot .entry-layout
Open

.lsx-body-grid-layout.search .facetwp-template > .post-wrapper .lsx-slot .entry-layout {
Severity: Minor
Found in assets/css/lsx-search.css by csslint

Adjoining classes: .lsx-body-grid-layout.search .facetwp-template > .post-wrapper .lsx-slot .entry-title
Open

.lsx-body-grid-layout.search .facetwp-template > .post-wrapper .lsx-slot .entry-title {
Severity: Minor
Found in assets/css/lsx-search.css by csslint

Adjoining classes: .facetwp-checkbox.depth-1
Open

.facetwp-checkbox.depth-1 {
Severity: Minor
Found in assets/css/lsx-search.css by csslint

Adjoining classes: .facetwp-radio.checked:before
Open

.facetwp-radio.checked:before {
Severity: Minor
Found in assets/css/lsx-search.css by csslint

Line should be indented with spaces, not tabs
Open

    span.version {

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

                    color: #23282d;

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

                        color: #00a0d2;

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

    $link: #418ad0,

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

    $small: #919191

0.1 should be written without a leading zero as .1
Open

  'rem': 0.1,

Line should be indented with spaces, not tabs
Open

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

Line should be indented with spaces, not tabs
Open

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

Color #ffffff should be written as #fff
Open

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

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

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

Avoid qualifying class selectors with an element.
Open

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

Properties should be ordered margin-bottom, margin-top
Open

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