Skip to content

Commit 2f5cf2c

Browse files
committed
refactor(css‑variables): Simplify var() function syntax definition
1 parent a67fb70 commit 2f5cf2c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

css-variables-1/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,7 @@ Using Cascading Variables: the ''var()'' notation</h2>
393393
The syntax of ''var()'' is:
394394

395395
<pre class='prod'>
396-
<dfn>var()</dfn> = var( <<custom-property-name>> [, <<declaration-value>> ]? )
396+
<dfn>var()</dfn> = var( <<custom-property-name>> , <<declaration-value>>? )
397397
</pre>
398398

399399
The ''var()'' function can be used in place of any part of a value in any property on an element.

0 commit comments

Comments
 (0)