0.0.0 • Published 3 years ago

qzxqzx-dt v0.0.0

Weekly downloads
-
License
UNLICENSED
Repository
-
Last release
3 years ago

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