blob: 084f1fb722dae60c8d18d3ab51b48aefbc8ac104 [file] [log] [blame]
@mixin schedule-theme($theme) {
$primary: map-get($theme, primary);
$accent: map-get($theme, accent);
$warn: map-get($theme, warn);
$background: map-get($theme, background);
$foreground: map-get($theme, foreground);
}