override.test.scss 106 B

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