John Barreiros

Results 3 comments of John Barreiros

I was intrigued by [jakobe's idea](https://github.com/amzn/style-dictionary/issues/848#issuecomment-1240798165) to split composite tokens into individual tokens. Worked out a similar solution [using a custom parser](https://github.com/jbarreiros/dtcg-style-dictionary) ([stackblitz](https://stackblitz.com/edit/node-5sqzzm?file=README.md)), which works pretty good. The one thing...

Style Dictionary added this concept in v3. They call it "[transitive transforms](https://amzn.github.io/style-dictionary/#/version_3?id=transitive-transforms)". Just wanted to note it as potential inspiration.

Hopefully the spec eventually lands on naming. If it's cool, I'd like to submit an idea for a temporary workaround. The basic idea is chaining plugins. ```js /** * Filters...