Skip to content

Commit

Permalink
[css-values-5] Group the first arg together in color-mix(). #10867
Browse files Browse the repository at this point in the history
  • Loading branch information
tabatkins committed Sep 13, 2024
1 parent 28b1db7 commit 98c5a7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion css-values-5/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -797,7 +797,7 @@ Interpolated Color Values: the ''color-mix()'' notation</h3>

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

Expand Down

0 comments on commit 98c5a7c

Please sign in to comment.