lightspeeddevelopment/lsx

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

Summary

Maintainability
Test Coverage

Line should be indented with spaces, not tabs
Open

    line-height: 1.2;

Line should be indented with spaces, not tabs
Open

    img ~ p {

Begin pseudo elements with double colons: ::
Open

            &:after {

Unnecessary parent selector (&)
Open

    & > small {

Unnecessary parent selector (&)
Open

    & > .widget {

Line should be indented with spaces, not tabs
Open

    border: 0 none;

Line should be indented with spaces, not tabs
Open

    .lsx-full-width-base,

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;

Line should be indented with spaces, not tabs
Open

    &:after {

Selector widget_text should be written in lowercase with hyphens
Open

        &.widget_text {

Prefer single quoted strings
Open

                @include media("<phone") {

Line should be indented with spaces, not tabs
Open

    h3,

Line should be indented with spaces, not tabs
Open

    .btn {

Line should be indented with spaces, not tabs
Open

    .lsx-full-width-base-small {

Begin pseudo elements with double colons: ::
Open

                &:after {

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

                    content: "";

Rule declaration should be preceded by an empty line
Open

                &:after {

Rule declaration should be followed by an empty line
Open

    }

Begin pseudo elements with double colons: ::
Open

    &:after {

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

    .home {

Line should be indented with spaces, not tabs
Open

    margin-top: $lsx-large-gap;

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;

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

                .row {

Line should be indented with spaces, not tabs
Open

    .textwidget,

Unnecessary parent selector (&)
Open

        & + p {

@include declaration should be followed by an empty line
Open

        }

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

                    background-color: #dadddf;

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

            &:last-child {

Line should be indented with spaces, not tabs
Open

    p {

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

            &:after {

Line should be indented with spaces, not tabs
Open

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

Properties should be ordered margin, padding
Open

            padding: 2rem;

Line should be indented with spaces, not tabs
Open

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

Line should be indented with spaces, not tabs
Open

    & > small {

Line should be indented with spaces, not tabs
Open

    & > .widget {

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

    margin: 0 0 $lsx-gap;

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

            font-size: 26px;

Avoid using id selectors
Open

#home-widgets {

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

        @extend .lsx-title;

Line should be indented with spaces, not tabs
Open

    & > .page-title {

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

            font-size: 48px;

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

            &.has-text-align-right {

Avoid using id selectors
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

    margin-top: 0;

Selector widget_lsx_full_width should be written in lowercase with hyphens
Open

        &.widget_lsx_full_width_alt,

Rule declaration should be preceded by an empty line
Open

            &:last-child {

Avoid using id selectors
Open

        #home-widgets {

Line should be indented with spaces, not tabs
Open

    font-size: 30px;

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

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

Line should be indented with spaces, not tabs
Open

    .lsx-subheading {

Begin pseudo elements with double colons: ::
Open

                &:after {

Rule declaration should be followed by an empty line
Open

            }

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

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

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

            &:last-child {

Rule declaration should be preceded by an empty line
Open

                &:after {

Prefer single quoted strings
Open

        content: "";

Rule declaration should be followed by an empty line
Open

            }

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

            &.has-text-align-left {

Unnecessary parent selector (&)
Open

    & > .page-title {

Prefer single quoted strings
Open

        @include media(">desktop") {

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

            color: #333;

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

                .row {

Rule declaration should be followed by an empty line
Open

        }

Prefer single quoted strings
Open

                    content: "";

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

                    margin-right: 0;

Line should be indented with spaces, not tabs
Open

    padding: 0;

Begin pseudo elements with double colons: ::
Open

                &:after {

There are no issues that match your filters.

Category
Status