Drew Powers
Drew Powers
Thanks for the bug! I just tested it and I think it’s a UX problem. The first question, “Start from existing design system?” is a “radio selection” and allows Enter....
Yeah this is a big open question currently, and there’s currently _not_ a way to import into Figma. Figma right now wants to be “the source of truth,” and what...
If it happens in init, then the examples are pulled from [dtcg-examples](https://github.com/terrazzoapp/dtcg-examples). The “channels” error almost seems like [it’s pulling an old version](https://github.com/terrazzoapp/dtcg-examples/pull/10). But it’s designed to fetch directly from...
Thank you! Would love a PR if you have time. I think there are 2 parts here: 1. In `@terrazzo/cli`, we check for `src instanceof Buffer` and convert 2. In...
> or maybe something more configurable (perhaps overkill): I actually like the 2nd one! I have come across scenarios where individual imports need to be adjusted. It’s also expandable—I believe...
Ooh I like the template idea! Having `@[custom name]` is also great because any CSS parsers (and even browsers) ignore that. > To omit the tailwind import: > > ```js...
There’s [a branch](https://github.com/terrazzoapp/terrazzo/tree/json-schema-refs) that adds this. Am running a simultaneous [proposal](https://github.com/design-tokens/community-group/pull/259) that I want to resolve before this lands. But even if the DTCG spec decides not to go in...
Thanks for raising! I just want to say this is a fantastic proposal—I understand the problem, proposed solution, and potential impact all from one comment. Will bring this to the...
> An official JSON schema would be great! I worked on [a schema](https://github.com/dgtlntv/dtcg-json-schema) last week too. If you would be interested in also having a schema for the format I...
Closing in favor of #360