lightspeeddevelopment/lsx

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

Summary

Maintainability
Test Coverage

Unnecessary parent selector (&)
Open

        & > .row {

Unnecessary parent selector (&)
Open

        & > a { transition: color 300ms ease; }

Unnecessary parent selector (&)
Open

    & > ul {

Begin pseudo elements with double colons: ::
Open

                        &:before { content: $icon; }

Unnecessary parent selector (&)
Open

    & > ul {

Line should be indented with spaces, not tabs
Open

    & > ul {

Unnecessary parent selector (&)
Open

            & > div[class*='col-'] {

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

            & > div[class*='col-'] {

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

            &:not(:last-child):after {

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

            a {

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

            a {

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

                    &[href*="#{$social}"] {

Line should be indented with spaces, not tabs
Open

    & > ul {

Unnecessary parent selector (&)
Open

            & > a { transition: color 300ms ease-in-out; }

Line should be indented with spaces, not tabs
Open

    @include media('>=desktop') { margin-left: 50px; }

Begin pseudo elements with double colons: ::
Open

            &:not(:last-child):after {

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

            & > a { transition: color 300ms ease-in-out; }

Line should be indented with spaces, not tabs
Open

    & > .container {

Unnecessary parent selector (&)
Open

    & > .container {

Line should be indented with spaces, not tabs
Open

    padding: 15px 0;

Avoid qualifying attribute selectors with an element.
Open

            & > div[class*='col-'] {

Line should be indented with spaces, not tabs
Open

    & > ul {

Unnecessary parent selector (&)
Open

    & > ul {

Unnecessary parent selector (&)
Open

        & > li {

Properties should be ordered content, display, height, position, right, top, transform, width
Open

                right: -.5px;

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

            & > a { transition: color 300ms ease-in-out; }

Line should be indented with spaces, not tabs
Open

    font-size: 14px;

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

            & > div[class*='col-'] {

Line should be indented with spaces, not tabs
Open

    .credit {

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

                        &:before { content: $icon; }

Properties should be ordered font-size, padding
Open

    padding: 15px 0;

Line should be indented with spaces, not tabs
Open

    order: 1;

Unnecessary parent selector (&)
Open

        & > li {

There are no issues that match your filters.

Category
Status