UNPKG

106 BSCSSView Raw
1@use '../index' as theme with (
2 $primary: teal,
3 $secondary: crimson
4);
5
6@include theme.core-styles();