Tailwind CSS
Notes
no notes yet
Release notes
v4.1.8
· 1y+
Added
- Improve error messages when
@applyfails (#18059)
Fixed
- Upgrade: Do not migrate declarations that look like candidates in
<style>blocks (#18057, 18068) - Upgrade: Don't error when looking for
tailwindcssin pnpm monorepos (#18065) - Upgrade: Don't error when updating dependencies in pnpm monorepos (#18065)
- Upgrade: Migrate deprecated
order-nonetoorder-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
\nat the end of the file (#18155) - Ignore
.pnpm-storefolders by default (can be overridden by@source …rules) (#18163) - Fix PostCSS crash when calling
toJSON()(#18083)