Sascha Tandel
Sascha Tandel
@next version: the suggested upgrade code when migrating from @twind/tailwind for setup is incorrect
This is not forgotten. I just do not have to time ATM
I have the idea to provide a way to create a default theme without any default colors to prevent this issue.
Very sorry for that. What framework are you using? What do you want to achieve? Which twind version are you using?
Tailwind v3 is only supported in the twind v1 beta (https://github.com/tw-in-js/twind/tree/next).
@bstro If you are calling/using `tw` in your components module on the top-level then these will run _before_ `setup`in your main entry has run. I typically put the setup code...
I found the same issue on a recent project. I think I have a solution for this. I need to double check and will include a fix in the next...
Hey @marbemac, sorry it took me so long. Just to recap: 1. you write "normal" tailwind classes 2. these are passed to tw and your hash method adds a prefix...
Sorry, it took so long. Great idea!
Thank you. Based on your idea I updated to code to create the sheet after the previous one had been destroyed ([0e2aa5c](https://github.com/tw-in-js/twind/commit/0e2aa5c4f07e5bca3bea37f864773f665935a263))
Without some code it is difficult to help. What twind version are you using?