7 lines
106 B
SCSS
7 lines
106 B
SCSS
|
@use '../index' as theme with (
|
||
|
$primary: teal,
|
||
|
$secondary: crimson
|
||
|
);
|
||
|
|
||
|
@include theme.core-styles();
|