consul/consul

View on GitHub
app/assets/stylesheets/budgets/phases.scss

Summary

Maintainability
Test Coverage

0.5 should be written without a leading zero as .5
Open

      padding-right: 0.5em;

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

        a {

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

        background: #e6e6e6;

0.2 should be written without a leading zero as .2
Open

      margin-right: 0.2em;

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

      &::after {

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

      &[aria-selected="true"]::after,

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

      &:focus {

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

        &,

Prefer single quoted strings
Open

      @include has-fa-icon(chevron-right, solid, "after");

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

        a {

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

      &:hover {

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

      color: #acb6b6;

0.5 should be written without a leading zero as .5
Open

        margin-left: 0.5em;

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

        &,

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

      &::before {

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

      span {

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

      span {

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

      &[aria-selected="true"],

There are no issues that match your filters.

Category
Status