Tailwind CSS
Added
- Add
@container-sizeutility (#18901) - Add
scrollbar-{auto,thin,none}ut...
Tailwind CSS Blog · v4.3
Tailwind CSS v4.3 is here, and because apparently shipping v4.2 was easier than remembering to blog about it, this post is secretly about two releases...
Changed
- Remove top-level await (#420)
- Improve load-time performanc...
Fixed
- Ensure imports in
@importand@pluginstill resolve correctly when using Vite aliases in@tailwindcss/vite([#19947](https://gith...
Fixed
- Canonicalization: improve canonicalizations for
tracking-*utilities by preferring non-negative utilities (e.g.-tracking-tighter→...
Fixed
- Don’t render
<Portal>while hydrating (#3825) - Fix passing props on `Fragme...
Fixed
- Allow trailing dash in functional utility names for backwards compatibility ([#19696](https://github.com/tailwindlabs/tailwindcss/pull/...
Added
- Add mauve, olive, mist, and taupe color palettes to the default theme (#19627...
Fixed
- Ensure validation of
source(…)happens relative to the file it is in ([#19274](https://github.com/tailwindlabs/tailwindcss/pull/19274...
Fixed
- Don’t break
sibling-*()functions when used insidecalc(…)(#19335)
Fixed
- Load compatible plugins sequentially to work around race conditions in Node.js ([#412](https://github.com/tailwindlabs/prettier-plugin-...
Fixed
- Substitute
@variantinside legacy JS APIs (#19263) - Prevent occasional crash...
Fixed
- Discard candidates with an empty data type (#19172)
- Fix canonicalization of a...
Fixed
- Fix Safari devtools rendering issue due to
color-mixfallback (#19069) - Supp...
Fixed
- Match against correct name of dynamic attributes when using regexes ([#410](https://github.com/tailwindlabs/prettier-plugin-tailwindcss...
Added
- Format quotes in
@source,@plugin, and@config(#387) - ...