Outlook_Addin_LLM/node_modules/@material/theme/test/override.test.scss

7 lines
106 B
SCSS

@use '../index' as theme with (
$primary: teal,
$secondary: crimson
);
@include theme.core-styles();