feat: editor-styles
This commit is contained in:
12
wp-content/themes/headless/app/assets/css/lists.css
Normal file
12
wp-content/themes/headless/app/assets/css/lists.css
Normal file
@@ -0,0 +1,12 @@
|
||||
/* List styles */
|
||||
@utility list-horizontal {
|
||||
@apply flex list-none flex-wrap items-center gap-3;
|
||||
}
|
||||
|
||||
@utility list-ordered {
|
||||
@apply list-decimal list-inside;
|
||||
}
|
||||
|
||||
@utility list-unordered {
|
||||
@apply list-disc list-inside;
|
||||
}
|
||||
Reference in New Issue
Block a user