Drew Powers
Drew Powers
Thanks for this feedback! ~~And just to clarify, does the `config()` hook let you get access to the `generateName()` function as intended? Or is there something else needed?~~ edit: had...
Ah sorry—yes there was an unintentional breaking change I’ll be releasing a patch for. I misinterpreted this as a need and not a bug. Will be releasing a patch to...
Just published a patch version for plugin-css and plugin-sass. Let me know if this fixes your issue (I was able to recreate what you’re talking about in another project, and...
Oh I see. I’m not opposed to the idea, but I think it could have some interesting side-effects, like it could conflict with nested tokens (#79)—you just wouldn’t see the...
I’d be interested to explore if your usecase is actually a composite token in disguise, or if it’s just a naming problem. For example, in some semantic naming systems ([like...
🤔 I’m not sure how Intellisense could work with just `.scss`? Without making an extension, that is. The `token()` function will err on an invalid token name with a clear...
I’ll leave this open because I’m sure _some_ improvement could be made here to VS Code. An extension realistically isn’t on my roadmap, but that’s not to say there aren’t...
You may be interested in following [this issue on the official specification repo](https://github.com/design-tokens/community-group/issues/110). Though there’s nothing in the specification that currently permits this, it does seem like the authors are...
Yeah I’m a big fan of Style Dictionary. And the W3C Design Tokens spec wouldn’t be what it is without all the awesome research and exploration Style Dictionary did. But...
> The upcoming twoslash feature may satisfy this request. Ooh I love that too! As long as you can place components or other markdown within it (I think that’s a...