lightspeeddevelopment/lsx-customizer

View on GitHub
assets/css/scss/layout/_content.scss

Summary

Maintainability
Test Coverage

Line should be indented with spaces, not tabs
Open

    & > .page-title {

@include declaration should be followed by an empty line
Open

        }

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

            &.has-text-align-right {

Line should be indented with spaces, not tabs
Open

    .home {

Begin pseudo elements with double colons: ::
Open

    &:after {

Selector widget_lsx_full_width_alt should be written in lowercase with hyphens
Open

        &.widget_lsx_full_width_alt,

Line should be indented with spaces, not tabs
Open

    .btn {

Begin pseudo elements with double colons: ::
Open

            &:after {

Rule declaration should be followed by an empty line
Open

            }

Line should be indented with spaces, not tabs
Open

    text-align: center;

Prefer single quoted strings
Open

        content: "";

Line should be indented with spaces, not tabs
Open

    & > small {

Unnecessary parent selector (&)
Open

        & .btn {

Merge rule .content-area with rule on line 79
Open

.content-area {

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

            max-width: 90rem;

Rule declaration should be followed by an empty line
Open

            }

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

            &:after {

Begin pseudo elements with double colons: ::
Open

                &:after {

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

            &:last-child {

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

        @extend .lsx-title;

Line should be indented with spaces, not tabs
Open

    padding: 0;

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

            &.has-text-align-left {

Line should be indented with spaces, not tabs
Open

    font-size: 30px;

Unnecessary parent selector (&)
Open

    & > small {

Prefer single quoted strings
Open

                @include media("<phone") {

Line should be indented with spaces, not tabs
Open

    .lsx-subheading {

Line should be indented with spaces, not tabs
Open

    img ~ p {

Unnecessary parent selector (&)
Open

    & > .page-title {

Rule declaration should be followed by an empty line
Open

        }

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

            color: #777;

Line should be indented with spaces, not tabs
Open

    margin-bottom: $lsx-large-gap / 2;

Selector widget_lsx_full_width should be written in lowercase with hyphens
Open

        &.widget_lsx_full_width_alt,

Line should be indented with spaces, not tabs
Open

    h3,

Properties should be ordered color, font-size, line-height
Open

            font-size: 26px;

Rule declaration should be preceded by an empty line
Open

            &:last-child {

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

                .row {

Line should be indented with spaces, not tabs
Open

    #footer-widgets a:not(.btn):not(button) {

Line should be indented with spaces, not tabs
Open

    .widget {

Line should be indented with spaces, not tabs
Open

    border: 0 none;

Line should be indented with spaces, not tabs
Open

    margin: 0 0 $lsx-gap;

Rule declaration should be preceded by an empty line
Open

                &:after {

Avoid using id selectors
Open

    #footer-widgets a:not(.btn):not(button) {

Line should be indented with spaces, not tabs
Open

    .textwidget,

Avoid using id selectors
Open

#home-widgets {

Line should be indented with spaces, not tabs
Open

    margin-top: $lsx-large-gap;

Unnecessary parent selector (&)
Open

    & > .widget {

Begin pseudo elements with double colons: ::
Open

                &:after {

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

                    margin-right: 0;

Selector widget_text should be written in lowercase with hyphens
Open

        &.widget_text {

Unnecessary parent selector (&)
Open

        & + p {

Line should be indented with spaces, not tabs
Open

    .lsx-full-width-base,

Line should be indented with spaces, not tabs
Open

    .lsx-full-width-base-small {

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

            color: #333;

Begin pseudo elements with double colons: ::
Open

                &:after {

Begin pseudo elements with double colons: ::
Open

                &:after {

Line should be indented with spaces, not tabs
Open

    p {

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

            &:last-child {

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

                    background-color: #dadddf;

Line should be indented with spaces, not tabs
Open

    &:after {

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

            [class*="col-"] + [class*="col-"] {

Line should be indented with spaces, not tabs
Open

    line-height: 1.2;

Line should be indented with spaces, not tabs
Open

    & > .widget {

Prefer single quoted strings
Open

        @include media(">desktop") {

Prefer single quoted strings
Open

                    content: "";

Rule declaration should be preceded by an empty line
Open

                &:after {

Rule declaration should be followed by an empty line
Open

            }

Avoid using id selectors
Open

        #home-widgets {

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

                .row {

Line should be indented with spaces, not tabs
Open

    margin-top: 0;

Properties should be ordered color, font-size, line-height
Open

            font-size: 48px;

Properties should be ordered background-color, content, display, height, margin, width
Open

                    content: "";

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

            &:not(.has-text-align-center) {

Rule declaration should be followed by an empty line
Open

    }

Properties should be ordered margin, padding
Open

            padding: 2rem;

There are no issues that match your filters.

Category
Status