feat: add ordered list styling

This commit is contained in:
Oliver Davies 2022-11-05 21:53:50 +00:00
parent dd92d7aaa1
commit 668f0a0b21

View file

@ -34,6 +34,10 @@
@apply my-8; @apply my-8;
} }
ol {
@apply pl-6 list-decimal;
}
ul { ul {
@apply pl-6 list-disc; @apply pl-6 list-disc;
} }