consul/consul

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

Summary

Maintainability
Test Coverage

Color literals like rgba(0, 0, 0, 0.1) should only be used in variable declarations; they should be referred to via variable everywhere else.
Open

    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);

0.1 should be written without a leading zero as .1
Open

    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);

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

    a {

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

      &:hover::before {

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

  $spacing: $line-height * 0.5;

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

      &:hover::before {

There are no issues that match your filters.

Category
Status