lightspeeddevelopment/lsx-health-plan

View on GitHub
assets/css/scss/partials/_variables.scss

Summary

Maintainability
Test Coverage

Name of variable light_gray should be written in all lowercase letters with hyphens instead of underscores
Open

$light_gray: #f6f6f6;

Name of variable gray_medium should be written in all lowercase letters with hyphens instead of underscores
Open

$gray_medium: #999999;

Name of variable dark_green should be written in all lowercase letters with hyphens instead of underscores
Open

$dark_green: #446b0c;

Color #ffffff should be written as #fff
Open

$white: #ffffff;

Color #999999 should be written as #999
Open

$gray_medium: #999999;

There are no issues that match your filters.

Category
Status