feat: Initial ACF fields for the builder

This commit is contained in:
2026-03-27 09:13:57 -04:00
parent 31ac7b8b4d
commit 0ebb530275
11 changed files with 2900 additions and 157 deletions

View File

@@ -4,9 +4,9 @@
}
@utility list-ordered {
@apply list-decimal list-inside;
@apply list-inside list-decimal;
}
@utility list-unordered {
@apply list-disc list-inside;
@apply list-inside list-disc;
}