tailwindcss
Advanced tools
Changelog
[4.0.0-alpha.25] - 2024-09-24
aria
, supports
, and data
variants defined in JS config files (#14407)@tailwindcss/upgrade
tooling (#14434)screens
in JS config files (#14415)bg-radial-*
and bg-conic-*
utilities for radial and conic gradients (#14467)shadow-initial
and inset-shadow-initial
utilities for resetting shadow colors (#14468)field-sizing-*
utilities (#14469)@apply
in CSS files (#14411)@tailwind
directives to @import
rules in CSS files (#14411, #14504)@layer utilities
and @layer components
to use @utility
in CSS files (#14455)borderRadius.*
as an alias for --radius-*
when using dot notation inside the theme()
function (#14436)anchor-size(…)
in arbitrary values (#14394)theme()
calls (#14437)inset-*
utilities for --inset-shadow-*
and --inset-ring-*
theme values (#14447)--default-transition-*
variables in transition-*
utility output (#14482)rtl
and ltr
variants work with [dir=auto]
(#14306)leading-*
, tracking-*
, and font-{weight}
value when overriding font-size (#14403)@import
resolution to speed up initial builds (#14446)var(…)
injection (#13657):hover
states on devices that support @media (hover: hover)
(#14500)Changelog
[4.0.0-alpha.24] - 2024-09-11
theme()
functions inside other @custom-media
, @container
, and @supports
rules (#14358)Config
type from tailwindcss
for JS config files (#14360)matchVariant
plugins using the @plugin
directive (#14371)tailwindcss
package is used as a PostCSS plugin (#14378)theme('someKey.DEFAULT')
when all --some-key-*
keys have a suffix (#14354)@theme default
values (#14359)border
utilities (#14370)