consul/consul

View on GitHub
app/assets/stylesheets/sdg/goals/index.scss

Summary

Maintainability
Test Coverage

Prefer single quoted strings
Open

        background: image-url("sdg.svg");

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

      &::before {

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

    @include full-width-border(bottom, 1px solid #eee, $adjust-padding: true);

Prefer single quoted strings
Open

        content: "";

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

      .sdg-goal-icon {

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

      .sdg-goal-icon {

There are no issues that match your filters.

Category
Status