Releases: nuxt-modules/tailwindcss
Releases · nuxt-modules/tailwindcss
v1.4.1
- Upgrade dependencies and use Tailwind
v1.3.4
✨
v1.4.0
Features
- Add
exposeConfig
option to reference resolved config in javascript runtime (PR #69)
See demo and source code
Chore
v1.3.2
- Upgrade to Tailwind v1.2 (#60)
- Fix override PurgeCSS "enabled" option (#59)
v1.3.1
Fix a regression: PurgeCSS stopped working after upgrade to v.1.3.0
Related Issues: #52 and #54
v1.3.0
- Upgrade TailwindCSS to
v1.1.4
- Add
purgeCSSInDev
option to activate purgeCSS in development mode
v1.2.0
- Upgrade TailwindCSS to
1.1.3
- Add support for deprecated
build.postcss.plugins
syntax (#36)
v1.1.2
- Upgrade to Tailwind v1.1.0
- Remove log of postcss preset (fix #20)
- Use
nuxt.hook('build:before')
to work when used as middleware (fix #23)
v1.1.0
Misc
- refactor: module and increase coverage (#5)