lightspeeddevelopment/lsx-search

View on GitHub
assets/css/scss/lsx-search.scss

Summary

Maintainability
Test Coverage

Rule declaration should be followed by an empty line
Open

                }
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;
Severity: Minor
Found in assets/css/scss/lsx-search.scss by scss-lint

Line should be indented with spaces, not tabs
Open

    line-height: 1.33;
Severity: Minor
Found in assets/css/scss/lsx-search.scss by scss-lint

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

        border-color: #418ad0;
Severity: Minor
Found in assets/css/scss/lsx-search.scss by scss-lint

Avoid using id selectors
Open

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

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

        padding: 0px;
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

                .field:first-child {
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

Line should be indented with spaces, not tabs
Open

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

Line should be indented with spaces, not tabs
Open

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

Properties should be ordered border, min-width
Open

            min-width: 100%;
Severity: Minor
Found in assets/css/scss/lsx-search.scss by scss-lint

Expected item on line 231 to appear before line 217. Rule sets should be ordered as follows: @extends, @includes without @content, properties, @includes with @content, nested rule sets
Open

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

                .fa {
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

Avoid qualifying class selectors with an element.
Open

                button.facetwp-collapse {
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

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

Avoid using id selectors
Open

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

Line should be indented with spaces, not tabs
Open

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

Properties should be ordered box-shadow, cursor, z-index
Open

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

Line should be indented with spaces, not tabs
Open

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

Line should be indented with spaces, not tabs
Open

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

Line should be indented with spaces, not tabs
Open

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

Begin pseudo elements with double colons: ::
Open

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

Line should be indented with spaces, not tabs
Open

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

!important should not be used
Open

            margin-top: 0 !important;
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

            .lsx-slot {
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

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

                .entry-title {
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

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

            .entry-summary {
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

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

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

Line should be indented with spaces, not tabs
Open

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

Line should be indented with spaces, not tabs
Open

    padding: 10px 20px;
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

Avoid using id selectors
Open

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

Line should be indented with spaces, not tabs
Open

    @media (min-width: 768px) {
Severity: Minor
Found in assets/css/scss/lsx-search.scss by scss-lint

Color red should be written in hexadecimal form as #ff0000
Open

                border-color: red;
Severity: Minor
Found in assets/css/scss/lsx-search.scss by scss-lint

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

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

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

            &:first-child {
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

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

Rule declaration should be preceded by an empty line
Open

        &.active,
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

Rule declaration should be followed by an empty line
Open

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

Line should be indented with spaces, not tabs
Open

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

Line should be indented with spaces, not tabs
Open

    background-position-y: 50%;
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

    display: inline-block;
Severity: Minor
Found in assets/css/scss/lsx-search.scss by scss-lint

Line should be indented with spaces, not tabs
Open

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

Rule declaration should be preceded by an empty line
Open

            .lsx-slot {
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 followed by an empty line
Open

                }
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

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

            article.lsx-slot {
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

                    .post-meta-author {
Severity: Minor
Found in assets/css/scss/lsx-search.scss by scss-lint

Avoid qualifying class selectors with an element.
Open

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

Line should be indented with spaces, not tabs
Open

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

Avoid using id selectors
Open

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

Line should be indented with spaces, not tabs
Open

    font-size: 18px;
Severity: Minor
Found in assets/css/scss/lsx-search.scss by scss-lint

Line should be indented with spaces, not tabs
Open

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

Line should be indented with spaces, not tabs
Open

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

Rule declaration should be preceded by an empty line
Open

            + .content-area {
Severity: Minor
Found in assets/css/scss/lsx-search.scss by scss-lint

Properties should be ordered margin-top, max-width, padding-left, padding-right, width
Open

                width: 100%;
Severity: Minor
Found in assets/css/scss/lsx-search.scss by scss-lint

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

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

Line should be indented with spaces, not tabs
Open

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

Line should be indented with spaces, not tabs
Open

    &:focus {
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 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

            .search-submit {
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

Begin pseudo elements with double colons: ::
Open

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

Line should be indented with spaces, not tabs
Open

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

Line should be indented with spaces, not tabs
Open

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

border: 0 is preferred over border: none
Open

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

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

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

Color #999999 should be written as #999
Open

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

Line should be indented with spaces, not tabs
Open

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

Line should be indented with spaces, not tabs
Open

    .facetwp-template {
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

@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

Line should be indented with spaces, not tabs
Open

    &:not(.lsx-hide-post-category) {
Severity: Minor
Found in assets/css/scss/lsx-search.scss by scss-lint

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

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

!important should not be used
Open

        position: fixed !important;
Severity: Minor
Found in assets/css/scss/lsx-search.scss by scss-lint

Line should be indented with spaces, not tabs
Open

    cursor: pointer;
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

Rule declaration should be followed by an empty line
Open

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

!important should not be used
Open

    z-index: 99 !important;
Severity: Minor
Found in assets/css/scss/lsx-search.scss by scss-lint

Line should be indented with spaces, not tabs
Open

    #facetwp-top,
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

@media declaration should be preceded by an empty line
Open

        @media (max-width: 767px) {
Severity: Minor
Found in assets/css/scss/lsx-search.scss by scss-lint

Prefer single quoted strings
Open

@import "customizer-search-body-colours";
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

Line should be indented with spaces, not tabs
Open

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

@media 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

                .field:nth-child(2) {
Severity: Minor
Found in assets/css/scss/lsx-search.scss by scss-lint

Rule declaration should be preceded by an empty line
Open

        .facetwp-search {
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

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

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

Colon after property should be followed by one space
Open

        position:absolute;
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

border: 0 is preferred over border: none
Open

                    border: none;
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

                    &[aria-expanded="false"] {
Severity: Minor
Found in assets/css/scss/lsx-search.scss by scss-lint

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

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

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

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

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

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

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

Line should be indented with spaces, not tabs
Open

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

Avoid using id selectors
Open

.facetwp-sort,
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 followed by an empty line
Open

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

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

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

Properties should be ordered align-items, content, display, font, height, justify-content
Open

                font: normal normal normal 15px/1 FontAwesome;
Severity: Minor
Found in assets/css/scss/lsx-search.scss by scss-lint

Line should be indented with spaces, not tabs
Open

    line-height: 1.25;
Severity: Minor
Found in assets/css/scss/lsx-search.scss by scss-lint

0px should be written without units as 0
Open

    top: 0px;
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

Line should be indented with spaces, not tabs
Open

    &:not(.lsx-hide-post-tags) {
Severity: Minor
Found in assets/css/scss/lsx-search.scss by scss-lint

Rule declaration should be preceded by an empty line
Open

                    .post-meta-time {
Severity: Minor
Found in assets/css/scss/lsx-search.scss by scss-lint

Line should be indented with spaces, not tabs
Open

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

Line should be indented with spaces, not tabs
Open

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

Line should be indented with spaces, not tabs
Open

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

Line should be indented with spaces, not tabs
Open

    z-index: 99 !important;
Severity: Minor
Found in assets/css/scss/lsx-search.scss by scss-lint

Avoid using id selectors
Open

    #facetwp-top,
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

                    .lsx-to-archive-item {
Severity: Minor
Found in assets/css/scss/lsx-search.scss by scss-lint

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

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

Properties should be ordered background-color, background-image, border, border-radius, border-width, box-shadow, color, display, font-size, height, line-height, padding, transition, width
Open

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

Line should be indented with spaces, not tabs
Open

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

0px should be written without units as 0
Open

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

@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

0px should be written without units as 0
Open

        padding: 0px;
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

Selector noUi-target should be written in lowercase with hyphens
Open

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

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

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

Properties should be ordered cursor, margin, padding
Open

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

Line should be indented with spaces, not tabs
Open

    .facetwp-alpha {
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

!important should not be used
Open

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

Rule declaration should be preceded by an empty line
Open

            &:before {
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

Line should be indented with spaces, not tabs
Open

    border-style: solid;
Severity: Minor
Found in assets/css/scss/lsx-search.scss by scss-lint

Avoid using id selectors
Open

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

Line should be indented with spaces, not tabs
Open

    cursor: pointer;
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

Line should be indented with spaces, not tabs
Open

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

Line should be indented with spaces, not tabs
Open

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

Prefer single quoted strings
Open

        content: "\f096";
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

Line should be indented with spaces, not tabs
Open

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

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

    #418ad0,
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

Line should be indented with spaces, not tabs
Open

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

Avoid using id selectors
Open

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

Merge rule #facetwp-top, #facetwp-bottom > .row with rule on line 939
Open

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

Avoid using id selectors
Open

    #facetwp-top,
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

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

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

Color #ffffff should be written as #fff
Open

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

Use // comments everywhere
Open

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

Properties should be ordered margin-left, margin-right
Open

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

Properties should be ordered margin-left, margin-right, margin-top, max-width, padding
Open

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

Rule declaration should be preceded by an empty line
Open

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

Properties should be ordered max-width, width
Open

                width: 100%;
Severity: Minor
Found in assets/css/scss/lsx-search.scss by scss-lint

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

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

Line should be indented with spaces, not tabs
Open

    font-size: 18px;
Severity: Minor
Found in assets/css/scss/lsx-search.scss by scss-lint

Line should be indented with spaces, not tabs
Open

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

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

        margin-top: 4.25rem;
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

Line should be indented with spaces, not tabs
Open

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

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

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

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

            .facetwp-collapsed {
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

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

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

Properties should be ordered height, width
Open

                width: 190px;
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

Line should be indented with spaces, not tabs
Open

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

Prefer single quoted strings
Open

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

Properties should be ordered align-items, content, display, font, height, justify-content
Open

                font: normal normal normal 15px/1 FontAwesome;
Severity: Minor
Found in assets/css/scss/lsx-search.scss by scss-lint

Line should be indented with spaces, not tabs
Open

    border-width: 1px;
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

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

Avoid qualifying class selectors with an element.
Open

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

Rule declaration should be preceded by an empty line
Open

                    .post-meta-author {
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

Line should be indented with spaces, not tabs
Open

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

Line should be indented with spaces, not tabs
Open

    #facetwp-top,
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

@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

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

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

!important should not be used
Open

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

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

            .input-group {
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

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

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

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

Prefer single quoted strings
Open

                            content: "\f068";
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

            .input-group-btn {
Severity: Minor
Found in assets/css/scss/lsx-search.scss by scss-lint

0.5 should be written without a leading zero as .5
Open

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

Line should be indented with spaces, not tabs
Open

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

Properties should be ordered color, content, cursor, font-family, font-size, position, right, top, z-index
Open

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

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

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

Line should be indented with spaces, not tabs
Open

    .searchwp-revised-search-notice {
Severity: Minor
Found in assets/css/scss/lsx-search.scss by scss-lint

Avoid qualifying class selectors with an element.
Open

            article.lsx-slot {
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

                    .post-meta-time {
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

Properties should be ordered animation, color, content, display, font-family, font-size, -moz-osx-font-smoothing, -webkit-font-smoothing, line-height, text-rendering
Open

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

Prefer single quoted strings
Open

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

Line should be indented with spaces, not tabs
Open

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

Line should be indented with spaces, not tabs
Open

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

Properties should be ordered align-items, display, height, justify-content, padding
Open

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

Line should be indented with spaces, not tabs
Open

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

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

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

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

Rule declaration should be preceded by an empty line
Open

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

Merge rule .facetwp-results with rule on line 368
Open

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

Properties should be ordered font-size, height, padding-left, padding-right
Open

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

Unnecessary parent selector (&)
Open

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

Line should be indented with spaces, not tabs
Open

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

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

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

Line should be indented with spaces, not tabs
Open

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

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

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

0.5 should be written without a leading zero as .5
Open

        box-shadow: 0.5px 0.5px 1px #ddd;
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

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

Line should be indented with spaces, not tabs
Open

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

Line should be indented with spaces, not tabs
Open

    font-size: 14px;
Severity: Minor
Found in assets/css/scss/lsx-search.scss by scss-lint

Line should be indented with spaces, not tabs
Open

    font-family: FontAwesome;
Severity: Minor
Found in assets/css/scss/lsx-search.scss by scss-lint

Line should be indented with spaces, not tabs
Open

    top: 0px;
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

Avoid qualifying class selectors with an element.
Open

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

Line should be indented with spaces, not tabs
Open

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

!important should not be used
Open

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

Line should be indented with spaces, not tabs
Open

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

Prefer single quoted strings
Open

        font-family: "FontAwesome";
Severity: Minor
Found in assets/css/scss/lsx-search.scss by scss-lint

Prefer single quoted strings
Open

            content: "\f14a";
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

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

Line should be indented with spaces, not tabs
Open

    margin-top: 5px;
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

        .row > .col-xs-12 {
Severity: Minor
Found in assets/css/scss/lsx-search.scss by scss-lint

Line should be indented with spaces, not tabs
Open

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

Prefer single quoted strings
Open

@import "include-media";
Severity: Minor
Found in assets/css/scss/lsx-search.scss by scss-lint

Shorthand form for property padding should be written more concisely as 0px 20px 20px instead of 0px 20px 20px 20px
Open

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

Line should be indented with spaces, not tabs
Open

    border: 1px solid #ddd;
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

Rule declaration should be preceded by an empty line
Open

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

Selector noUi-connect should be written in lowercase with hyphens
Open

            .noUi-connect {
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

            .noUi-target {
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

            .search-field {
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

Merge rule .facetwp-sort, .facetwp-per-page, #facetwp-top .facetwp-type-sort with rule on line 473
Open

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

Avoid using id selectors
Open

.facetwp-sort-select,
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

                &:first-child,
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

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

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

                    color: #fff;
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

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

Line should be indented with spaces, not tabs
Open

    article.lsx-slot {
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

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

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

Line should be indented with spaces, not tabs
Open

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

Avoid qualifying class selectors with an element.
Open

        article.lsx-slot {
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

Line should be indented with spaces, not tabs
Open

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

Line should be indented with spaces, not tabs
Open

    margin-bottom: 4.25rem;
Severity: Minor
Found in assets/css/scss/lsx-search.scss by scss-lint

Avoid using id selectors
Open

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

border: 0 is preferred over border: none
Open

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

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

        border: 1px solid #e4e4e4;
Severity: Minor
Found in assets/css/scss/lsx-search.scss by scss-lint

Line should be indented with spaces, not tabs
Open

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

Line should be indented with spaces, not tabs
Open

    margin-top: 10px;
Severity: Minor
Found in assets/css/scss/lsx-search.scss by scss-lint

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

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

Properties should be ordered display, flex-grow, justify-content
Open

                flex-grow: 2;
Severity: Minor
Found in assets/css/scss/lsx-search.scss by scss-lint

Line should be indented with spaces, not tabs
Open

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

Line should be indented with spaces, not tabs
Open

    #facetwp-top,
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

Line should be indented with spaces, not tabs
Open

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

Properties should be ordered background-color, border, display, flex-direction, justify-content, margin-top, min-height
Open

        margin-top: 1em;
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

Rule declaration should be followed by an empty line
Open

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

Line should be indented with spaces, not tabs
Open

    width: 100%;
Severity: Minor
Found in assets/css/scss/lsx-search.scss by scss-lint

Line should be indented with spaces, not tabs
Open

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

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

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

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

0px should be written without units as 0
Open

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

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

        }
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

Rule declaration should be followed by an empty line
Open

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

Properties should be ordered background, border, height
Open

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

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

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

Prefer single quoted strings
Open

                            content: "\f067";
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

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

Prefer single quoted strings
Open

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

border: 0 is preferred over border: none
Open

    border: none;
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

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

Rule declaration should be preceded by an empty line
Open

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

Prefer single quoted strings
Open

                    content: "\f002";
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

            .lsx-label-post-type {
Severity: Minor
Found in assets/css/scss/lsx-search.scss by scss-lint

Properties should be ordered content, font-family, font-size, font-weight, text-align
Open

                    text-align: center;
Severity: Minor
Found in assets/css/scss/lsx-search.scss by scss-lint

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

            .lsx-label-post-type {
Severity: Minor
Found in assets/css/scss/lsx-search.scss by scss-lint

Line should be indented with spaces, not tabs
Open

    margin-top: 2.4rem;
Severity: Minor
Found in assets/css/scss/lsx-search.scss by scss-lint

Avoid qualifying class selectors with an element.
Open

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

Line should be indented with spaces, not tabs
Open

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

Properties should be ordered border-radius, border-style, border-width, cursor, display, height, line-height, margin-right, text-align, vertical-align, width
Open

        display: inline-block;
Severity: Minor
Found in assets/css/scss/lsx-search.scss by scss-lint

Line should be indented with spaces, not tabs
Open

    margin-top: 4.25rem;
Severity: Minor
Found in assets/css/scss/lsx-search.scss by scss-lint

Line should be indented with spaces, not tabs
Open

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

Prefer single quoted strings
Open

        font-family: "FontAwesome";
Severity: Minor
Found in assets/css/scss/lsx-search.scss by scss-lint

Line should be indented with spaces, not tabs
Open

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

Prefer single quoted strings
Open

        font-family: "FontAwesome";
Severity: Minor
Found in assets/css/scss/lsx-search.scss by scss-lint

!important should not be used
Open

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

0px should be written without units as 0
Open

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

Avoid using id selectors
Open

    #facetwp-bottom {
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

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

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

Avoid qualifying class selectors with an element.
Open

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

Properties should be ordered height, left, margin, overflow-x, overflow-y, padding, position, top, transform, z-index
Open

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

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

    background-color: rgba(0, 0, 0, 0.2);
Severity: Minor
Found in assets/css/scss/lsx-search.scss by scss-lint

Line should be indented with spaces, not tabs
Open

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

Line should be indented with spaces, not tabs
Open

    & + & {
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

Line should be indented with spaces, not tabs
Open

    &.country {
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

Rule declaration should be followed by an empty line
Open

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

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

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

Line should be indented with spaces, not tabs
Open

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

Line should be indented with spaces, not tabs
Open

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

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

Line should be indented with spaces, not tabs
Open

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

Avoid using id selectors
Open

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

Properties should be ordered background, margin-top, padding
Open

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

Line should be indented with spaces, not tabs
Open

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

Line should be indented with spaces, not tabs
Open

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

Prefer single quoted strings
Open

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

!important should not be used
Open

            margin-top: 20px !important;
Severity: Minor
Found in assets/css/scss/lsx-search.scss by scss-lint

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

            .input-group-btn {
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(">=desktop") {
Severity: Minor
Found in assets/css/scss/lsx-search.scss by scss-lint

Line should be indented with spaces, not tabs
Open

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

Line should be indented with spaces, not tabs
Open

    margin-top: 4.25rem;
Severity: Minor
Found in assets/css/scss/lsx-search.scss by scss-lint

Line should be indented with spaces, not tabs
Open

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

Line should be indented with spaces, not tabs
Open

    color: #999999;
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

Rule declaration should be followed by an empty line
Open

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

Line should be indented with spaces, not tabs
Open

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

Line should be indented with spaces, not tabs
Open

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

Avoid using id selectors
Open

#ui-datepicker-div {
Severity: Minor
Found in assets/css/scss/lsx-search.scss by scss-lint

Avoid using id selectors
Open

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

@media 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

        .row > .col-xs-12 {
Severity: Minor
Found in assets/css/scss/lsx-search.scss by scss-lint

Use // comments everywhere
Open

/*@include media('phone') {
Severity: Minor
Found in assets/css/scss/lsx-search.scss by scss-lint

Line should be indented with spaces, not tabs
Open

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

Rule declaration should be preceded by an empty line
Open

        .search-form {
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

Line should be indented with spaces, not tabs
Open

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

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

                border-color: red;
Severity: Minor
Found in assets/css/scss/lsx-search.scss by scss-lint

Rule declaration should be preceded by an empty line
Open

                    &:before {
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

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

                margin-top: 2rem;
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

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

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

    border: 1px solid #dadddf;
Severity: Minor
Found in assets/css/scss/lsx-search.scss by scss-lint

Prefer single quoted strings
Open

@import "lsx-blog-customizer";
Severity: Minor
Found in assets/css/scss/lsx-search.scss by scss-lint

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

Begin pseudo elements with double colons: ::
Open

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

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

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

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

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

Prefer single quoted strings
Open

@import "layout-selector";
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

Line should be indented with spaces, not tabs
Open

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

0px should be written without units as 0
Open

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

Line should be indented with spaces, not tabs
Open

    height: 50px;
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 using id selectors
Open

#primary.content-area {
Severity: Minor
Found in assets/css/scss/lsx-search.scss by scss-lint

Line should be indented with spaces, not tabs
Open

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

Prefer single quoted strings
Open

            content: "\f111";
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

                button.facetwp-collapse {
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 6
Open

            .facetwp-pager {
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

Avoid using id selectors
Open

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

Line should be indented with spaces, not tabs
Open

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

Line should be indented with spaces, not tabs
Open

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

Line should be indented with spaces, not tabs
Open

    .facetwp-filter-title {
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

            .input-group {
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

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

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

Avoid qualifying class selectors with an element.
Open

.facetwp-sort-select,
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

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

Line should be indented with spaces, not tabs
Open

    min-width: 160px;
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

Line should be indented with spaces, not tabs
Open

    width: auto;
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

                    &[aria-expanded="true"] {
Severity: Minor
Found in assets/css/scss/lsx-search.scss by scss-lint

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

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

0px should be written without units as 0
Open

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

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

            .noUi-connect {
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

Rule declaration should be preceded by an empty line
Open

                &:before {
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

                .post-meta-categories {
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

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

                .post-tags-wrapper {
Severity: Minor
Found in assets/css/scss/lsx-search.scss by scss-lint

Line should be indented with spaces, not tabs
Open

    border: 1px solid #dadddf;
Severity: Minor
Found in assets/css/scss/lsx-search.scss by scss-lint

Line should be indented with spaces, not tabs
Open

    &:not(.lsx-hide-post-author) {
Severity: Minor
Found in assets/css/scss/lsx-search.scss by scss-lint

Properties should be ordered appearance, background, background-position-x, background-position-y, background-repeat, border, border-radius, border-style, border-width, box-shadow, cursor, display, font-size, height, line-height, min-width, padding, transition, width, z-index
Open

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

Avoid qualifying class selectors with an element.
Open

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

Line should be indented with spaces, not tabs
Open

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

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

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

Property background already defined on line 553
Open

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

Line should be indented with spaces, not tabs
Open

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

Begin pseudo elements with double colons: ::
Open

.facetwp-per-page:after,
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

Line should be indented with spaces, not tabs
Open

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

Properties should be ordered color, display, margin, padding, text-align, text-transform, transition
Open

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

Line should be indented with spaces, not tabs
Open

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

Avoid qualifying class selectors with an element.
Open

    article.lsx-slot {
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

Line should be indented with spaces, not tabs
Open

    &:not(.lsx-hide-post-date) {
Severity: Minor
Found in assets/css/scss/lsx-search.scss by scss-lint

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

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

Line should be indented with spaces, not tabs
Open

    margin-top: 10px;
Severity: Minor
Found in assets/css/scss/lsx-search.scss by scss-lint

Line should be indented with spaces, not tabs
Open

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

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

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

Line should be indented with spaces, not tabs
Open

    z-index: 5;
Severity: Minor
Found in assets/css/scss/lsx-search.scss by scss-lint

Avoid using id selectors
Open

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

Line should be indented with spaces, not tabs
Open

    padding-bottom: 2.4rem;
Severity: Minor
Found in assets/css/scss/lsx-search.scss by scss-lint

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

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

Properties should be ordered margin-left, margin-right, min-height, padding
Open

        padding: 0;
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

Line should be indented with spaces, not tabs
Open

    .lsx-pagination-wrapper.facetwp-custom {
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

Avoid qualifying class selectors with an element.
Open

body.blog,
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

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

Line should be indented with spaces, not tabs
Open

    position: fixed;
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

Line should be indented with spaces, not tabs
Open

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

Properties should be ordered display, margin-left
Open

        margin-left: 20px;
Severity: Minor
Found in assets/css/scss/lsx-search.scss by scss-lint

Line should be indented with spaces, not tabs
Open

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

Line should be indented with spaces, not tabs
Open

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

Properties should be ordered color, content, display, font-family, font-size, -moz-osx-font-smoothing, -webkit-font-smoothing, left, line-height, position, text-rendering, top
Open

        content: "\f10c";
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

Use // comments everywhere
Open

/* New style */
Severity: Minor
Found in assets/css/scss/lsx-search.scss by scss-lint

border: 0 is preferred over border: none
Open

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

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

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

Avoid using id selectors
Open

    #facetwp-top,
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

Properties should be ordered margin-bottom, width
Open

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

Prefer single quoted strings
Open

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

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

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

@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

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

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

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

Line should be indented with spaces, not tabs
Open

    z-index: 1;
Severity: Minor
Found in assets/css/scss/lsx-search.scss by scss-lint

Line should be indented with spaces, not tabs
Open

    font-size: 10px;
Severity: Minor
Found in assets/css/scss/lsx-search.scss by scss-lint

Properties should be ordered display, padding, width
Open

        width: 100%;
Severity: Minor
Found in assets/css/scss/lsx-search.scss by scss-lint

Avoid qualifying class selectors with an element.
Open

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

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

            article.lsx-slot {
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

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

Line should be indented with spaces, not tabs
Open

    background-color: rgba(0, 0, 0, 0.2);
Severity: Minor
Found in assets/css/scss/lsx-search.scss by scss-lint

0.2 should be written without a leading zero as .2
Open

    background-color: rgba(0, 0, 0, 0.2);
Severity: Minor
Found in assets/css/scss/lsx-search.scss by scss-lint

Line should be indented with spaces, not tabs
Open

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

Properties should be ordered color, content, display, font-family, font-size, -moz-osx-font-smoothing, -webkit-font-smoothing, left, line-height, position, text-rendering, top
Open

        content: "\f096";
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

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

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

Avoid using id selectors
Open

    #facetwp-top,
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

border: 0 is preferred over border: none
Open

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

There are no issues that match your filters.

Category
Status