lightspeeddevelopment/lsx-health-plan

View on GitHub
assets/css/scss/partials/_single-plan.scss

Summary

Maintainability
Test Coverage

Line should be indented with spaces, not tabs
Open

    .content-area {

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

        background-color: white;

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

                &:not(.active) {

Rule declaration should be followed by an empty line
Open

}

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

            a {

0.4 should be written without a leading zero as .4
Open

            box-shadow: 0px 3px 7px rgba(155, 155, 155, 0.4);

Rule declaration should be followed by an empty line
Open

                            }

@media declaration should be preceded by an empty line
Open

        @media (max-width: 319px) {

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

                                fill: white !important;

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

            .single-plan-section-title {

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

                    > .col-md-12 {

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

                    .the-content {

@media declaration should be preceded by an empty line
Open

                            @media (min-width: 768px) {

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

                    #lsx-tips-shortcode {

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

                            #lsx-tips-shortcode {

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

                    padding: 0px 8px 0 8px;

Rule declaration should be followed by an empty line
Open

            }

Line should be indented with spaces, not tabs
Open

    .content-area,

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

                            .eating-title {

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

            .sets {

Avoid using id selectors
Open

                #hp-connected-members {

Rule declaration should be followed by an empty line
Open

}

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

                        margin-top: 1rem;

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

                        &.week-grid {

Rule declaration should be followed by an empty line
Open

    }

Line should be indented with spaces, not tabs
Open

    .lsx-container-content {

Rule declaration should be followed by an empty line
Open

        }

Avoid using id selectors
Open

    #main {

0px should be written without units as 0
Open

                    padding: 0px 8px 0 8px;

0px should be written without units as 0
Open

        margin-top: 0px;

Line should be indented with spaces, not tabs
Open

    #main {

@include declaration should be preceded by an empty line
Open

                    @include media('>=tablet') {

Rule declaration should be followed by an empty line
Open

}

@include declaration should be followed by an empty line
Open

                        }

Unknown property overflow-scrolling
Open

            overflow-scrolling: touch;

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

                    #lsx-tips-shortcode {

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

            .meal-feature-img {

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

            box-shadow: 0px 3px 7px rgba(155, 155, 155, 0.4);

@include 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 5
Open

                tr {

@media declaration should be followed by an empty line
Open

            }

Line should be indented with spaces, not tabs
Open

    .row {

Rule declaration should be preceded by an empty line
Open

        .lsx-slot {

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

                    svg {

Line should be indented with spaces, not tabs
Open

    .sets {

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

                            button {

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

                        &.video-button-item {

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

                                fill: white !important;

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

                .warm-up-tab,

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

                        circle {

Rule declaration should be preceded by an empty line
Open

                    h2 {

Avoid qualifying class selectors with an element.
Open

article.type-plan,

Avoid qualifying class selectors with an element.
Open

article.type-plan,

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

                display: flex;

Rule declaration should be preceded by an empty line
Open

                h2 {

Rule declaration should be preceded by an empty line
Open

                .content-intro {

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

            .plan {

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

            .plan {

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

                .eating-row {

Rule declaration should be followed by an empty line
Open

                            }

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

            .single-plan-section-title {

Properties should be ordered margin-top, padding
Open

        padding: 0 10px 20px;

Line should be indented with spaces, not tabs
Open

    .wp-block-lsx-blocks-lsx-banner-box {

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

            .workout-feature-img {

0px should be written without units as 0
Open

            box-shadow: 0px 3px 7px rgba(155, 155, 155, 0.4);

Properties should be ordered margin, position
Open

                    position: absolute;

Rule declaration should be preceded by an empty line
Open

                &:not(.active) {

Properties should be ordered height, margin, width
Open

                        margin: 0 auto;

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

                    svg {

!important should not be used
Open

                                stroke: white !important;

Rule declaration should be preceded by an empty line
Open

            .warmup-content {

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

                    .content-intro {

Rule declaration should be followed by an empty line
Open

                    }

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

                            .week-row {

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

                    padding: 0px 8px 0 8px;

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

                    .eating-column {

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

                            padding-top: 0;

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

                                &:before {

Rule declaration should be followed by an empty line
Open

        }

Rule declaration should be followed by an empty line
Open

    }

Properties should be ordered min-height, min-width, object-fit
Open

            min-width: 100%;

Line should be indented with spaces, not tabs
Open

    @media (max-width: 600px) {

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

        margin-top: 4.25rem;

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

        box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.24);

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

                                &:hover {

Properties should be ordered box-shadow, display, height, margin-left, margin-top, -webkit-overflow-scrolling, overflow-scrolling, overflow-x, scroll-behavior, scroll-snap-type, width
Open

            width: 100vw;

@media declaration should be followed by an empty line
Open

        }

@media declaration should be followed by an empty line
Open

            }

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

                        path {

!important should not be used
Open

                            fill: white !important;

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

                            circle {

Avoid using id selectors
Open

#single-plan-nav {

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

                                fill: white !important;

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

                                fill: white !important;

Line should be indented with spaces, not tabs
Open

    clear: both;

Rule declaration should be followed by an empty line
Open

                }

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

                .single-plan-section-title {

Rule declaration should be preceded by an empty line
Open

            &::-webkit-scrollbar {

Rule declaration should be followed by an empty line
Open

                }

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

            &.active {

Avoid qualifying class selectors with an element.
Open

article.type-plan,

@media declaration should be preceded by an empty line
Open

                    @media (max-width: 600px) {

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

                .content-intro {

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

                    &.workout-tab {

Rule declaration should be followed by an empty line
Open

                            }

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

                        g {

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

                        .tip-row {

!important should not be used
Open

                            fill: white !important;

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

                    &.set {

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

                        path {

Rule declaration should be preceded by an empty line
Open

                        #lsx-tips-shortcode {

!important should not be used
Open

                            fill: transparent !important;

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

                    padding: 0px 8px 0 8px;

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

                    .set-box {

Properties should be ordered font-weight, padding
Open

                    padding: 40px 20px 0;

Rule declaration should be followed by an empty line
Open

                            }

Line should be indented with spaces, not tabs
Open

    .entry-content {

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

                    + .eating-row {

Rule declaration should be preceded by an empty line
Open

        .overview {

Shorthand form for property margin should be written more concisely as 3rem 0 0 instead of 3rem 0 0 0
Open

                        margin: 3rem 0 0 0;

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

                h2 {

Rule declaration should be preceded by an empty line
Open

            .btn {

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

                .set-box {

0.24 should be written without a leading zero as .24
Open

        box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.24);

Rule declaration should be followed by an empty line
Open

        }

Properties should be ordered color, font-size
Open

            font-size: 16px;

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

                    padding: 0px 8px 0 8px;

Rule declaration should be followed by an empty line
Open

                    }

0px should be written without units as 0
Open

                    padding: 0px 8px 0 8px;

Rule declaration should be followed by an empty line
Open

        }

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

                #hp-connected-members {

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

                    .progress {

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

                    background: white;

Avoid using id selectors
Open

                    #lsx-tips-shortcode {

Rule declaration should be followed by an empty line
Open

                        }

Rule declaration should be preceded by an empty line
Open

                            .eating-title {

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

                            .row.eating-row {

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

                            .recipe-column {

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

                            tr {

Rule declaration should be followed by an empty line
Open

                            }

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

                .featured-workout {

Line should be indented with spaces, not tabs
Open

    .bottom-single-recipe {

Line should be indented with spaces, not tabs
Open

    .entry-content,

Line should be indented with spaces, not tabs
Open

    .box-shadow {

border: 0 is preferred over border: none
Open

                                border: none;

Line should be indented with spaces, not tabs
Open

    .nav.nav-pills {

Unknown property scroll-snap-type
Open

            scroll-snap-type: x mandatory;

@media declaration should be followed by an empty line
Open

        }

@media declaration should be preceded by an empty line
Open

                @media (max-width: 600px) {

Properties should be ordered display, flex-shrink, height, margin, padding-right, scroll-snap-align, width
Open

                margin: 0;

Rule declaration should be followed by an empty line
Open

                }

0.7 should be written without a leading zero as .7
Open

                        opacity: 0.7;

Rule declaration should be followed by an empty line
Open

                            }

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

                        svg {

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

                            path {

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

                    svg {

!important should not be used
Open

                                fill: transparent !important;

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

                            fill: white !important;

Rule declaration should be followed by an empty line
Open

                    }

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

            .warmup-content {

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

                        #lsx-tips-shortcode {

@media declaration should be preceded by an empty line
Open

                        @media (max-width: 767px) {

Properties should be ordered padding-right, width
Open

                                width: 63%;

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

                    background: white;

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

                @include media('>=tablet') {

Rule declaration should be followed by an empty line
Open

                }

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

                .the-plan-content {

Rule declaration should be followed by an empty line
Open

                }

border: 0 is preferred over border: none
Open

                            border: none;

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

                        padding: 30px 20px 0 20px;

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

                                &:before {

Rule declaration should be preceded by an empty line
Open

                    .eating-column {

Begin pseudo elements with double colons: ::
Open

                                &:before {

Rule declaration should be preceded by an empty line
Open

        .lsx-block-container {

Rule declaration should be followed by an empty line
Open

                            }

Line should be indented with spaces, not tabs
Open

    #edit-account-tab {

@media declaration should be preceded by an empty line
Open

            @media (max-width: 600px) {

Rule declaration should be followed by an empty line
Open

                }

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

            .meal-feature-img {

Rule declaration should be followed by an empty line
Open

    }

@media declaration should be preceded by an empty line
Open

        @media (max-width: 992px) {

Properties should be ordered margin-bottom, padding
Open

            padding: 3rem;

Rule declaration should be followed by an empty line
Open

    }

Rule declaration should be followed by an empty line
Open

        }

Rule declaration should be preceded by an empty line
Open

                                .fa {

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

                width: 1px;

!important should not be used
Open

                            stroke: white !important;

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

                            stroke: white !important;

Properties should be ordered flex-direction, font-size, padding, text-align, width
Open

                    font-size: 13px;

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

                            g {

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

                        svg {

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

            .warmup-content {

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

                    #hp-connected-members {

Avoid using id selectors
Open

                    #lsx-tips-shortcode {

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

                .my-plan-title {

Properties should be ordered font-weight, margin-bottom, padding
Open

                    padding: 20px 20px 0;

0.1 should be written without a leading zero as .1
Open

                            border-right: 3px solid rgba(65, 138, 208, 0.1);

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

                        &:last-child {

Rule declaration should be followed by an empty line
Open

                        }

Rule declaration should be followed by an empty line
Open

                            }

Begin pseudo elements with double colons: ::
Open

                                &:before {

Merge rule .set-box.entry-content with rule on line 367
Open

                .set-box.entry-content {

Avoid using id selectors
Open

    #edit-account-tab {

Line should be indented with spaces, not tabs
Open

    .row {

Line should be indented with spaces, not tabs
Open

    .back-plan-btn {

@include declaration should be preceded by an empty line
Open

        @include media('<custom') {

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

            color: #222222;

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

                    td {

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

        background-color: white;

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

            > .post-wrapper {

Rule declaration should be preceded by an empty line
Open

        li {

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

                            stroke: white !important;

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

                        circle {

@media declaration should be followed by an empty line
Open

                }

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

                svg {

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

                                fill: white !important;

Rule declaration should be followed by an empty line
Open

            }

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

                            fill: white !important;

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

                    svg {

Properties should be ordered clear, padding
Open

        padding: 0;

Avoid using id selectors
Open

                            #lsx-tips-shortcode {

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

                    .daily-plan-block {

Rule declaration should be followed by an empty line
Open

                }

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

                .meals-section-title {

Properties should be ordered margin, padding
Open

                    padding: 2rem 1rem 3rem;

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

                        .recipes {

Rule declaration should be preceded by an empty line
Open

                            .row.eating-row {

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

                                background: white;

Rule declaration should be followed by an empty line
Open

                }

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

            .lsx-container-content {

Property margin-top already defined on line 492
Open

        margin-top: -45px;

Rule declaration should be followed by an empty line
Open

    }

Properties should be ordered margin-bottom, width
Open

                width: 100%;

@include declaration should be followed by an empty line
Open

        }

Line should be indented with spaces, not tabs
Open

    .extra-title {

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

            .workout-list,

Line should be indented with spaces, not tabs
Open

    &.parent-plan-page {

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

                > .plan {

Rule declaration should be preceded by an empty line
Open

    .nav.nav-pills {

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

                svg {

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

                            path {

!important should not be used
Open

                                stroke: transparent !important;

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

                a {

Properties should be ordered align-items, display, margin-bottom, padding
Open

                    display: flex;

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

                .workout-instructions {

Rule declaration should be followed by an empty line
Open

                }

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

            .sets {

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

                        padding: 30px 20px 0 20px;

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

                .plan-top-content {

Color literals like rgba(65, 138, 208, 0.1) should only be used in variable declarations; they should be referred to via variable everywhere else.
Open

                            border-right: 3px solid rgba(65, 138, 208, 0.1);

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

            .single-plan-section-title {

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

                        border-bottom: 1px solid #e1e1e1;

Rule declaration should be followed by an empty line
Open

            }

@media declaration should be preceded by an empty line
Open

            @media (max-width: 333px) {

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

                            fill: white !important;

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

                                stroke: white !important;

Rule declaration should be followed by an empty line
Open

                    }

Rule declaration should be followed by an empty line
Open

                    }

!important should not be used
Open

                                fill: white !important;

!important should not be used
Open

                            stroke: transparent !important;

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

                    &:last-child {

Rule declaration should be preceded by an empty line
Open

                    .content-intro {

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

                    p {

Rule declaration should be followed by an empty line
Open

                    }

Avoid using id selectors
Open

                    #hp-connected-members {

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

                        margin-top: 0;

Rule declaration should be followed by an empty line
Open

                }

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

            .meals {

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

                .featured-plan {

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

            .workout-table {

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

            max-width: 1140px;

Rule declaration should be preceded by an empty line
Open

            &.active {

Rule declaration should be followed by an empty line
Open

                        }

Properties should be ordered background, border-radius, color, display, font-family, font-size, font-weight, padding
Open

                border-radius: 0;

Rule declaration should be preceded by an empty line
Open

                &.overview-tab {

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

                    svg {

Properties should be ordered clear, margin-bottom
Open

    margin-bottom: 15px;

Rule declaration should be followed by an empty line
Open

                }

Unknown property scroll-snap-align
Open

                scroll-snap-align: start;

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

                &.workout-tab {

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

                    &.warm-up-tab,

Rule declaration should be followed by an empty line
Open

                        }

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

                            g {

Line should be indented with spaces, not tabs
Open

    article {

Rule declaration should be followed by an empty line
Open

                        }

Rule declaration should be preceded by an empty line
Open

                    &:last-child {

Shorthand form for property padding should be written more concisely as 0 0 3rem instead of 0 0 3rem 0
Open

            padding: 0 0 3rem 0;

Rule declaration should be followed by an empty line
Open

                }

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

                    h2 {

@media declaration should be preceded by an empty line
Open

                            @media (min-width: 768px) {

Rule declaration should be followed by an empty line
Open

                        }

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

            .single-plan-section-title {

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

            .meals {

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

                svg {

@include declaration should be followed by an empty line
Open

                    }

Line should be indented with spaces, not tabs
Open

    margin-bottom: 15px;

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

            .workout-instructions {

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

                        .content-box {

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

                    g {

Properties should be ordered align-items, display
Open

                        display: flex;

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

                            fill: white !important;

Begin pseudo elements with double colons: ::
Open

                                &:before {

Avoid using id selectors
Open

                        #lsx-tips-shortcode {

Rule declaration should be followed by an empty line
Open

            }

Rule declaration should be followed by an empty line
Open

                }

Rule declaration should be preceded by an empty line
Open

                                &:before {

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

                .set-box {

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

                                stroke: white !important;

Line should be indented with spaces, not tabs
Open

    .lsx-banner-image-wrap {

@include declaration should be followed by an empty line
Open

                }

!important should not be used
Open

                                fill: white !important;

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

            .plan-feature-img {

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

                        #hp-connected-members {

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

                                fill: white !important;

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

                img {

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

                            circle {

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

                            .serves {

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

            &.active,

Rule declaration should be followed by an empty line
Open

    }

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

                                &:before {

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

                > * {

Rule declaration should be preceded by an empty line
Open

                        &.video-button-item {

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

            .lsx-container-content {

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

                        p {

0em should be written without units as 0
Open

            padding: 0em 3em 1em;

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

                .sets {

Properties should be ordered height, max-height, object-fit, width
Open

                    width: 100%;

Rule declaration should be followed by an empty line
Open

    }

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

                .lsx-sharing-content {

Line should be indented with spaces, not tabs
Open

    .btn-full {

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

            .workout-instructions {

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

                > .row {

Rule declaration should be followed by an empty line
Open

        }

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

                    &.entry-content {

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

                                    .fa {

@include declaration should be preceded by an empty line
Open

                    @include media('>=tablet') {

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

                        padding: 30px 20px 0 20px;

Rule declaration should be followed by an empty line
Open

                    }

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

                        padding: 30px 20px 0 20px;

Avoid using id selectors
Open

                        #hp-connected-members {

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

                            .cooking-time,

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

                .set-box.entry-content {

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

            .plan-feature-img {

Properties should be ordered margin, position
Open

                    position: absolute;

Rule declaration should be followed by an empty line
Open

}

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

            .workout-feature-img {

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

                .featured-meal {

Color #222222 should be written as #222
Open

            color: #222222;

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

                                .fa {

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

                &.overview-tab {

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

                        g {

!important should not be used
Open

                                fill: white !important;

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

                        &.set {

Rule declaration should be followed by an empty line
Open

            }

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

                        .content-intro {

Rule declaration should be preceded by an empty line
Open

                        .content-intro {

Properties should be ordered margin-bottom, width
Open

                            width: 100%;

@media declaration should be followed by an empty line
Open

                            }

Rule declaration should be preceded by an empty line
Open

                    .progress {

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

                .set-box {

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

                    .the-content {

Rule declaration should be followed by an empty line
Open

                    }

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

                            .prep-time {

Line should be indented with spaces, not tabs
Open

    .wp-block-cover {

Avoid using id selectors
Open

        + #edit-account-tab {

Line should be indented with spaces, not tabs
Open

    .row {

Properties should be ordered margin, position
Open

                    position: absolute;

Properties should be ordered color, font-family, text-transform
Open

            font-family: 'Noto Sans';

Properties should be ordered color, font-size
Open

                                    font-size: 40px;

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

            .workout-list,

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

                                img {

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

                            .btn {

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

                > .col-md-4 {

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

                        @include media('>=tablet') {

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

                        a {

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

        margin-right: 0;

Properties should be ordered background, box-shadow, margin-bottom, padding, width
Open

            padding: 25px 20px;

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

            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.26);

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

            .excerpt {

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

                + span {

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

                    color: #919191;

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

                    &:last-child {

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

                text-decoration-color: #30bb00;

Rule declaration should be followed by an empty line
Open

        }

Properties should be ordered height, width
Open

            width: 50px;

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

                            color: $blue;

Rule declaration should be followed by an empty line
Open

                            }

Rule declaration should be preceded by an empty line
Open

                .content-box {

Rule declaration should be followed by an empty line
Open

        }

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

                    .recipe-content {

@include declaration should be followed by an empty line
Open

                        }

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

                                        img {

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

            .workout-grid {

Rule declaration should be followed by an empty line
Open

                }

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

            .lsx-health-plan-box {

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

            ins {

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

                h3 {

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

                        .download-link {

0.6 should be written without a leading zero as .6
Open

                            letter-spacing: 0.6px;

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

                            &:hover {

Properties should be ordered background-color, color
Open

                                color: white;

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

                    .title-lined {

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

            .eating-title,

Line should be indented with spaces, not tabs
Open

    .single-plan-inner-buttons {

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

                article {

Properties should be ordered color, display, flex-direction
Open

                            display: flex;

Rule declaration should be followed by an empty line
Open

                        }

Rule declaration should be followed by an empty line
Open

                                }

Begin pseudo elements with double colons: ::
Open

                                &:after {

Rule declaration should be followed by an empty line
Open

        }

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

                        img {

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

                    .exercise-content-box {

Properties should be ordered display, flex-direction, justify-content, margin, width
Open

                        width: 60%;

Rule declaration should be followed by an empty line
Open

                        }

Rule declaration should be followed by an empty line
Open

                        }

Rule declaration should be preceded by an empty line
Open

                &::after {

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

            .btn {

Avoid qualifying class selectors with an element.
Open

        h3.plan {

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

            .moretag {

Rule declaration should be preceded by an empty line
Open

            .workout-instructions {

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

                                color: white;

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

            .eating-column {

Rule declaration should be preceded by an empty line
Open

            .tip-left,

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

            .eating-title,

Properties should be ordered min-width, width
Open

                    width: 100px;

Properties should be ordered color, font-family, font-size, font-weight, margin-top, text-transform
Open

                        font-size: 15px;

Rule declaration should be preceded by an empty line
Open

                        &:before {

Rule declaration should be followed by an empty line
Open

                    }

0px should be written without units as 0
Open

                            padding-left: 0px;

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

                                .col-md-2 {

Rule declaration should be followed by an empty line
Open

                            }

Rule declaration should be followed by an empty line
Open

                        }

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

                                color: white;

@media declaration should be preceded by an empty line
Open

        @media (min-width: 992px) {

Rule declaration should be followed by an empty line
Open

                }

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

        }

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

            img {

Rule declaration should be preceded by an empty line
Open

                a:not(.btn) {

Properties should be ordered margin-right, opacity, text-decoration-color
Open

                text-decoration-color: #30bb00;

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

                opacity: 0.5;

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

            ins {

Rule declaration should be followed by an empty line
Open

    }

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

            max-width: 1140px;

Rule declaration should be followed by an empty line
Open

                }

Rule declaration should be preceded by an empty line
Open

                            &:hover {

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

            .modal.in {

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

            .eating-row {

Rule declaration should be followed by an empty line
Open

                    }

Rule declaration should be followed by an empty line
Open

    }

@media declaration should be preceded by an empty line
Open

        @media (max-width: 600px) {

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

                    background-color: white;

Begin pseudo elements with double colons: ::
Open

                        &:after {

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

            .workout-list {

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

                                    h3 {

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

                                &:after {

Properties should be ordered display, flex-wrap, padding
Open

                padding: 0 10px;

Rule declaration should be followed by an empty line
Open

                        }

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

                        display: flex;

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

                                color: white;

Rule declaration should be followed by an empty line
Open

    }

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

            .btn {

Line should be indented with spaces, not tabs
Open

    .status-plan-buttons {

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

            img {

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

                .single-plan-inner-buttons {

Properties should be ordered font-family, font-weight
Open

                        font-weight: bold;

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

                background-color: rgba(0, 0, 0, 0.5);

Rule declaration should be followed by an empty line
Open

            }

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

            .tip-right {

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

            .recipe-column {

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

                .recipe-feature-img {

Rule declaration should be preceded by an empty line
Open

                            &:first-child {

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

                    h3 {

@include declaration should be preceded by an empty line
Open

                        @include media('<=phone') {

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

                    .reps {

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

                    > .row {

Rule declaration should be preceded by an empty line
Open

                        .lsx-slot {

Properties should be ordered height, width
Open

                                    width: 27%;

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

                                .col-md-10 {

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

                            img {

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

                            content: '\f01e';

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

                        .exercise-counter {

Rule declaration should be preceded by an empty line
Open

                        &.have-reps {

Rule declaration should be preceded by an empty line
Open

                                    .exercise-feature-img {

Properties should be ordered align-items, border-radius, display, font-size, font-weight, height, justify-content, text-transform, width
Open

                            text-transform: uppercase;

Properties should be ordered font-size, font-weight, margin
Open

                                    margin: 0;

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

                            &:after {

Properties should be ordered background-position, background-repeat, background-size, content, display, margin-right, width
Open

                    content: '';

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

                    .lsx-exercises-excerpt {

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

            .title {

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

            .excerpt {

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

                text-decoration-color: #30bb00;

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

            .spacer {

Rule declaration should be followed by an empty line
Open

        }

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

            del {

Rule declaration should be followed by an empty line
Open

        }

Rule declaration should be preceded by an empty line
Open

                    .complete-plan-btn {

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

                .content-box {

Rule declaration should be followed by an empty line
Open

                }

Rule declaration should be followed by an empty line
Open

        }

Merge rule .content-box with rule on line 1104
Open

                .content-box {

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

            .tip-right {

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

            .recipe-column {

Properties should be ordered margin-bottom, table-layout, width
Open

                    width: 100%;

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

                .recipe-table {

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

                        td {

Rule declaration should be preceded by an empty line
Open

                        td {

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

                            &:first-child {

Rule declaration should be preceded by an empty line
Open

            .complete-plan-btn {

Rule declaration should be preceded by an empty line
Open

                    h3 {

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

                        &:after {

Rule declaration should be followed by an empty line
Open

        }

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

            .workout-list {

Rule declaration should be followed by an empty line
Open

                    }

Properties should be ordered max-height, max-width, object-fit
Open

                                        max-width: 120px;

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

            .workout-grid {

@include declaration should be followed by an empty line
Open

                        }

Properties should be ordered height, max-height, object-fit
Open

                            object-fit: cover;

Properties should be ordered height, min-height, object-fit, width
Open

                                width: 100%;

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

                        &.have-reps {

Begin pseudo elements with double colons: ::
Open

                            &:after {

Rule declaration should be followed by an empty line
Open

                    }

0.26 should be written without a leading zero as .26
Open

            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.26);

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

            a,

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

            .moretag {

Rule declaration should be preceded by an empty line
Open

            .moretag {

Line should be indented with spaces, not tabs
Open

    .blue-title {

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

            .workout-instructions {

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

                    margin-bottom: 19px;

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

                background-color: rgba(0, 0, 0, 0.5);

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

            .eating-row {

Properties should be ordered align-items, display
Open

                            display: flex;

@include declaration should be followed by an empty line
Open

                        }

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

                &.longer-list {

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

                    .exercise-feature-img {

Properties should be ordered display, flex-direction, font-size, margin
Open

                            font-size: 15px;

Rule declaration should be followed by an empty line
Open

                    }

Line should be indented with spaces, not tabs
Open

    .content-box {

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

            del {

Rule declaration should be followed by an empty line
Open

            }

Rule declaration should be preceded by an empty line
Open

            &.btn-disabled {

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

            .eating-column {

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

                .btn {

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

                        &:before {

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 {

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

                        .exercise-feature-img {

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

                    .col-md-10 {

Rule declaration should be preceded by an empty line
Open

                                        img {

Rule declaration should be followed by an empty line
Open

                    }

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

                        .btn-simple {

Rule declaration should be followed by an empty line
Open

            }

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

                + .btn {

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

            .lsx-health-plan-box {

Properties should be ordered color, display, font-size, margin-top
Open

            font-size: 18px;

Line should be indented with spaces, not tabs
Open

    .single-plan-section-title {

Rule declaration should be preceded by an empty line
Open

                h3 {

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

                .content-box {

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

                        a {

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

                    .col-md-2 {

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

                                    .exercise-feature-img {

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

                        margin: 0;

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

                    .reps-container {

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

                        .reps {

Rule declaration should be preceded by an empty line
Open

                            &:after {

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

            span {

Rule declaration should be preceded by an empty line
Open

            del {

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

            color: #30bb00;

0.4 should be written without a leading zero as .4
Open

                opacity: 0.4;

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

            .tip-left,

Rule declaration should be followed by an empty line
Open

                }

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

                    tr {

@media declaration should be preceded by an empty line
Open

        @media (min-width: 600px) {

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

                    }

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

                        .lsx-slot {

Rule declaration should be preceded by an empty line
Open

                            > .row {

Properties should be ordered max-height, max-width, object-fit
Open

                                            max-width: 100px;

@include declaration should be preceded by an empty line
Open

                        @include media('>=tablet') {

Rule declaration should be followed by an empty line
Open

                    }

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

                                content: '\f0da';

Line should be indented with spaces, not tabs
Open

    .tab-content-plan {

@media declaration should be followed by an empty line
Open

        }

@media declaration should be preceded by an empty line
Open

            @media (min-width: 992px) {

Properties should be ordered display, font-size, grid-template-columns, grid-template-rows
Open

                font-size: 30px;

Rule declaration should be followed by an empty line
Open

            }

Rule declaration should be preceded by an empty line
Open

        h3.plan {

Rule declaration should be preceded by an empty line
Open

            a,

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

            &.btn-disabled {

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

                    tbody {

@media declaration should be followed by an empty line
Open

        }

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

                            color: #434343;

Rule declaration should be followed by an empty line
Open

                }

Properties should be ordered padding-right, width
Open

                                    width: 70%;

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

                                    h3 {

Rule declaration should be preceded by an empty line
Open

                    .exercise-feature-img {

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

        }

Rule declaration should be preceded by an empty line
Open

                    &:last-child {

Rule declaration should be followed by an empty line
Open

        }

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

                .recipe-title {

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

                            color: #919191;

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

                        color: #434343;

@include declaration should be followed by an empty line
Open

                    }

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

                            > .row {

Properties should be ordered border, font-size, padding
Open

                                font-size: 0;

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

                article {

@media declaration should be followed by an empty line
Open

        }

Rule declaration should be preceded by an empty line
Open

        .lsx-health-plan-box {

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

            background: $light_gray;

@media declaration should be followed by an empty line
Open

            }

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

                svg {

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

            .spacer {

Properties should be ordered background, margin, padding
Open

        margin: 0 0 30px;

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

                        span {

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

                    .eating-title,

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

            .tip-left,

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

                        &.cooking-time,

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

                            padding-left: 0px;

Rule declaration should be preceded by an empty line
Open

                                .col-md-2 {

Properties should be ordered display, flex-direction
Open

                                        flex-direction: column;

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

                        h3 {

Rule declaration should be preceded by an empty line
Open

            .col-md-4 {

@media declaration should be preceded by an empty line
Open

        @media (max-width: 992px) {

Rule declaration should be preceded by an empty line
Open

            .title {

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

                &::after {

Rule declaration should be followed by an empty line
Open

            }

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

                a:not(.btn) {

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

            svg {

Line should be indented with spaces, not tabs
Open

    .single-plan-inner {

Rule declaration should be followed by an empty line
Open

            }

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

            .workout-snacks {

@media declaration should be followed by an empty line
Open

            }

Properties should be ordered display, flex-direction, margin-bottom, margin-top
Open

                        margin-top: 15px;

Begin pseudo elements with double colons: ::
Open

                        &:before {

Rule declaration should be preceded by an empty line
Open

                                &:after {

Rule declaration should be preceded by an empty line
Open

                > .col-md-4 {

@include declaration should be preceded by an empty line
Open

                    @include media('<=phone') {

@include declaration should be followed by an empty line
Open

                        }

Rule declaration should be preceded by an empty line
Open

                        h3 {

Properties should be ordered font-size, margin
Open

                        margin: 0;

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

                    .btn {

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

            .title {

Properties should be ordered height, justify-self, width
Open

                    width: 40px;

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

        background: $light_gray;

Rule declaration should be preceded by an empty line
Open

                + span {

Rule declaration should be followed by an empty line
Open

        }

Properties should be ordered height, padding, width
Open

            width: 100%;

Rule declaration should be followed by an empty line
Open

    }

Rule declaration should be followed by an empty line
Open

    }

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

                                color: white;

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

                .content-box {

Rule declaration should be followed by an empty line
Open

            }

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

                .recipe-box {

Rule declaration should be preceded by an empty line
Open

                    .recipe-content {

Rule declaration should be preceded by an empty line
Open

                    tbody {

Rule declaration should be followed by an empty line
Open

                        }

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

                .btn {

0.3 should be written without a leading zero as .3
Open

                opacity: 0.3;

Rule declaration should be followed by an empty line
Open

    }

Begin pseudo elements with double colons: ::
Open

        &:after {

Rule declaration should be followed by an empty line
Open

                }

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

            .modal-title {

Rule declaration should be followed by an empty line
Open

            }

Properties should be ordered color, display, font-size
Open

                display: block;

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

            .lsx-hp-archive-description {

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

                    .exercise-title {

Rule declaration should be preceded by an empty line
Open

                        tbody {

Line should be indented with spaces, not tabs
Open

    .meals {

@include declaration should be preceded by an empty line
Open

            @include media('>=tablet') {

Rule declaration should be followed by an empty line
Open

        }

Rule declaration should be preceded by an empty line
Open

                .btn {

@include declaration should be followed by an empty line
Open

                }

Line should be indented with spaces, not tabs
Open

    .entry-content {

Line should be indented with spaces, not tabs
Open

    .modal-title {

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-recipe {

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

                .title-lined {

Avoid qualifying class selectors with an element.
Open

    a.border-btn {

Line should be indented with spaces, not tabs
Open

    .reps {

Properties should be ordered height, width
Open

        width: 16px;

Line should be indented with spaces, not tabs
Open

    .archive-header-wrapper {

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

            .lsx-hp-archive-description {

Rule declaration should be followed by an empty line
Open

    }

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

            .the-content {

@include declaration should be preceded by an empty line
Open

                @include media('>=tablet') {

Avoid using id selectors
Open

#lsx-exercises-shortcode {

Properties should be ordered color, content, font-family, margin-left
Open

            content: '\f105';

0px should be written without units as 0
Open

            padding: 0px 8px 0 8px;

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

                &:last-child {

Rule declaration should be preceded by an empty line
Open

                    .row.eating-row {

Rule declaration should be followed by an empty line
Open

    }

Line should be indented with spaces, not tabs
Open

    .back-plan-btn {

Line should be indented with spaces, not tabs
Open

    .status-plan-buttons {

Rule declaration should be followed by an empty line
Open

        }

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

                        tbody {

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

                            > tr {

Avoid using id selectors
Open

#lsx-exercises-shortcode.shortcode-type-meal {

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

            background: white;

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

            padding: 0px 8px 0 8px;

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

            .the-content {

Rule declaration should be followed by an empty line
Open

            }

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

            .eating-column {

Color literals like rgba(65, 138, 208, 0.1) should only be used in variable declarations; they should be referred to via variable everywhere else.
Open

                border-right: 3px solid rgba(65, 138, 208, 0.1);

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

                    .eating-title {

Rule declaration should be preceded by an empty line
Open

        &.main-plan-btn {

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

            .border-btn {

Rule declaration should be followed by an empty line
Open

    }

Avoid using id selectors
Open

            #single-recipe {

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

            p {

Begin pseudo elements with double colons: ::
Open

        &:after {

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

                padding: 30px 20px 0 20px;

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

                padding: 30px 20px 0 20px;

Rule declaration should be followed by an empty line
Open

                }

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

                .content-box {

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

                    .recipe-column {

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

                .btn {

Properties should be ordered margin-top, padding
Open

        padding: 15px;

Line should be indented with spaces, not tabs
Open

    .btn-simple {

Rule declaration should be followed by an empty line
Open

    }

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

            #single-recipe {

Properties should be ordered box-shadow, padding
Open

                    padding: 0;

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

                    img {

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

                padding-bottom: 15px;

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

                .description-wrapper {

Line should be indented with spaces, not tabs
Open

    .archive-plan {

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

            .lsx-slot {

Line should be indented with spaces, not tabs
Open

    a.border-btn {

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 preceded by an empty line
Open

                &:last-child {

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

                        background: white;

Line should be indented with spaces, not tabs
Open

    .modal-content {

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

                .recipe-image {

Rule declaration should be followed by an empty line
Open

                    }

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

                color: #919191;

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

                color: white;

Rule declaration should be preceded by an empty line
Open

                .description-wrapper {

Rule declaration should be followed by an empty line
Open

    }

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

            .content-box {

Merge rule #lsx-exercises-shortcode.shortcode-type-meal with rule on line 1246
Open

#lsx-exercises-shortcode.shortcode-type-meal {

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

            padding: 0px 8px 0 8px;

Avoid using id selectors
Open

            #lsx-tips-shortcode {

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

                    padding-top: 0;

Rule declaration should be preceded by an empty line
Open

        &:after {

Properties should be ordered border-width, padding
Open

        padding: 10px !important;

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

                }

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

                .moretag {

Rule declaration should be preceded by an empty line
Open

        .description-wrapper {

@include declaration should be followed by an empty line
Open

                }

!important should not be used
Open

        padding: 10px !important;

Line should be indented with spaces, not tabs
Open

    .modal-image {

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

                    .recipe-data {

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

            &.title-lined {

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

            .modal-title {

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

            .equipment-terms,

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

                color: white;

Rule declaration should be preceded by an empty line
Open

                    .exercise-title {

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

                    .exercise-table {

Line should be indented with spaces, not tabs
Open

    .lsx-hp-archive-description {

Properties should be ordered max-width, width
Open

        width: 100%;

Avoid using id selectors
Open

                #hp-connected-members {

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

            #lsx-tips-shortcode {

0.1 should be written without a leading zero as .1
Open

                border-right: 3px solid rgba(65, 138, 208, 0.1);

Line should be indented with spaces, not tabs
Open

    .modal-body {

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

                .recipe-image,

Rule declaration should be followed by an empty line
Open

        }

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

            margin-top: 4.25rem;

Rule declaration should be followed by an empty line
Open

    }

0px should be written without units as 0
Open

                margin: 0px 0 30px;

Properties should be ordered margin, padding
Open

            padding: 2rem 1rem 3rem;

Rule declaration should be preceded by an empty line
Open

            .eating-column {

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

                .recipes {

Begin pseudo elements with double colons: ::
Open

                &:before {

Properties should be ordered display, margin-top, text-transform
Open

            margin-top: 1rem;

Begin pseudo elements with double colons: ::
Open

            &:after {

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

            &:after {

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

            p {

Rule declaration should be preceded by an empty line
Open

            p {

Line should be indented with spaces, not tabs
Open

    &.lsx-search-enabled {

Rule declaration should be followed by an empty line
Open

                }

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

            > .plan {

Line should be indented with spaces, not tabs
Open

    .modal-header {

Rule declaration should be followed by an empty line
Open

    }

Rule declaration should be preceded by an empty line
Open

            &:after {

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

        margin-left: auto;

0px should be written without units as 0
Open

                margin-bottom: 0px;

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

            .eating-column {

!important should not be used
Open

        border-width: 2px !important;

Rule declaration should be preceded by an empty line
Open

                .recipe-image,

Rule declaration should be followed by an empty line
Open

            }

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

            .equipment-terms,

Rule declaration should be followed by an empty line
Open

        }

Line should be indented with spaces, not tabs
Open

    .gutenberg-compatible-template.using-gutenberg .entry-content & {

@include declaration should be followed by an empty line
Open

            }

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

                #hp-connected-members {

border: 0 is preferred over border: none
Open

                    border: none;

Line should be indented with spaces, not tabs
Open

    &:not(.logged-in) {

Rule declaration should be followed by an empty line
Open

    }

Properties should be ordered margin, max-width, padding, width
Open

                    width: 100%;

Rule declaration should be preceded by an empty line
Open

                    img {

Rule declaration should be followed by an empty line
Open

                    }

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

            #lsx-tips-shortcode {

Rule declaration should be preceded by an empty line
Open

                    .eating-title {

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

                    .row.eating-row {

Rule declaration should be followed by an empty line
Open

                    }

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

                        background: white;

Begin pseudo elements with double colons: ::
Open

                        &:before {

Begin pseudo elements with double colons: ::
Open

                        &:before {

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

                            img {

Rule declaration should be followed by an empty line
Open

    }

Line should be indented with spaces, not tabs
Open

    .content-box {

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

            tbody {

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

                &:before {

Begin pseudo elements with double colons: ::
Open

                &:before {

Rule declaration should be followed by an empty line
Open

            }

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

            .col-md-3 {

Rule declaration should be preceded by an empty line
Open

                        &:before {

Rule declaration should be followed by an empty line
Open

                    }

Rule declaration should be preceded by an empty line
Open

                            .recipe-content {

Properties should be ordered margin-bottom, table-layout, width
Open

                            width: 100%;

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

                                    color: #919191;

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, max-height, object-fit, width
Open

            width: 100%;

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

            td,

Rule declaration should be preceded by an empty line
Open

                a {

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

                    &:after {

Line should be indented with spaces, not tabs
Open

    .archive-header-wrapper.banner-archive {

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

                    .eating-row {

Rule declaration should be followed by an empty line
Open

                    }

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

                        .recipe-feature-img {

Rule declaration should be followed by an empty line
Open

                        }

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

                            tr {

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

            background: linear-gradient(270deg, #418ad0 0%, #2a5781 100%);

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

            .serves {

Rule declaration should be followed by an empty line
Open

                    }

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

                .recipes {

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

                        .recipe-table {

Rule declaration should be followed by an empty line
Open

                }

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

                tbody {

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

                        .btn {

Line should be indented with spaces, not tabs
Open

    .archive-header-wrapper {

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

                            .recipe-content {

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

                        .recipe-title {

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

        background: white;

Properties should be ordered display, flex-grow, margin-bottom
Open

            flex-grow: 2;

Begin pseudo elements with double colons: ::
Open

                        &:before {

Rule declaration should be followed by an empty line
Open

                    }

Rule declaration should be followed by an empty line
Open

                }

Rule declaration should be preceded by an empty line
Open

                                td {

Rule declaration should be preceded by an empty line
Open

                                    &:first-child {

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

            color: white;

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

                td {

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

            .serves {

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

    }

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

            table:not(.exercise-table) {

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

                            &:after {

Rule declaration should be followed by an empty line
Open

                        }

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

                            tbody {

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

                &:before {

Line should be indented with spaces, not tabs
Open

    .col-md-3 {

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

            .col-md-3 {

Line should be indented with spaces, not tabs
Open

    .hp-archive-category-title {

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

                    .prep-time {

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

                    .cooking-time,

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

                        .recipe-box {

Avoid using id selectors
Open

.post-type-archive-recipe,

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

            td,

Selector should have depth of applicability no greater than 3, but was 5
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 4
Open

                &:before {

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

            &::after {

Rule declaration should be followed by an empty line
Open

        }

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

            .exercise-table {

Properties should be ordered color, content, font-family, margin-left
Open

                                content: '\f105';

Rule declaration should be followed by an empty line
Open

    }

Merge rule .recipes with rule on line 1460
Open

                .recipes {

Rule declaration should be preceded by an empty line
Open

                            img {

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

                                td {

Rule declaration should be preceded by an empty line
Open

        table:not(.exercise-table) {

Begin pseudo elements with double colons: ::
Open

                &:before {

Begin pseudo elements with double colons: ::
Open

                &:before {

Begin pseudo elements with double colons: ::
Open

                            &:after {

Rule declaration should be followed by an empty line
Open

                        }

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

                                    &:first-child {

Merge rule .set-box.entry-content with rule on line 1418
Open

        .set-box.entry-content {

Shorthand form for property margin should be written more concisely as 3rem 0 0 instead of 3rem 0 0 0
Open

                margin: 3rem 0 0 0;

Rule declaration should be followed by an empty line
Open

    }

Properties should be ordered background, border-radius, font-size, font-weight, padding, position, right, top
Open

        position: absolute;

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

            color: white;

Properties should be ordered color, font-size
Open

                font-size: 13px;

Rule declaration should be followed by an empty line
Open

                    }

Rule declaration should be followed by an empty line
Open

        }

Line should be indented with spaces, not tabs
Open

    .lsx-slot {

Rule declaration should be preceded by an empty line
Open

        &.recipe-parent {

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

            background: linear-gradient(270deg, #418ad0 0%, #2a5781 100%);

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

            tr {

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

            .cooking-time,

Rule declaration should be followed by an empty line
Open

        }

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

                    .serves {

Rule declaration should be followed by an empty line
Open

                            }

Line should be indented with spaces, not tabs
Open

    .recipe-feature-img,

Rule declaration should be preceded by an empty line
Open

            &::after {

Begin pseudo elements with double colons: ::
Open

                &:after {

Properties should be ordered color, content, font-family, margin-left
Open

                    content: '\f105';

Begin pseudo elements with double colons: ::
Open

                    &:after {

Merge rule .post-type-archive-workout with rule on line 547
Open

.post-type-archive-workout {

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

                    .workout-content-box {

Rule declaration should be preceded by an empty line
Open

                            &:after {

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

            p {

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

            .cooking-time,

Rule declaration should be preceded by an empty line
Open

            &.btn {

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

                color: #919191;

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

                        &:before {

Rule declaration should be preceded by an empty line
Open

                            tbody {

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

                                &.cooking-time,

Rule declaration should be preceded by an empty line
Open

            tbody {

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

                    font-family: FontAwesome;

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

            .prep-time {

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

                    &:after {

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

                            font-family: FontAwesome;

Rule declaration should be followed by an empty line
Open

                                }

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

            tr {

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

            &.btn {

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

                    .workout-feature-img {

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

                    tr {

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

                    .recipe-column {

Properties should be ordered display, min-width, width
Open

                            width: 100px;

Rule declaration should be followed by an empty line
Open

                        }

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

                        .btn {

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

            + .eating-row {

Line should be indented with spaces, not tabs
Open

    .recipe-type {

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

            tbody {

Rule declaration should be preceded by an empty line
Open

                &:before {

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

            .prep-time {

Rule declaration should be followed by an empty line
Open

        }

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

            table:not(.exercise-table) {

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

                        img {

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

            p {

There are no issues that match your filters.

Category
Status