feat: add ordered list styling
This commit is contained in:
parent
dd92d7aaa1
commit
668f0a0b21
1 changed files with 4 additions and 0 deletions
|
@ -34,6 +34,10 @@
|
|||
@apply my-8;
|
||||
}
|
||||
|
||||
ol {
|
||||
@apply pl-6 list-decimal;
|
||||
}
|
||||
|
||||
ul {
|
||||
@apply pl-6 list-disc;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue