This repository has been archived by the owner on Feb 22, 2022. It is now read-only.
v3.0.0
Added
- Added kerning utilities, which can be disabled by setting the
kerning
option tofalse
(thanks, @mapgrid!) - Added text rendering utilities, which can be customized with the
textRendering
theme object (thanks, @mapgrid!)
Changed
- Changed to use Tailwind 1.2’s new plugin definition syntax
- Font variant utilities (caps, nums, and ligatures) are now generated from the
fontVariantCaps
,fontVariantNumeric
, andfontVariantLigatures
theme keys, and their names have changed to include acaps-
,nums-
, orligatures-
prefix (sonormal-caps
is nowcaps-normal
,no-ligatures
is nowligatures-none
, etc.) - The
caps
,nums
, andligatures
variants keys have changed tofontVariantCaps
,fontVariantNumeric
, andfontVariantLigatures
Removed
- Removed the
caps
,nums
, andligatures
options