Fix ordered lists

Start the list-item counter at 1.
This commit is contained in:
Eryn Wells 2024-10-27 07:23:49 -06:00
parent d7353308fa
commit 48583e214a

View file

@ -21,7 +21,7 @@ ol {
padding-inline-start: 0;
&:not([start]) {
counter-reset: list-item;
counter-reset: list-item 1;
}
&[start] {