consul/consul

View on GitHub
app/assets/stylesheets/admin/budgets/heading_mode.scss

Summary

Maintainability
Test Coverage

0.6 should be written without a leading zero as .6
Open

  max-width: $global-width * 0.6;

Prefer single quoted strings
Open

      content: image-url("budgets/budget_multiple_heading_icon.png");

Properties should be ordered flex-grow, font-size, font-style
Open

    font-size: $small-font-size;

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

    &.multiple-heading-option h2::after {

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

    h2::after {

Prefer single quoted strings
Open

      content: image-url("budgets/budget_single_heading_icon.png");

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

    &.single-heading-option h2::after {

There are no issues that match your filters.

Category
Status