amzn / style-dictionary

A build system for creating cross-platform styles.
https://styledictionary.com
Apache License 2.0
3.87k stars 543 forks source link

Remove reliances (transforms, formats) on CTI token hierarchy (e.g. color/hsl-4) #1082

Closed jorenbroekema closed 6 months ago

jorenbroekema commented 8 months ago

https://github.com/amzn/style-dictionary/blob/main/lib/common/transforms.js#L20 we are often relying on CTI token hierarchy rather than checking a design token's type property. This should be improved.