Workday / canvas-tokens

Canvas design token infrastructure
https://workday.github.io/canvas-tokens/
Other
4 stars 5 forks source link

Combine parser and sync scripts #109

Open RayRedGoose opened 5 months ago

RayRedGoose commented 5 months ago

💡 Suggestion

Token parser and sync script are both doing filtering and initial transform of tokens. We need to validate if it's possible to combine them or have stricter understanding what they doing.

Motivation

It will make code base more understandable and cleaner.