Skip to content
This repository has been archived by the owner on Feb 22, 2022. It is now read-only.

v3.0.0

Compare
Choose a tag to compare
@benface benface released this 05 Feb 16:27
· 10 commits to main since this release

Added

  • Added kerning utilities, which can be disabled by setting the kerning option to false (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, and fontVariantLigatures theme keys, and their names have changed to include a caps-, nums-, or ligatures- prefix (so normal-caps is now caps-normal, no-ligatures is now ligatures-none, etc.)
  • The caps, nums, and ligatures variants keys have changed to fontVariantCaps, fontVariantNumeric, and fontVariantLigatures

Removed

  • Removed the caps, nums, and ligatures options