Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
sha256sums.txt | 2025-05-28 | 652 Bytes | |
tailwindcss-linux-arm64 | 2025-05-28 | 112.0 MB | |
tailwindcss-linux-arm64-musl | 2025-05-28 | 106.9 MB | |
tailwindcss-linux-x64 | 2025-05-28 | 120.3 MB | |
tailwindcss-linux-x64-musl | 2025-05-28 | 112.8 MB | |
tailwindcss-macos-arm64 | 2025-05-28 | 75.9 MB | |
tailwindcss-macos-x64 | 2025-05-28 | 79.9 MB | |
tailwindcss-windows-x64.exe | 2025-05-28 | 131.8 MB | |
README.md | 2025-05-28 | 1.6 kB | |
v4.1.8 source code.tar.gz | 2025-05-28 | 843.8 kB | |
v4.1.8 source code.zip | 2025-05-28 | 1.1 MB | |
Totals: 11 Items | 741.6 MB | 1 |
Added
- Improve error messages when
@apply
fails (#18059)
Fixed
- Upgrade: Do not migrate declarations that look like candidates in
<style>
blocks (#18057, 18068) - Upgrade: Don't error when looking for
tailwindcss
in pnpm monorepos (#18065) - Upgrade: Don't error when updating dependencies in pnpm monorepos (#18065)
- Upgrade: Migrate deprecated
order-none
toorder-0
(#18126) - Support Leptos
class:
attributes when extracting classes (#18093) - Fix "Cannot read properties of undefined" crash on malformed arbitrary value (#18133)
- Upgrade: Migrate
-mt-[0px]
tomt-[0px]
instead of the other way around (#18154) - Fix Haml pre-processing crash when there is no
\n
at the end of the file (#18155) - Ignore
.pnpm-store
folders by default (can be overridden by@source …
rules) (#18163) - Fix PostCSS crash when calling
toJSON()
(#18083)