From 976df7a04fcb53520543149b1df98f1c66e41886 Mon Sep 17 00:00:00 2001 From: Josh Manders Date: Mon, 13 Jul 2020 13:16:17 -0500 Subject: [PATCH] add official typography plugin --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index f8681ed..034d2aa 100644 --- a/readme.md +++ b/readme.md @@ -30,6 +30,7 @@ ## Plugins +- [Typography (Official)](https://github.com/tailwindcss/typography) - Adds `prose` class for beautiful typographic defaults. - [Custom Forms (Official)](https://github.com/tailwindcss/custom-forms) - Adds better default styles to form elements. - [Theming (Dark/Light)](https://github.com/hawezo/tailwindcss-theming) - Adds powerful theming capabilities with CSS variables and `prefers-color-scheme`. - [Text Indent](https://github.com/hacknug/tailwindcss-text-indent) - Adds `text-indent` utilities.