This is a Heft plugin to augment SASS processing with functionality to replace load-themed-styles theme expressions of the form
[theme:<tokenName>, default:<default>]
e.g.
[theme:someColor, default:#fc0]
With css variable references of the form:
var(--<tokenName>, <default>)
e.g.
var(--someColor, #fc0>)
- CHANGELOG.md - Find out what's new in the latest version
Heft is part of the Rush Stack family of projects.