We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57fad84 commit 9acb61aCopy full SHA for 9acb61a
css-lists-3/Overview.bs
@@ -1096,12 +1096,16 @@ The Implicit ''list-item'' Counter</h3>
1096
like ''decimal''.
1097
1098
<div class="example">
1099
+
1100
In the following example,
1101
the list is modified to count by twos:
1102
1103
<pre>
1104
ol.evens > li { counter-increment: list-item 2; }
1105
</pre>
1106
1107
A three-item list would be rendered as
1108
1109
1110
2. First Item
1111
4. Second Item
0 commit comments