lightspeeddevelopment/lsx

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

Summary

Maintainability
Test Coverage

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

            & > .fa { display: none; }

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;

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

            & > a {

Unnecessary parent selector (&)
Open

                & > p,

Line should be indented with spaces, not tabs
Open

    &.page-has-banner {

Avoid qualifying class selectors with an element.
Open

    article.post {

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

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

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

            .next {

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

            & > a {

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

                &:last-child,

Line should be indented with spaces, not tabs
Open

    .entry-content {

Color #FFF should be written as #fff
Open

                border: 2px solid #FFF;

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

            margin-top: $lsx-gap / 2;

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

            a {

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 {

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

                & > p,

Avoid qualifying class selectors with an element.
Open

        article.post {

Line should be indented with spaces, not tabs
Open

    .post-navigation {

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

            .next {

Unnecessary parent selector (&)
Open

                & > a {

Begin pseudo elements with double colons: ::
Open

                    &:before {

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

                &:before {

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

                    &:before {

Begin pseudo elements with double colons: ::
Open

                    &:before {

Unnecessary parent selector (&)
Open

                & > h3 {

@include declaration should be preceded by an empty line
Open

        @include media('<phone') {

Unnecessary parent selector (&)
Open

            & > .fa { display: none; }

Unnecessary parent selector (&)
Open

                & > a {

Unnecessary parent selector (&)
Open

            & > a {

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

            .previous,

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

            .previous {

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

                & > p {

@include declaration should be followed by an empty line
Open

        }

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

            .post-meta-avatar {

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

Unnecessary parent selector (&)
Open

                & > p {

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

            & > .fa { display: none; }

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 {

Line should be indented with spaces, not tabs
Open

    article.post {

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 {

@include declaration should be followed by an empty line
Open

            }

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 {

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

                & > h3 {

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

            .entry-meta {

There are no issues that match your filters.

Category
Status