feat: add ordered list styling
This commit is contained in:
parent
dd92d7aaa1
commit
668f0a0b21
|
@ -34,6 +34,10 @@
|
|||
@apply my-8;
|
||||
}
|
||||
|
||||
ol {
|
||||
@apply pl-6 list-decimal;
|
||||
}
|
||||
|
||||
ul {
|
||||
@apply pl-6 list-disc;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue