Skip to content

tailwindlabs/tailwindcss-typography

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tailwind CSS Typography

Still very much a work-in-progress, not ready for use.

A plugin that provides a rich-text class you can use to add sensible typographic defaults to any vanilla HTML you don't control (like HTML rendered from Markdown, or pulled from a CMS).

<div class="rich-text">
  {{ markdown }}
</div>