feat: TinyMCE list style
Some checks failed
Deployment / wordpress (push) Successful in 6s
Deployment / nuxt (push) Has been cancelled

This commit is contained in:
2026-02-01 21:14:59 -05:00
parent faf39ca182
commit 8ae6dafb62
5 changed files with 16 additions and 2 deletions

View File

@@ -4,6 +4,7 @@
@import "./a11y.css";
@import "./containers.css";
@import "./links.css";
@import "./lists.css";
@import "./prose.css";
@import "./typography.css";

View File

@@ -0,0 +1,3 @@
@utility list-horizontal {
@apply list-none flex flex-wrap items-center gap-3;
}