v3.0.0
⚠ BREAKING CHANGES
build.postcss.plugins
asArray
is not supported anymore
Features
We now have a documentation website: https://tailwindcss.nuxtjs.org
- The module will not create the tailwind files anymore but load them if they exist
@nuxtjs/tailwindcss
now configures the purge option of TailwindCSS and let the user extend it easily to keep a minimaltailwind.config.js
template- Nuxt modules can easily extend the user tailwind config (adding Typography plugin, settings colors, etc)
- Updating the
tailwind.config.js
will actually do a full Nuxt server restart but will actually fix the plugins update issue