Skip to content

Commit 98c5a7c

Browse files
committed
[css-values-5] Group the first arg together in color-mix(). #10867
1 parent 28b1db7 commit 98c5a7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css-values-5/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -797,7 +797,7 @@ Interpolated Color Values: the ''color-mix()'' notation</h3>
797797

798798
<pre class=prod>
799799
<<color-mix()>> =
800-
color-mix( <<progress>> && <<color-interpolation-method>>?, <<color>>, <<color>> ) |
800+
color-mix( [ <<progress>> && <<color-interpolation-method>>? ] , <<color>>, <<color>> ) |
801801
color-mix( <<color-interpolation-method>>, [<<color>> && <<percentage [0,100]>>?]#{2} )
802802
</pre>
803803

0 commit comments

Comments
 (0)