Skip to content

Commit 83c7bff

Browse files
authored
[css-values-5] Make color-mix() accept 1+ arguments #11530 (#12265)
Oversight in 85cd6d2.
1 parent 034a433 commit 83c7bff

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
@@ -998,7 +998,7 @@ Interpolated Color Values: the ''color-mix()'' notation</h3>
998998
<pre class=prod>
999999
<<color-mix()>> =
10001000
color-mix( [ <<progress>> && <<color-interpolation-method>>? ] , <<color>>, <<color>> ) |
1001-
color-mix( <<color-interpolation-method>>, [<<color>> && <<percentage [0,100]>>?]#{2} )
1001+
color-mix( <<color-interpolation-method>>, [<<color>> && <<percentage [0,100]>>?]# )
10021002
</pre>
10031003

10041004
The used value of the first [=mix notation=] variant

0 commit comments

Comments
 (0)