Nuxt 3 and Tailwind CSS 3 support
Pre-release
Pre-release
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