v2.1.0
Misc ✨
- Upgrade dependencies (TailwindCSS to
v1.5.1
).
If a new version of TailwindCSS goes out, you can always install it with npm install --save-dev tailwindcss
, the module will use it directly.
Bug fixes 🐞
- Force production env for postcss on
nuxt build
(977d605)