consul/consul

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

Summary

Maintainability
Test Coverage

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

    border: 6px solid #f4f4f4;

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

  > section:first-child h2::after {

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

  section + section p {

Prefer single quoted strings
Open

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

Merge rule section + section p with rule on line 20
Open

  section + section p {

There are no issues that match your filters.

Category
Status