consul/consul

View on GitHub
app/assets/stylesheets/in_favor_against.scss

Summary

Maintainability
Test Coverage

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

    background: #fff;

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

      &:active {

0.25 should be written without a leading zero as .25
Open

  @include flex-with-gap($line-height * 0.25);

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

        &:hover,

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

      &:active {

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

        color: #fff;

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

    @include flex-with-gap($line-height * 0.75);

There are no issues that match your filters.

Category
Status