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
+2 -1
View File
@@ -13,6 +13,7 @@
"astro": "^1.1.7"
},
"devDependencies": {
"@astrojs/tailwind": "^1.0.0"
"@astrojs/tailwind": "^1.0.0",
"@tailwindcss/typography": "^0.5.7"
}
}