lightspeeddevelopment/lsx-search

View on GitHub
assets/css/scss/_customizer-search-body-colours.scss

Summary

Maintainability
Test Coverage

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

    $bg: #f6f6f6,

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

    $breaker: #dadddf,

Line should be indented with spaces, not tabs
Open

    .archive {

Begin pseudo elements with double colons: ::
Open

                &:before {

Line should be indented with spaces, not tabs
Open

    .facetwp-sort-select,

Avoid qualifying class selectors with an element.
Open

            button.facetwp-collapse {

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

                &:before {

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

                &:hover {

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

                        &:hover {

Line should be indented with spaces, not tabs
Open

    .facetwp-type-pager {

0.54 should be written without a leading zero as .54
Open

            letter-spacing: 0.54px;

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

    $color: #4a4a4a,

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

    $hover: #f7ae00,

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

                .noUi-connect {

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

                .noUi-connect {

Line should be indented with spaces, not tabs
Open

    .facetwp-type-alpha {

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

                &:hover {

Avoid using id selectors
Open

    .facetwp-sort-select,

Rule declaration should be preceded by an empty line
Open

            &:hover {

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

            background-color: white;

Rule declaration should be followed by an empty line
Open

                }

Line should be indented with spaces, not tabs
Open

    .lsx-body-grid-layout.search {

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

                .lsx-slot {

Rule declaration should be followed by an empty line
Open

    }

Properties should be ordered background-color, border, border-radius, color, font-size, font-weight, letter-spacing, line-height, padding, text-transform
Open

            border-radius: 3px;

Line should be indented with spaces, not tabs
Open

    .facetwp-item {

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

                    .moretag {

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

                color: white;

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

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

                color: white;

Line should be indented with spaces, not tabs
Open

    .facetwp-template {

Avoid qualifying class selectors with an element.
Open

        article.lsx-slot {

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

            background-color: white;

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

                color: #fff;

Line should be indented with spaces, not tabs
Open

    .facetwp-pager {

Rule declaration should be preceded by an empty line
Open

            &.active,

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

    .facetwp-filters-wrap {

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

                .noUi-connect {

Begin pseudo elements with double colons: ::
Open

                    &:before {

Rule declaration should be preceded by an empty line
Open

                        &:hover {

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

                .lsx-slot {

Rule declaration should be followed by an empty line
Open

        }

There are no issues that match your filters.

Category
Status