lightspeeddevelopment/lsx-search

View on GitHub

Showing 1,518 of 1,518 total issues

Rule declaration should be followed by an empty line
Open

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

Don't use IDs in selectors.
Open

body:not(.search-no-results) #facetwp-bottom .col-xs-12 {
Severity: Minor
Found in assets/css/lsx-search.css by csslint

Don't use IDs in selectors.
Open

.search-no-results #facetwp-bottom {
Severity: Minor
Found in assets/css/lsx-search.css by csslint

Properties should be ordered border-bottom, color, font-weight
Open

                font-weight: 600;

Selector should have depth of applicability no greater than 3, but was 4
Open

                &:nth-of-type(1) {

Line should be indented with spaces, not tabs
Open

    .cmb2-wrap {

Selector should have depth of applicability no greater than 3, but was 4
Open

                .cmb-row {

Selector should have depth of applicability no greater than 3, but was 4
Open

                        &.cmb-type-colorpicker {

Avoid qualifying class selectors with an element.
Open

                    h3.cmb2-metabox-title {

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

                        color: #23282d;

!important should not be used
Open

                        text-align: left !important;

Rule declaration should be followed by an empty line
Open

                        }

Properties should be ordered float, margin-right, margin-top
Open

                        margin-top: -4px;

Selector woocommerce-product-details__short-description should be written in lowercase with hyphens
Open

        .woocommerce-product-details__short-description,

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

            img {

Selector woocommerce-product-details__short-description should be written in lowercase with hyphens
Open

            h3,

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

            .star-rating {

@include declaration should be preceded by an empty line
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

Rule declaration should be preceded by an empty line
Open

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