Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
sha256sums.txt | 2025-06-11 | 652 Bytes | |
tailwindcss-linux-arm64 | 2025-06-11 | 112.4 MB | |
tailwindcss-linux-arm64-musl | 2025-06-11 | 107.3 MB | |
tailwindcss-linux-x64 | 2025-06-11 | 120.6 MB | |
tailwindcss-linux-x64-musl | 2025-06-11 | 113.1 MB | |
tailwindcss-macos-arm64 | 2025-06-11 | 75.8 MB | |
tailwindcss-macos-x64 | 2025-06-11 | 79.9 MB | |
tailwindcss-windows-x64.exe | 2025-06-11 | 131.8 MB | |
README.md | 2025-06-11 | 920 Bytes | |
v4.1.9 source code.tar.gz | 2025-06-11 | 846.7 kB | |
v4.1.9 source code.zip | 2025-06-11 | 1.1 MB | |
Totals: 11 Items | 742.9 MB | 0 |
Fixed
- Correctly parse custom properties with strings containing semicolons (#18251)
- Upgrade: Migrate arbitrary modifiers without percentage signs to bare values (e.g.
/[0.16]
→/16
) (#18184) - Upgrade: Migrate CSS variable shorthands where fallback value contains function call (#18184)
- Upgrade: Migrate negative arbitrary values to negative bare values (e.g.
mb-[-32rem]
→-mb-128
) (#18212) - Upgrade: Do not migrate
blur
inwire:model.blur
(#18216) - Don't add spaces around CSS dashed idents when formatting math expressions (#18220)