consul/consul

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

Summary

Maintainability
Test Coverage

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

  $padding: $line-height * 0.5;

Prefer single quoted strings
Open

    content: "";

0.4 should be written without a leading zero as .4
Open

  $quote-padding: $quote-size * 0.4;

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

    background: #ccd8e4;

There are no issues that match your filters.

Category
Status