build(typography): add Tailwind Typography plugin for markdown preview styles

- Install @tailwindcss/typography package
- Configure Typography plugin in tailwind.config.js
- Adds prose and dark:prose-invert classes for styled markdown output
This commit is contained in:
2026-02-06 16:53:22 -05:00
parent f7cec0af43
commit c7a82c4de8
3 changed files with 32 additions and 1 deletions

View File

@@ -16,6 +16,7 @@
"remark-gfm": "^4.0.0"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.19",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"@vitejs/plugin-react": "^4.3.0",