consul/consul

View on GitHub
app/assets/stylesheets/mixins/tags.scss

Summary

Maintainability
Test Coverage

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

    background: #e0e0e0;

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

  color: color-pick-contrast(#ececec);

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

  background: #ececec;

There are no issues that match your filters.

Category
Status