We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4607d16 commit 0915aa3Copy full SHA for 0915aa3
2 files changed
css-values/Overview.bs
@@ -144,9 +144,11 @@ Component value combinators</h3>
144
ordering of the grammar does not matter:
145
components in the same grouping may be interleaved in any order.
146
Thus, the following lines are equivalent:
147
+
148
<pre>
-<!---->a || b || c
149
-<!---->b || a || c</pre>
+ a || b || c
150
+ b || a || c
151
+ </pre>
152
153
<h3 id="component-multipliers">
154
Component value multipliers</h3>
0 commit comments