This is a prerelease
You can try v5 by installing @nuxtjs/tailwindcss@5.0.0-4
with the package manager of your choice.
🐛 Some bugs are expected with this release. Please open an issue if had trouble with v5 upgrade.
⚠ BREAKING CHANGES
- Nuxt 3 is supported
- TailwindCSS upgraded to v3 (thanks to PR by @dargmuesli 💚 ). Read more about changes in Tailwind upgrade guide.
- JIT mode is enabled by default. You can remove
jit
option if was already using ~tailwind.config
import renamed to#tailwind-config
when importing the generated Tailwind config in the application- (Module authors)
tailwindcss:config
hook is being called when modules are being installed for more predictable building behavior. Any module extending tailwind config should be installed before tailwindcss module