blob: 456caf363542a97f9492a81ebcb43c320e85a1f9 [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);
}