consul/consul

View on GitHub
app/assets/stylesheets/layout/locale_switcher.scss

Summary

Maintainability
Test Coverage

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

      option {

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

      background: #001d33;

0.75 should be written without a leading zero as .75
Open

    @include flex-with-gap(0.75em);

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

      color: color-pick-contrast(#001d33);

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

      option {

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

      &:focus {

There are no issues that match your filters.

Category
Status