6 lines
71 B
SCSS
6 lines
71 B
SCSS
@use '../theme';
|
|
|
|
.test {
|
|
@include theme.property(color, primary);
|
|
}
|