feat(theme): add @tailwindcss/typography plugin

This commit is contained in:
2026-03-11 14:28:08 +01:00
parent 6f0f9e359d
commit a679408b4d
6 changed files with 1822 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
module.exports = {
plugins: {
"@tailwindcss/postcss": {},
"postcss-simple-vars": {},
"postcss-nested": {}
},
}