consul/consul

View on GitHub
app/assets/stylesheets/map_location.scss

Summary

Maintainability
Test Coverage

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

    background: rgba(255, 255, 255, 0.9);

0.9 should be written without a leading zero as .9
Open

    background: rgba(255, 255, 255, 0.9);

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

    color: #525252;

There are no issues that match your filters.

Category
Status