0.0.0 • Published 3 years ago
qzxqzx-dt v0.0.0
Usage
@import 'qzxqzx-dt/systemA/variables.css';
.my-class {
color: var(--system-a-color-text-default);
}
// without a namespace
@use 'qzxqzx-dt/systemA/variables' as *;
// with a namespace
// @use 'qzxqzx-dt/systemA/variables' as variables;
.my-class {
color: $system-a-color-text-default;
// color: variables.$system-a-color-text-default;
}
Style Dictionary
0.0.0
3 years ago