lightspeeddevelopment/lsx

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

Summary

Maintainability
Test Coverage

Avoid using id selectors
Open

    #masthead {

Line should be indented with spaces, not tabs
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);}

Unnecessary parent selector (&)
Open

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

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

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

Begin pseudo elements with double colons: ::
Open

            &:before { color: $link; }

There are no issues that match your filters.

Category
Status