Drew Powers

Results 459 comments of Drew Powers

@htunnicliff maybe this should update on release maybe / be ignored from Renovate? Not sure (or the `peerDependency` should just be looser in general, e.g. `>= 7.0`

For what it’s worth, we’re very interested in general supporting CSS Module 5 in the spec following #266. We initially just wanted to limit scope to merge that sooner. One...

> perhaps we can wait for rolldown to be mature and swap to it in v4 As someone that’s been following the Rolldown project somewhat-closely, it seems to be in...

I’d be willing to help with a PR!

So I started looking into this, and since the types seem to be generated with [untyped](https://github.com/unjs/untyped) and aren’t part of this package, I believe this has to happen upstream first...

Lightning CSS is correct as far as I can tell. The issue is when you’re transforming the nodes, you’re only touching the `custom` node, which will basically result in the...

@patrulea Yeah I’ll admit it’s not straightforward; main point is if you start at the `style` node (the parent node) and inspect it, you can probably see how to combine...

> Is that possible with "modifier contexts"/resolver spec? Of course! Light/dark is the [literal example in the specification](https://www.designtokens.org/tr/2025.10/resolver/#contexts) 🙂. This is quite literally the reason it was created

Terrazzo will get support for the Resolver Module in the next major release, which is currently in development (Resolver spec was only finalized a little over a week ago). But...

Yeah that makes sense! I’d be open to adding a preProcess hook or something. But just to make sure I’m understanding, can you give an example of what you start...