beavyHQ/beavy

View on GitHub
beavy/jsbeavy/styles/bourbon/functions/_tint.scss

Summary

Maintainability
Test Coverage

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

  @return mix(#fff, $color, $percent);

There are no issues that match your filters.

Category
Status