Skip to content

Releases: nuxt-modules/tailwindcss

v4.0.0

15 Mar 23:06
Compare
Choose a tag to compare

Tailwind 2 with PostCSS 8

PostCSS 8 is now possible thanks to @nuxt/postcss8! No more compatibility build to use the latest version of Tailwind now ✨

Make sure to read the installation steps.

Tailwind Just-In-Time

You may have heard about the Just-In-Time compilation mode of TailwindCSS, this version supports it, simply set the jit option in your nuxt.config.js:

export default {
  buildModules: ['@nuxtjs/tailwindcss'],
  tailwindcss: {
    jit: true
  }
}

With jit option, our build on nuxtjs.org came from 40s to 7s ⚡

https://tailwindcss.nuxtjs.org

v3.4.3

10 Mar 13:47
@pi0 pi0
Compare
Choose a tag to compare

Bug Fixes

v4.0.0-0

05 Mar 14:12
@pi0 pi0
Compare
Choose a tag to compare
v4.0.0-0 Pre-release
Pre-release

Features

v3.4.2

22 Dec 11:22
Compare
Choose a tag to compare
  • Upgrade to Tailwind Config Viewer v1.4.0 (#237) · c18498f

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)