feat: TinyMCE WYSIWYG editor styles

This commit is contained in:
2026-01-13 22:43:25 -05:00
parent 40becf1135
commit 8e26f19f66
8 changed files with 133 additions and 10 deletions

View File

@@ -9,7 +9,7 @@
@apply links:link-underline;
/* Paragraphs */
p:not([class*="paragraph-"]) { @apply paragraph-lg; }
p:not([class*="paragraph-"]) { @apply paragraph-base; }
/* Spacing */
@apply space-y-2;