Skip to content

Commit 36d80ef

Browse files
authored
[css-mixins-1] Allow omitting custom function arguments (#11816)
1 parent d3aa98b commit 36d80ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css-mixins-1/Overview.bs

+1-1
Original file line numberDiff line numberDiff line change
@@ -388,7 +388,7 @@ whose function name starts with two dashes (U+002D HYPHEN-MINUS).
388388
Its syntax is:
389389

390390
<pre class="prod informative" nohighlight>
391-
&lt;dashed-function> = --*( <<declaration-value>># )
391+
&lt;dashed-function> = --*( <<declaration-value>>#? )
392392
</pre>
393393

394394
A <<dashed-function>> can only be used where ''var()'' is allowed.

0 commit comments

Comments
 (0)