lightspeeddevelopment/lsx

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

Summary

Maintainability
Test Coverage

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

            & p {

Line should be indented with spaces, not tabs
Open

    html:not(.ie) .page-has-banner-full.admin-bar & {

Line should be indented with spaces, not tabs
Open

    .page-banner {

Unnecessary parent selector (&)
Open

            & > .page-title {

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

            border-color: white;

Begin pseudo elements with double colons: ::
Open

            &:after {

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

            & p {

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

                        .btn {

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

        @include media('>=tablet') {

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

                                width: 100%;

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

            @include media('>=desktop') {

Avoid qualifying class selectors with an element.
Open

    html.ie .page-has-banner-full & {

@include declaration should be preceded by an empty line
Open

            @include media('>992px') {

Rule declaration should be preceded by an empty line
Open

                &:hover {

Rule declaration should be followed by an empty line
Open

        }

Properties should be ordered display, justify-content, width
Open

                width: 100%;

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

                    &.submit-button, &.combination-dropdown {

Unnecessary parent selector (&)
Open

        & > .page-banner-image {

Rule declaration should be preceded by an empty line
Open

            .input-group {

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

                    .search-field {

Properties should be ordered border-radius, min-width
Open

                            min-width: 400px;

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

                &:last-child { margin-bottom: 0; }

@include declaration should be preceded by an empty line
Open

                        @include media('>=tablet') {

Each selector in a comma sequence should be on its own single line
Open

                    &.submit-button, &.combination-dropdown {

Line should be indented with spaces, not tabs
Open

    html:not(.ie) .page-has-banner-full & {

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

            & > .page-title {

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

            & > .page-title {

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

                .lsx.single-post & { display: none; }

Properties should be ordered border, border-color, border-radius, color, display, font-size, line-height, margin-top, padding, width
Open

            border-radius: 50%;

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

            color: white !important;

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

            border-color: white;

Rule declaration should be followed by an empty line
Open

                    }

Unnecessary parent selector (&)
Open

            & p {

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

                .field {

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

                .field {

@include declaration should be followed by an empty line
Open

                        }

Properties should be ordered background-color, background-position, background-repeat, background-size, bottom, left, position, right, top, z-index
Open

            bottom: 0;

Unnecessary parent selector (&)
Open

        & > .container {

@include declaration should be preceded by an empty line
Open

                @include media('<custom') {

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

        html:not(.ie) .page-has-banner-full & {

Line should be indented with spaces, not tabs
Open

    .lsx-banner-content-wrap,

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

            color: white !important;

@include declaration should be followed by an empty line
Open

                }

@include declaration should be preceded by an empty line
Open

                            @include media('<custom') {

Line should be indented with spaces, not tabs
Open

    html:not(.ie) .page-has-banner-full & {

Line should be indented with spaces, not tabs
Open

    html.ie .page-has-banner-full & {

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

            &:after {

!important should not be used
Open

            color: white !important;

Properties should be ordered display, justify-content, width
Open

            width: 100%;

There are no issues that match your filters.

Category
Status