Releases: patheticGeek/twind-typography
Releases · patheticGeek/twind-typography
First version
A plugin to add support for the prose
class from tailwind in twind.
This could be useful when you are rendering data from a CSM and don't want to apply class names on the elements. Instead, with this you can just put the prose
class name on the parent and all of the headings, paras, quotes and lists will be styled by default.
Based on https://github.com/tw-in-js/typography but fixes its problems of style merging and lets you extend the current styles.