lightspeeddevelopment/lsx

View on GitHub
assets/css/scss/layout/_footer-cta.scss

Summary

Maintainability
Test Coverage

Selector gform_heading should be written in lowercase with hyphens
Open

            .gform_heading {

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

            .gform_footer {

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

            .gform_footer {

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

            button.btn {

Rule declaration should be followed by an empty line
Open

        }

Line should be indented with spaces, not tabs
Open

    padding-top: $lsx-large-gap / 2;

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

            .wpforms-field, .wpforms-submit-container, .gfield {

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

            button.btn {

Selector gform_wrapper should be written in lowercase with hyphens
Open

        .gform_wrapper {

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

                label {

Line should be indented with spaces, not tabs
Open

    p,

Line should be indented with spaces, not tabs
Open

    .lsx-hero-unit {

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

            input {

0px should be written without units as 0
Open

                border-radius: 0 3px 3px 0px;

Rule declaration should be preceded by an empty line
Open

        .wpforms-widget, .widget_caldera_forms_widget, .gform_wrapper {

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

            button:after {

Begin pseudo elements with double colons: ::
Open

            button:after {

Line should be indented with spaces, not tabs
Open

    p {

Unnecessary parent selector (&)
Open

        & + p { margin-top: $lsx-gap; }

Rule declaration should be followed by an empty line
Open

            }

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

            .gform_heading {

Properties should be ordered margin, padding
Open

                padding: 0;

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

            .gform_heading {

Selector gform_footer should be written in lowercase with hyphens
Open

            .gform_footer {

@include declaration should be followed by an empty line
Open

                }

Avoid using id selectors
Open

#footer-cta {

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

            margin: 0 auto;

Rule declaration should be preceded by an empty line
Open

            .wpforms-field, .wpforms-submit-container, .gfield {

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

            input {

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

            .gform_body {

Properties should be ordered margin, padding
Open

                padding: 0;

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

                button {

Rule declaration should be preceded by an empty line
Open

                &::placeholder {

0px should be written without units as 0
Open

                box-shadow: 0px 2px 0 0 #27639e;

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

            button:after {

Line should be indented with spaces, not tabs
Open

    input[type="submit"] { @include lsx-button-colour(); }

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

                box-shadow: 0px 2px 0 0 #27639e;

Selector gform_body should be written in lowercase with hyphens
Open

            .gform_body {

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

            .gform_body {

Rule declaration should be followed by an empty line
Open

            }

Line should be indented with spaces, not tabs
Open

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

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

            .wpforms-field, .wpforms-submit-container, .gfield {

Rule declaration should be followed by an empty line
Open

            }

Avoid qualifying class selectors with an element.
Open

            button.btn {

@include declaration should be followed by an empty line
Open

                }

Line should be indented with spaces, not tabs
Open

    .widget + .widget { margin-top: 3rem; }

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

        .wpforms-widget, .widget_caldera_forms_widget, .gform_wrapper {

Selector gform_wrapper should be written in lowercase with hyphens
Open

        .wpforms-widget, .widget_caldera_forms_widget, .gform_wrapper {

@include declaration should be followed by an empty line
Open

            }

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

            .wpforms-field, .wpforms-submit-container, .gfield {

Rule declaration should be followed by an empty line
Open

        }

@include declaration should be preceded by an empty line
Open

                @include media('>=desktop') {

Avoid qualifying attribute selectors with an element.
Open

    input[type="submit"] { @include lsx-button-colour(); }

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

        .wpforms-widget, .widget_caldera_forms_widget, .gform_wrapper {

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

                    color: #ddd;

Properties should be ordered margin, padding
Open

                padding: 0;

@include declaration should be preceded by an empty line
Open

                @include media('>=desktop') {

Line should be indented with spaces, not tabs
Open

    .widget-title {

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

            .wpforms-field, .wpforms-submit-container, .gfield {

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

                &::placeholder {

Selector widget_caldera_forms_widget should be written in lowercase with hyphens
Open

        .wpforms-widget, .widget_caldera_forms_widget, .gform_wrapper {

Rule declaration should be followed by an empty line
Open

            }

There are no issues that match your filters.

Category
Status