Jordan Pittman
Jordan Pittman
This is indeed documented in our plugin compatibility section in the readme. I wish there was something we could do about this but, at present, there is not. Making multiple...
@dimitribarbot I made some tweaks so traverse both calls and property accesses at the same time. This will let things like these work: ``` tw(SomeComponent).div`this is now sorted` tw.div(SomeComponent)`this is...
Planning on taking another look at this soon (this week or next week) as i'm gonna get some changes into a v0.7.0 release.
~~todo for me (soon): See if this resolves #248 as well~~ confirmed
Hey! Thank you so much for this but unfortunately we aren't accepting community contributions for actual icon designs — this is Steve's pet creative project and he'd like to design...
The prettier plugin loads the tailwind config _itself_ — there can be a small delay in when you change the config to when it's picked up when in an IDE...
@hugotox can you provide a reproduction? And are you using pnpm? The vscode extension has known issues with it.
I'm gonna close this issue. If you are having problems: 1. In an IDE but *not* the CLI: Try reloading — there are often caches that need to get cleared....
Looks like this issue got fixed in Vite 7.1
This is/was happening because we use Jiti to compile things and it has to defer to Node.js itself to support this and can't b/c require(…). I've made some tweaks which...