This repository was archived by the owner on Apr 29, 2020. It is now read-only.
Added
- Added a
default
transition property, which generates a simpletransition
class and includes all the properties fromcolors
as well asopacity
,box-shadow
, andtransform
(taken from Tailwind 1.2) - Added a
shadow
transition property (taken from Tailwind 1.2) - Added
50
,75
,150
,200
,300
, and400
transition durations
Changed
- The
transition-colors
utility now includes thefill
andstroke
properties, in addition tobackground-color
,border-color
, andcolor
(taken from Tailwind 1.2)