Fix ordered lists
Start the list-item counter at 1.
This commit is contained in:
parent
d7353308fa
commit
48583e214a
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ ol {
|
|||
padding-inline-start: 0;
|
||||
|
||||
&:not([start]) {
|
||||
counter-reset: list-item;
|
||||
counter-reset: list-item 1;
|
||||
}
|
||||
|
||||
&[start] {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue