fix(#2984): add prose styles to rich-input editor

This commit is contained in:
Amruth Pillai
2026-05-07 21:43:07 +02:00
parent 1b0bb067b6
commit 891ce60270
4 changed files with 49 additions and 23 deletions
+1
View File
@@ -35,6 +35,7 @@
},
"devDependencies": {
"@reactive-resume/config": "workspace:*",
"@tailwindcss/typography": "^0.5.19",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@typescript/native-preview": "7.0.0-dev.20260507.1",
+2
View File
@@ -4,6 +4,8 @@
@import "@fontsource-variable/ibm-plex-sans";
@import "@phosphor-icons/web/regular/style.css";
@plugin "@tailwindcss/typography";
@source "../../../apps/**/*.{ts,tsx}";
@source "../**/*.{ts,tsx}";