Sascha Tandel
Sascha Tandel
Sorry for the late reply. That is currently not supported. Sorry
We keep it open. I want to rewrite this plugin and this may something we can add.
Not quite sure. It should work — I think. Sorry... I'm currently focused on releasing a stable v1 with a new IntelliSense API. And then this extension will be updated...
Sorry for the late reply. I honestly do not know when I will have time. It may well be next year. Sorry
The current version of this plugin does **not** support twind v1. I'm still working on it... Sorry. You can view a preview of what is coming in the playground at...
Great. Thank you very much for taking the time. I will try, test and review soon.
You can transform the generated CSS using the `finalize(rule)` config option: ```js const config = { finalize(rule) { return { ...rule, // d: the CSS declaration body // Based on...
Makes sense and I like your solution.I will see what I can implement.
@tylerforesthauser It will not be easy because nextjs does not expose any way to intercept the response html or stream (then we could just use @twind/with-react). I'm playing around with...
Thanks for the heads-up. It would be really appreciated if you could create a PR to fix this in twind as well.