tailwindcss
Advanced tools
Changelog
[2.0.0-alpha.7] - 2020-11-05
Changelog
[2.0.0-alpha.2] - 2020-10-25
space
and divide
utilities (#2644)space
and divide
utilities ignore elements with [hidden]
now instead of only ignoring template
elements (#2642)body
, not just html
(#2643)whitespace-no-wrap
to whitespace-nowrap
(#2664)Changelog
[1.9.6] - 2020-10-23
The presets
feature had unexpected behavior where a preset config without its own presets
key would not extend the default config. (#2662)
If you were depending on this unexpected behavior, just add presets: []
to your own preset to exclude the default configuration.
Changelog
[2.0.0-alpha.1] - 2020-10-20
overflow-ellipsis
and overflow-clip
utilities (#1289)transform-gpu
to force hardware acceleration on transforms when beneficial (#1380)inset
plugin (#2630)@apply
with complex classes (#2159)2xl
breakpoint (#2609)group-hover
for color utilities by default (28985b6)focus
for z-index utilities by default (ae5b3d3)@apply
implementation, slight backwards incompatibilities with previous behavior (#2159)truncate
class to textOverflow
core plugin (#2562)target
feature and dropped any compatibility with IE 11 (#2571)normalize.css
to modern-normalize
(#2572)scrolling-touch
and scrolling-auto
utilities (#2573)space
and divide
utilities (#1883)theme
retrieve the expected resolved value when theme value is complex (e13f083c4)Changelog
[1.9.5] - 2020-10-19
theme
with default line-heights did not resolve correctlyChangelog
[1.9.4] - 2020-10-17
withOptions
API would not trigger rebuilds in watch processes