blob: 57956c99e3c9cbe49633dc86e33669e5cd61acc9 [file] [log] [blame]
// This function is usually used to get a lighter
// theme variant color to use as a background color
@function theme-color-light($variant) {
@return theme-color-level($variant, -11.3);
}
@function theme-color-dark($variant) {
@return theme-color-level($variant, 2);
}