Skip to content

Releases: nuxt-modules/tailwindcss

v3.3.3

04 Dec 18:46
Compare
Choose a tag to compare

Bug fixes

  • fix: Remove duplicated border-2 class from copy-box (#221) · c84c8be

v3.3.2

04 Dec 15:23
Compare
Choose a tag to compare

Bug fixes

  • fix(lib): check listeners value before displaying url · 431eafc

Misc

  • docs: update tailwind v2 using yarn · 8ea24c6
  • chore(deps): update devdependency eslint-plugin-vue to ^7.2.0 (#219) · 87b3a6c

v3.3.1

03 Dec 12:03
Compare
Choose a tag to compare

Bug Fixes

  • handle color as string and smarted light/dark detection (6058ea8)

v3.3.0

02 Dec 19:18
Compare
Choose a tag to compare

Features

v3.2.0

22 Oct 13:27
Compare
Choose a tag to compare

Features

v3.1.0

25 Sep 11:49
Compare
Choose a tag to compare

Features

  • purge: handle custom srcDir and support TS (#170) (bf3e0db)

v3.0.2

25 Aug 12:06
Compare
Choose a tag to compare

Bug Fixes

  • handle HMR for tailwind config (8c26472), closes #157

v3.0.1

24 Aug 13:38
Compare
Choose a tag to compare

v3.0.0

05 Aug 10:23
Compare
Choose a tag to compare

⚠ BREAKING CHANGES

  • build.postcss.plugins as Array 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 minimal tailwind.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

v2.1.1

29 Jul 10:15
Compare
Choose a tag to compare

Upgrade Tailwindcss to v1.6.0