lightspeeddevelopment/lsx-customizer

View on GitHub
assets/css/scss/global/mixins/_header.scss

Summary

Maintainability
Test Coverage

Begin pseudo elements with double colons: ::
Open

            &:before { color: $link; }

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

                & > a { @include lsx-link-colour($link, $hover);}

Unnecessary parent selector (&)
Open

                & > a { @include lsx-link-colour($link, $hover);}

Line should be indented with spaces, not tabs
Open

    #masthead {

Avoid using id selectors
Open

    #masthead {

Line should be indented with spaces, not tabs
Open

    .content-area,

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

                & > a { @include lsx-link-colour($link, $hover);}

There are no issues that match your filters.

Category
Status