We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
var()
1 parent a67fb70 commit 2f5cf2cCopy full SHA for 2f5cf2c
1 file changed
css-variables-1/Overview.bs
@@ -393,7 +393,7 @@ Using Cascading Variables: the ''var()'' notation</h2>
393
The syntax of ''var()'' is:
394
395
<pre class='prod'>
396
- <dfn>var()</dfn> = var( <<custom-property-name>> [, <<declaration-value>> ]? )
+ <dfn>var()</dfn> = var( <<custom-property-name>> , <<declaration-value>>? )
397
</pre>
398
399
The ''var()'' function can be used in place of any part of a value in any property on an element.
0 commit comments