lightspeeddevelopment/lsx-search

View on GitHub

Showing 1,518 of 1,518 total issues

Color white should be written in hexadecimal form as #ffffff
Open

            background-color: white;

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

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

Properties should be ordered border-bottom, color, margin
Open

                    color: #0073aa;

Line should be indented with spaces, not tabs
Open

    &.grid {

Properties should be ordered -webkit-box-direction, -webkit-box-orient, display, -ms-flex-direction, flex-direction
Open

                                display: -webkit-box;

!important should not be used
Open

                -webkit-transition: none !important;

Avoid vendor prefixes.
Open

                -webkit-transition: none !important;

Colon after property should be followed by one space
Open

                                margin-right:15px;

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

            div[itemprop="description"] {

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

                color: #fff;

Files should end with a trailing newline
Open

 @import 'cmb_tabbed_theme';

Line should be indented with spaces, not tabs
Open

    .facetwp-pager {

Rule declaration should be followed by an empty line
Open

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

Rule declaration should be preceded by an empty line
Open

            &.active,

Line should be indented with spaces, not tabs
Open

    width: 100%;
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;

Line should be indented with spaces, not tabs
Open

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

Avoid qualifying class selectors with an element.
Open

        li.product {

Line should be indented with spaces, not tabs
Open

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

Rule declaration should be followed by an empty line
Open

            }
Severity
Category
Status
Source
Language