Color Configuration
The color module provides several functions & mixins
for managing color contrast,
as well as tint
and shade
functions
for mixing colors with white or black.
In both cases, it can be useful to establish your own
light & dark contrast colors to work with
in place of true white or black.
$contrast-light (color)
scss
$contrast-light: white !default;
Establish a default light color for use in contrast functions.
Used By
@function contrast-settings() [private]
@function default-contrast() [private]
$contrast-dark (color)
scss
$contrast-dark: black !default;
Establish a default dark color for use in contrast functions.