Skip to content

Releases: nuxt-modules/tailwindcss

v3.4.1

18 Dec 08:35
Compare
Choose a tag to compare

v3.4.0

17 Dec 17:55
Compare
Choose a tag to compare

Features

Integration with tailwind-config-viewer is live, see #232, thank you @rogden !

https://tailwindcss.nuxtjs.org/tailwind-viewer/

v3.3.4

11 Dec 10:17
Compare
Choose a tag to compare
  • fix: addTemplate call compats low version nuxt (#225) · b18380d
  • chore(deps): update all non-major dependencies (#222) · 4641a90

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