lightspeeddevelopment/lsx-customizer

View on GitHub
assets/css/scss/templates/_single.scss

Summary

Maintainability
Test Coverage

Begin pseudo elements with double colons: ::
Open

                    &:before {

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

            a {

Avoid qualifying class selectors with an element.
Open

        article.post {

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

                border: 2px solid #FFF;

Begin pseudo elements with double colons: ::
Open

                &:before {

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

            .previous,

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

                & > a {

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

                    &:before {

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

            & > .fa { display: none; }

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

            .previous {

Unnecessary parent selector (&)
Open

                & > a {

Unnecessary parent selector (&)
Open

            & > .fa { display: none; }

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

            & > .fa { display: none; }

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

            .previous,

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

            .previous {

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

            .post-meta-avatar {

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

            a {

Unnecessary parent selector (&)
Open

                & > p,

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

                .post-meta-top { margin-top: calc(-#{$lsx-large-gap} + 42.5px + 30px); }

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

            .next {

Line should be indented with spaces, not tabs
Open

    article.post {

Avoid qualifying class selectors with an element.
Open

    article.post {

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

            .post-meta {

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

                & > a {

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

            .post-meta-avatar {

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

            .entry-meta {

Properties should be ordered font-size, letter-spacing, line-height, margin-bottom, margin-top, text-align
Open

            margin-top: $lsx-gap / 2;

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

            & > a {

@include declaration should be followed by an empty line
Open

            }

Unnecessary parent selector (&)
Open

                & > a {

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

                & > p,

Line should be indented with spaces, not tabs
Open

    .entry-content {

@include declaration should be followed by an empty line
Open

        }

Rule declaration should be preceded by an empty line
Open

            .post-meta {

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

            .post-meta {

Unnecessary parent selector (&)
Open

            & > a {

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

                &:before {

@include declaration should be preceded by an empty line
Open

            @include media('<phone') {

Unnecessary parent selector (&)
Open

                & > a {

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

                    &:before {

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

                &:last-child,

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

                & > h3 {

Unnecessary parent selector (&)
Open

                & > p {

Line should be indented with spaces, not tabs
Open

    &.page-has-banner {

Line should be indented with spaces, not tabs
Open

    .post-navigation {

Begin pseudo elements with double colons: ::
Open

                    &:before {

Unnecessary parent selector (&)
Open

                & > h3 {

Color #FFF should be written as #fff
Open

                border: 2px solid #FFF;

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

            & > a {

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

            .next {

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

                & > a {

Begin pseudo elements with double colons: ::
Open

                    &:before {

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

                    &:before {

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

                & > p {

There are no issues that match your filters.

Category
Status