TailwindCSS: A Patch Release Cleans Up the Toolchain
Version 4.3.3 shipped a batch of reliability fixes across the CLI, Vite plugin, PostCSS integration, and upgrade tool, most of them cherry-picked from earlier fixes, plus a fix for broken multi-shadow drop-shadow utilities.
Duration: PT2M22S
Episode overview
This episode is a short developer briefing from TailwindCSS.
It explains recent repository work in plain language.
- Show: TailwindCSS
- Published: 2026-07-16T13:05:43Z
- Audio duration: PT2M22S
Transcript excerpt
This excerpt keeps the crawler page concise. Listen to the episode or use the RSS feed for the full update.
Good day. It's July 16th, 2026, and this is your TailwindCSS briefing.
Today's story is a consolidation release. Version 4.3.3, shipped in PR 20334, bundles up a set of fixes that all point to the same goal: making the dev tooling more trustworthy in edge cases developers actually hit.
The biggest one is PR 20336, from Robin Malfait, fixing a Vite plugin bug where editing a file that Vite could technically process, but hadn't loaded yet, triggered a full page reload instead of a proper hot update. This showed up with route-level code splitting, think lazy-loaded React or Vue routes, where…
The rest of the release is a cluster of cherry-picked fixes, several from developer deepshekhardas, addressing Windows and file-watching reliability. PR 20342 fixes case-insensitive path comparisons so CLI watch mode actually rebuilds on Windows when file casing differs from disk. PR 20338 and PR 20340 both lazily…
Separately, PR 20337 from UditDewan fixes drop-shadow utilities that use theme values with multiple shadows. Previously those generated invalid CSS unless you knew to use theme inline. Now multiple shadows compose correctly by default.
What to remember: if you've hit flaky HMR with…