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;
|
padding-inline-start: 0;
|
||||||
|
|
||||||
&:not([start]) {
|
&:not([start]) {
|
||||||
counter-reset: list-item;
|
counter-reset: list-item 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
&[start] {
|
&[start] {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue