lightspeeddevelopment/lsx-health-plan

View on GitHub
assets/css/scss/partials/_customizer-health-plan-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 #4a4a4a should only be used in variable declarations; they should be referred to via variable everywhere else.
Open

    $color: #4a4a4a,

Avoid using id selectors
Open

                #overview-tab-icon-blue {

Line should be indented with spaces, not tabs
Open

    &:hover,

Rule declaration should be followed by an empty line
Open

                }

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

                &.active,

Properties should be ordered background, border, color
Open

                        color: $link;

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

@mixin customizer-health-plan-link-colour($color: #418ad0, $hover: #f7ae00) {

Avoid using id selectors
Open

                &#Day-Plan-Meal,

Avoid using id selectors
Open

                &#Week-Plan-Meal {

Avoid using id selectors
Open

                #Day-Plan--Tab1 {

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

                #Day-Plan--Tab1 {

Avoid using id selectors
Open

    #account-nav,

Name of variable gray_medium should be written in all lowercase letters with hyphens instead of underscores
Open

                        color: $gray_medium;

Avoid qualifying class selectors with an element.
Open

            h3.plan {

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

@mixin customizer-health-plan-link-colour($color: #418ad0, $hover: #f7ae00) {

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

    $small: #919191

Rule declaration should be preceded by an empty line
Open

                > g {

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

                &#Week-Plan-Meal {

Selector Day-Plan--Tab1 should be written in lowercase with hyphens
Open

                #Day-Plan--Tab1 {

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

                > g {

Line should be indented with spaces, not tabs
Open

    .title-lined {

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

                #overview-tab-icon-blue {

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

                    &:hover {

Prefer using placeholder selectors (e.g. %some-placeholder) with @extend
Open

        @extend .svg;

Line should be indented with spaces, not tabs
Open

    #account-nav,

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

                a,

Rule declaration should be preceded by an empty line
Open

                .archive-title {

@mixin declaration should be followed by an empty line
Open

}

Selector Day-Plan-Meal should be written in lowercase with hyphens
Open

                #Day-Plan-Meal {

Avoid using id selectors
Open

    #account-nav,

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

                a {

Rule declaration should be followed by an empty line
Open

                        }

Rule declaration should be followed by an empty line
Open

    }

Avoid qualifying class selectors with an element.
Open

    article.type-plan,

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

                        td {

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

                                    .reps {

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

                #overview-tab-icon-blue {

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

                    path {

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

                    &::after {

Line should be indented with spaces, not tabs
Open

    .post-type-archive-plan,

Properties should be ordered background, background-color
Open

                background-color: $link;

Rule declaration should be followed by an empty line
Open

    }

@include declaration should be preceded by an empty line
Open

                @include media('>=tablet') {

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

                    #lsx-tips-shortcode {

Properties should be ordered height, width
Open

                                width: auto;

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

                        .week-meals-recipes-box-inner {

Rule declaration should be preceded by an empty line
Open

        .title-lined {

Rule declaration should be followed by an empty line
Open

                                    }

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

                    .single-plan-inner-buttons {

Selector My-Day-Plan-Download should be written in lowercase with hyphens
Open

                &#Day-Plan-Meal,

Rule declaration should be followed by an empty line
Open

                }

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

                #Day-Plan--Tab1 {

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

                #Day-Plan-Meal {

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

                    padding: 20px 30px;

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

                        background: white;

@include declaration should be preceded by an empty line
Open

                        @include media('>=tablet') {

Rule declaration should be followed by an empty line
Open

                    }

Line should be indented with spaces, not tabs
Open

    #single-plan-nav {

Line should be indented with spaces, not tabs
Open

    .archive-plan {

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

                        .title {

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

                        .complete-plan-btn {

Rule declaration should be followed by an empty line
Open

        }

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

                    > g {

Avoid using id selectors
Open

                #Day-Plan-Meal {

Rule declaration should be preceded by an empty line
Open

            li {

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

                a {

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

                        background: white;

Line should be indented with spaces, not tabs
Open

    .archive-plan,

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

                a,

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

                background: white;

@include declaration should be preceded by an empty line
Open

                @include media('>=tablet') {

Line should be indented with spaces, not tabs
Open

    article.type-plan,

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

                        background: white;

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

                            background: white;

Properties should be ordered height, width
Open

                        width: auto;

Prefer using placeholder selectors (e.g. %some-placeholder) with @extend
Open

                @extend .svg;

Rule declaration should be preceded by an empty line
Open

                                    .plan-content {

Rule declaration should be followed by an empty line
Open

                                }

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

                                &:hover {

Line should be indented with spaces, not tabs
Open

    #lsx-exercises-shortcode {

Begin pseudo elements with double colons: ::
Open

                &:before {

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

                            &:hover {

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

                    tr {

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

                                button {

Rule declaration should be preceded by an empty line
Open

                                        &:before {

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

                        .reps-container {

Prefer using placeholder selectors (e.g. %some-placeholder) with @extend
Open

            @extend .svg;

Avoid using id selectors
Open

        #primary {

Properties should be ordered background, border
Open

                        border: 1px solid $link;

Rule declaration should be followed by an empty line
Open

                        }

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

                .nav-tabs {

Rule declaration should be preceded by an empty line
Open

                    &:hover {

Properties should be ordered border, color
Open

                        color: $hover;

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

                    .portion-size {

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

                                            a {

Avoid using id selectors
Open

    #hp-connected-members {

Rule declaration should be preceded by an empty line
Open

                &:hover {

Selector Day-Plan-Meal should be written in lowercase with hyphens
Open

                &#Day-Plan-Meal,

Avoid using id selectors
Open

                &#Day-Plan-Meal,

Rule declaration should be followed by an empty line
Open

                }

Rule declaration should be preceded by an empty line
Open

                        &::after {

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

                        background: white;

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

                a,

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

                #hp-connected-members {

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

                    .the-content {

@include declaration should be followed by an empty line
Open

                        }

Avoid using id selectors
Open

                    #lsx-tips-shortcode {

Rule declaration should be followed by an empty line
Open

                            }

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

                            .btn {

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

                &.active,

Prefer using placeholder selectors (e.g. %some-placeholder) with @extend
Open

        @extend .svg;

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

                                    &:not(.completed) {

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

                .workout-table {

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

                                    &:hover {

Rule declaration should be preceded by an empty line
Open

            &.workout-content {

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

        &:hover {

Rule declaration should be followed by an empty line
Open

            }

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

                    > li {

Properties should be ordered background-color, border, color
Open

                                color: $link;

Begin pseudo elements with double colons: ::
Open

                                &:before {

Avoid using id selectors
Open

    #lsx-hp-related {

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

                        .entry-layout {

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

                &:hover {

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

                .archive-title {

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

                #hp-connected-members {

Avoid using id selectors
Open

            #lsx-tips-shortcode {

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

                        margin-bottom: 0;

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

                        &.set {

Rule declaration should be followed by an empty line
Open

    }

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

                            .day {

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

                                        .fa {

Prefer using placeholder selectors (e.g. %some-placeholder) with @extend
Open

            @extend .svg;

Line should be indented with spaces, not tabs
Open

    #main {

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

                    .prep-time {

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

                            &:first-child {

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

                                        a {

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

    $breaker: #dadddf,

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

    $link: #418ad0,

Rule declaration should be preceded by an empty line
Open

                    > g {

Rule declaration should be preceded by an empty line
Open

                    path {

Line should be indented with spaces, not tabs
Open

    .blue-title,

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

                .short-desc {

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

                            background: white;

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

                            &:nth-child(odd) {

Rule declaration should be preceded by an empty line
Open

                            &:nth-child(odd) {

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

                .eating-row {

Avoid using id selectors
Open

    #single-plan-nav {

Rule declaration should be preceded by an empty line
Open

                &.active,

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

                    .exercise-title {

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

                .workout-table {

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

                                a {

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

                span {

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

                    a:not(.btn) {

Rule declaration should be followed by an empty line
Open

    }

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

                > li {

Rule declaration should be followed by an empty line
Open

    }

Properties should be ordered color, font-family, font-size, margin-right
Open

                                    font-family: FontAwesome;

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

                        td {

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

                                    .entry-title {

Line should be indented with spaces, not tabs
Open

    &,

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

                &#Day-Plan-Meal,

Selector Week-Plan-Meal should be written in lowercase with hyphens
Open

                &#Week-Plan-Meal {

Rule declaration should be followed by an empty line
Open

                }

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

                        &::after {

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

                a,

Property margin-bottom already defined on line 141
Open

                margin-bottom: 0;

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

                background: white;

Rule declaration should be followed by an empty line
Open

            }

Avoid qualifying class selectors with an element.
Open

    article.type-plan,

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

                    &.entry-content {

Line should be indented with spaces, not tabs
Open

    .daily-plan-block {

Line should be indented with spaces, not tabs
Open

    .my-profile-block,

Rule declaration should be followed by an empty line
Open

    }

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

                        th {

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

                            &.video-button-item {

Rule declaration should be followed by an empty line
Open

            }

Rule declaration should be followed by an empty line
Open

        }

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

                        &:hover {

Avoid using id selectors
Open

    #main {

Rule declaration should be followed by an empty line
Open

                    }

Begin pseudo elements with double colons: ::
Open

                                &:before {

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

                            padding: 20px 30px;

Rule declaration should be followed by an empty line
Open

                    }

Rule declaration should be preceded by an empty line
Open

                    &:nth-child(odd) {

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

                                        &:before {

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

                .workout-instructions {

Rule declaration should be followed by an empty line
Open

    }

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

                    &:hover {

Begin pseudo elements with double colons: ::
Open

                                &:before {

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

                                    .entry-meta {

Property margin-bottom already defined on line 178
Open

                        margin-bottom: 0;

Rule declaration should be followed by an empty line
Open

            }

Line should be indented with spaces, not tabs
Open

    .warmup-container {

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

                    background: white;

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

                    .btn {

Rule declaration should be followed by an empty line
Open

        }

Rule declaration should be followed by an empty line
Open

    }

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

                                &:hover {

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

                        &:hover {

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

                    > a {

Line should be indented with spaces, not tabs
Open

    #single-recipe,

Begin pseudo elements with double colons: ::
Open

                                &:before {

Line should be indented with spaces, not tabs
Open

    #hp-connected-members {

@include declaration should be preceded by an empty line
Open

                        @include media('>=tablet') {

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

                    background: white;

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

                .week-row-inner {

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

                                    background: rgba($link, 0.5);

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

                &:before {

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

                .workout-list,

Rule declaration should be preceded by an empty line
Open

                                    .reps {

Rule declaration should be followed by an empty line
Open

                        }

Line should be indented with spaces, not tabs
Open

    .single.single-team {

Rule declaration should be preceded by an empty line
Open

                        i {

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

                a {

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

                a {

Avoid using id selectors
Open

    #single-recipe,

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

                        td {

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

                            .entry-layout-content {

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

                                .entry-header {

Rule declaration should be followed by an empty line
Open

                }

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

        @extend .svg;

Avoid qualifying class selectors with an element.
Open

    .blue-title,

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

                    a {

Line should be indented with spaces, not tabs
Open

    .plans-products-wrapper {

Rule declaration should be followed by an empty line
Open

    }

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

                        #hp-connected-members {

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

                .sets {

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

                                    .plan-content {

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

                        a {

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

                                    .fa {

Properties should be ordered color, font-size
Open

                                        font-size: 40px;

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

                        .exercise-counter {

Rule declaration should be followed by an empty line
Open

                        }

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

                            h3 {

Rule declaration should be followed by an empty line
Open

        }

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

                .nav-tabs {

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

                        &.active {

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

                            &:first-child {

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

                    .serves {

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

                            &:first-child {

Rule declaration should be preceded by an empty line
Open

                                            a {

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

    $hover: #f7ae00,

Line should be indented with spaces, not tabs
Open

    .svg {

Rule declaration should be followed by an empty line
Open

                }

Properties should be ordered fill, stroke
Open

                    stroke: $link;

@media declaration should be followed by an empty line
Open

            }

Color #dddddd should be written as #ddd
Open

                    border: 1px solid #dddddd;

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

                    border: 1px solid #dddddd;

Rule declaration should be preceded by an empty line
Open

                    &::after {

Avoid using id selectors
Open

                #hp-connected-members {

Avoid qualifying class selectors with an element.
Open

    article.type-plan,

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

                .sets {

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

                .eating-row {

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

                    a {

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

                    .week-meals-recipes-box {

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

                                &:not(.completed) {

Properties should be ordered background, border-color
Open

                                    border-color: $link;

Rule declaration should be followed by an empty line
Open

            }

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 6
Open

                                &:hover {

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

                        td {

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

                                &:before {

Rule declaration should be preceded by an empty line
Open

            .lsx-team-roles {

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

                > g {

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

                #Day-Plan-Meal {

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

                        background: white;

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

                    &:hover {

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

                .archive-title {

Line should be indented with spaces, not tabs
Open

    .warmup-container {

@include declaration should be followed by an empty line
Open

                }

Avoid using id selectors
Open

                        #hp-connected-members {

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

                    .set-box {

Rule declaration should be preceded by an empty line
Open

        .day {

Avoid using id selectors
Open

    #lsx-exercises-shortcode {

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

                .title-lined {

Line should be indented with spaces, not tabs
Open

    .single-plan,

Rule declaration should be followed by an empty line
Open

        }

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

                    article {

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

                            .btn-simple {

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

                            .download-link {

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

                    tr {

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

                                &:before {

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

                                &:before {

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

                                &:before {

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

                .lsx-related-posts-wrapper {

Rule declaration should be followed by an empty line
Open

                                    }

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

    .all-plans-block > .row > .col-xs-12 article.lsx-slot .content-box .plan-meta span a {

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

                        td {

Rule declaration should be followed by an empty line
Open

                    }

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

                margin-bottom: 0;

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

                .short-desc {

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

                .workout-list,

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

                span {

Avoid qualifying class selectors with an element.
Open

    .all-plans-block > .row > .col-xs-12 article.lsx-slot .content-box .plan-meta span a {

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

                tbody {

Line should be indented with spaces, not tabs
Open

    #lsx-hp-related {

Rule declaration should be followed by an empty line
Open

    }

Rule declaration should be followed by an empty line
Open

            }

Rule declaration should be followed by an empty line
Open

                }

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

                &.set {

Rule declaration should be preceded by an empty line
Open

                            &:hover {

Rule declaration should be followed by an empty line
Open

                        }

Line should be indented with spaces, not tabs
Open

    .all-plans-block > .row > .col-xs-12 article.lsx-slot .content-box .plan-meta span a {

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

                        i {

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

                            i {

Rule declaration should be followed by an empty line
Open

            }

Begin pseudo elements with double colons: ::
Open

                                &:before {

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

                > li {

Rule declaration should be preceded by an empty line
Open

                            i {

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

                            > a {

Avoid using id selectors
Open

    #single-recipe,

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

                tbody {

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

                            &:first-child {

Rule declaration should be followed by an empty line
Open

                    }

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

                        td {

Rule declaration should be followed by an empty line
Open

                    }

Properties should be ordered background, border, color, height, width
Open

                    color: $link;

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

                            &:first-child {

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

                                &:before {

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

                    .cooking-time {

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

                .lsx-related-posts-wrapper {

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

                    .lsx-slot {

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

                                        .post-categories {

There are no issues that match your filters.

Category
Status