This repository has been archived by the owner on Feb 22, 2022. It is now read-only.
Added
- Added
line-[style]
andline-[color]
utilities to go with Tailwind’s text decoration utilities (underline
andline-through
); they can be customized with thetextDecorationStyle
andtextDecorationColor
theme keys
Fixed
- Fixed an issue when using a font size that includes a default line height in a text style (e.g.
['16px', '24px']
), which is supported since Tailwind 1.3