Release notes for [0.1.0] - 2023-03-09.
This release introduces support for AWS Style Dictionaries - https://amzn.github.io/style-dictionary/#/. Style dictionary is a widely used token format that can be compiled down to a number of application formats using the AWS Style Dictionary CLI tool.
You will find the new style dictionary output in the exported artifact at ./exported/tokens/sd
.
ValueProperty
is now Token
and it can now carry additional metadata (added isSupportedCssProperty
metadata property).TransformerOutput
interface type. All other interfaces such as CssTransformerOutput
and ScssTransformerOutput
have been removed entirely.