Add Tailwind Typography plugin

This commit is contained in:
2020-12-18 01:22:17 +01:00
parent bca6a2ed11
commit 62862e6c14
3 changed files with 7 additions and 1 deletions

View File

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