tailwindcss-typography
Advanced tools
Changelog
[3.1.0] - 2020-05-09
line-[style]
and line-[color]
utilities to go with Tailwind’s text decoration utilities (underline
and line-through
); they can be customized with the textDecorationStyle
and textDecorationColor
theme keys['16px', '24px']
), which is supported since Tailwind 1.3Changelog
[3.0.1] - 2020-02-13
-indent-*
instead of indent--*
)Changelog
[3.0.0] - 2020-02-05
kerning
option to false
(thanks, @mapgrid!)textRendering
theme object (thanks, @mapgrid!)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.)caps
, nums
, and ligatures
variants keys have changed to fontVariantCaps
, fontVariantNumeric
, and fontVariantLigatures
caps
, nums
, and ligatures
optionsChangelog
[2.2.0] - 2019-09-02
no-ellipsis
utility to undo ellipsis
at breakpointsChangelog
[2.1.1] - 2019-05-27
Changelog
[2.1.0] - 2019-05-26
textStyles
theme object in the README
for more info)Changelog
Changed since 2.0.0-beta.2
variants()
helper functionellipsis
, hyphens
, and textUnset
)theme
and variants
objects in your Tailwind config (see README
for more info)