Skip to content

Se7en-IT/tailwindcss-typography-shorthand

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Tailwindcss Typography Shorthand

Are you tired to write "text-lg font-bold tracking-wide font-sans"?

This plugin is a shorthand for all of these:

typog-{fontSize*}-{fontWeight*}-{letterSpacing}-{fontFamily}

* required

Example: typog-lg-bold-wide-sans

Why didn't I put "lineHeight" property? Because lineHeight is set with fontSize in tailwind.config.js