Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
sha256sums.txt | 2025-09-04 | 652 Bytes | |
tailwindcss-linux-arm64 | 2025-09-04 | 114.2 MB | |
tailwindcss-linux-arm64-musl | 2025-09-04 | 109.1 MB | |
tailwindcss-linux-x64 | 2025-09-04 | 123.3 MB | |
tailwindcss-linux-x64-musl | 2025-09-04 | 115.6 MB | |
tailwindcss-macos-arm64 | 2025-09-04 | 77.9 MB | |
tailwindcss-macos-x64 | 2025-09-04 | 82.2 MB | |
tailwindcss-windows-x64.exe | 2025-09-04 | 134.7 MB | |
README.md | 2025-09-04 | 1.9 kB | |
v4.1.13 source code.tar.gz | 2025-09-04 | 855.4 kB | |
v4.1.13 source code.zip | 2025-09-04 | 1.1 MB | |
Totals: 11 Items | 759.0 MB | 125 |
Changed
- Drop warning from browser build (#18731)
- Drop exact duplicate declarations when emitting CSS (#18809)
Fixed
- Don't transition
visibility
when usingtransition
(#18795) - Discard matched variants with unknown named values (#18799)
- Discard matched variants with non-string values (#18799)
- Show suggestions for known
matchVariant
values (#18798) - Replace deprecated
clip
withclip-path
insr-only
(#18769) - Hide internal fields from completions in
matchUtilities
(#18820) - Ignore
.vercel
folders by default (can be overridden by@source …
rules) (#18855) - Consider variants starting with
@-
to be invalid (e.g.@-2xl:flex
) (#18869) - Do not allow custom variants to start or end with a
-
or_
(#18867, #18872) - Upgrade: Migrate
aria
theme keys to@custom-variant
(#18815) - Upgrade: Migrate
data
theme keys to@custom-variant
(#18816) - Upgrade: Migrate
supports
theme keys to@custom-variant
(#18817)