We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7965e6c commit 0b8d6ffCopy full SHA for 0b8d6ff
css-counter-styles-3/Overview.bs
@@ -157,7 +157,9 @@ Defining Custom Counter Styles: the ''@counter-style'' rule</h2>
157
158
The general form of an ''@counter-style'' rule is:
159
160
- <pre>@counter-style <<counter-style-name>> { <<declaration-list>> }</pre>
+ <pre class=prod>
161
+ @counter-style <<counter-style-name>> { <<declaration-list>> }
162
+ </pre>
163
164
<dfn><counter-style-name></dfn> is a <<custom-ident>>
165
that is not an <a>ASCII case-insensitive</a> match for ''list-style-type/none''.
0 commit comments