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

@@ -7,7 +7,4 @@
/* Paragraph styles */
@utility paragraph-base { @apply font-sans; }
@utility paragraph-sm { @apply paragraph-base text-sm; }
@utility paragraph-md { @apply paragraph-base text-base; }
@utility paragraph-lg { @apply paragraph-base text-lg; }
@utility paragraph-xl { @apply paragraph-base text-2xl; }
@utility paragraph-lead { @apply paragraph-base text-2xl; }