Tailwind CSS 4.3.2
Overview
Tailwind CSS 4.3.2 was released on June 29, 2026. This is a patch release focused entirely on bug fixes across the CLI, Vite plugin, PostCSS plugin, and core utility engine.
Fixed
- Support bare spacing values for
auto-rows-*andauto-cols-*utilities (e.g.auto-rows-12,auto-cols-16) - Prevent
@tailwindcss/cliin--watchmode from crashing on Windows when@sourcepoints to a nonexistent directory - Prevent
@tailwindcss/vitefrom crashing in Deno v2.8.x whencontext.parentURLis not a valid URL - Ensure CLI watch mode rebuilds when the input CSS file changes in an ignored directory
- Allow
@variantrules used inaddBase(...)to use custom variants defined later - Prevent
@tailwindcss/vitefrom crashing during HMR when scanned files or directories are deleted - Generate
font-sizeinstead ofcolordeclarations fortext-[--spacing(...)] - Prevent
@sourcepatterns from scanning unrelated sibling files and folders - Extract class candidates adjacent to Template Toolkit delimiters in
.tt,.tt2, and.txfiles - Prevent
@position-tryrules from triggering unknown at-rule warnings when optimizing CSS - Support class suggestions for named opacity modifiers from
--opacitytheme values - Prevent type errors in
@tailwindcss/postcsswhen used with newer PostCSS patch releases
Upgrade
Update via npm install tailwindcss@latest or your package manager of choice. No breaking changes in this patch release.