19 lines
319 B
SCSS
19 lines
319 B
SCSS
@forward './theme-color' show
|
|
$background,
|
|
$error,
|
|
$primary,
|
|
$on-error,
|
|
$on-primary,
|
|
$on-secondary,
|
|
$on-surface,
|
|
$secondary,
|
|
$surface,
|
|
accessible-ink-color,
|
|
contrast,
|
|
contrast-tone,
|
|
luminance,
|
|
text-emphasis,
|
|
tone;
|
|
@forward './theme' show core-styles, property;
|
|
@forward './color-palette';
|