Releases: tailwindlabs/tailwindcss
Releases · tailwindlabs/tailwindcss
v2.0.0-alpha.20
Changed
- Remove
clearfix
utility, recommendflow-root
instead (#2766)
v2.0.0-alpha.19
Fixed
- Don't crash when color palette is empty (278c203)
v2.0.0-alpha.18
v2.0.0-alpha.17
Changed
- Remove
grid-gap
fallbacks needed for old versions of Safari (5ec45fa)
v2.0.0-alpha.16
Added
- Enable
focus
,focus-within
, anddark
variants (when enabled) for all ring utilities by default (e0788ef)
v2.0.0-alpha.15
v2.0.0-alpha.14
v2.0.0-alpha.13
Added
- Add support for default duration and timing function values whenever enabling transitions (#2755)
v2.0.0-alpha.12
Fixed
- Prevent
boxShadow
utilities from overriding ring shadows added by components like in the custom forms plugin (c3dd3b6)
v2.0.0-alpha.11
Fixed
- Convert
none
to0 0 #0000
when used for shadows to ensure compatibility withring
utilities (4eecc27)