| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| tailwindcss-windows-x64.exe | 2026-06-29 | 112.5 MB | |
| tailwindcss-macos-x64 | 2026-06-29 | 83.6 MB | |
| sha256sums.txt | 2026-06-29 | 652 Bytes | |
| tailwindcss-linux-arm64 | 2026-06-29 | 109.8 MB | |
| tailwindcss-linux-arm64-musl | 2026-06-29 | 105.4 MB | |
| tailwindcss-linux-x64 | 2026-06-29 | 111.7 MB | |
| tailwindcss-linux-x64-musl | 2026-06-29 | 108.5 MB | |
| tailwindcss-macos-arm64 | 2026-06-29 | 79.8 MB | |
| README.md | 2026-06-29 | 2.2 kB | |
| v4.3.2 source code.tar.gz | 2026-06-29 | 947.0 kB | |
| v4.3.2 source code.zip | 2026-06-29 | 1.2 MB | |
| Totals: 11 Items | 713.5 MB | 59 | |
Fixed
- Support bare spacing values for
auto-rows-*andauto-cols-*utilities (e.g.auto-rows-12andauto-cols-16) (#20229) - Prevent
@tailwindcss/cliin--watchmode from crashing on Windows when@sourcepoints to a directory that doesn't exist (#20242) - Prevent
@tailwindcss/vitefrom crashing in Deno v2.8.x whencontext.parentURLis not a valid URL (#20245) - Ensure
@tailwindcss/cliin--watchmode rebuilds when the input CSS file changes in an ignored directory (#20246) - Allow
@variantrules used inaddBase(…)to use custom variants defined later (#20247) - Prevent
@tailwindcss/vitefrom crashing during HMR when scanned files or directories are deleted (#20259) - Generate
font-sizeinstead ofcolordeclarations fortext-[--spacing(…)](#20260) - Prevent
@sourcepatterns from scanning unrelated sibling files and folders (#20263) - Extract class candidates adjacent to Template Toolkit delimiters like
%]…[%in.tt,.tt2, and.txfiles (#20269) - Extract class candidates from conditional Maud syntax like
p.text-black[condition](#20269) - Prevent
@position-tryrules from triggering unknown at-rule warnings when optimizing CSS (#20277) - Support class suggestions for named opacity modifiers from
--opacitytheme values (#20287) - Prevent type errors in
@tailwindcss/postcsswhen used with newer PostCSS patch releases (#20289)