Add Tailwind typography plugin

This commit is contained in:
Sat Naing
2022-09-10 21:54:02 +06:30
parent 745348555f
commit bbb4329ec6
3 changed files with 68 additions and 3 deletions
+1 -1
View File
@@ -41,5 +41,5 @@ module.exports = {
},
},
},
plugins: [],
plugins: [require("@tailwindcss/typography")],
};