Is there a way to get Tailwind UI to work with this?
See original GitHub issueApologies if this is rudimentary information, I’m new to the world of Tailwind CSS. Would it be correct to assume issue #7 is somewhat connected to having the ability to use @tailwindcss/ui
(if it is considered a plugin)?
TailwindUI is an official product, a set of components built using TailwindCSS. In order to currently use it, there is a small adjustment that is needed on the PurgeCSS regex case (inside postcss.config.js
) when setting up for TailwindUI. I am not sure if this is something Twin.macro would help with or if that’ll be more for emotion
to deal with.
I’m trying to use this Next.js + Tailwind + Emotion example, and want it for SSR reasons, but I can’t currently seem to figure out what I need to connect TailwindUI to this system. Any input on the topic would be really welcome. Thank you for the great alternative to tailwind.macro!
Issue Analytics
- State:
- Created 3 years ago
- Reactions:1
- Comments:11 (5 by maintainers)
I’ve been making progress and have a demo up for testing. I just need to finish off the support for custom variants and I’ll push a release.
heheh ok fair enough 😃 i would have tried!