Add Tailwind Typography plugin

This commit is contained in:
2020-12-18 01:22:17 +01:00
parent 10808b66b2
commit 214921a6e8
3 changed files with 7 additions and 1 deletions

View File

@@ -16,5 +16,5 @@ module.exports = {
variants: {
extend: {}
},
plugins: []
plugins: [require("@tailwindcss/typography")]
};