theme.test.scss 71 B

12345
  1. @use '../theme';
  2. .test {
  3. @include theme.property(color, primary);
  4. }