- From: Chris Lilley <notifications@github.com>
- Date: Sat, 18 Jul 2020 19:50:52 -0700
- To: w3ctag/design-reviews <design-reviews@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Sunday, 19 July 2020 02:51:04 UTC
> For example, `color-mix(red yellow 40%)` produces a mixture of 40% red and 60% yellow. The syntax has now changed as a result of resolving https://github.com/w3c/csswg-drafts/issues/5258 so that example would now be `color-mix(red 40%, yellow)` or indeed `color-mix(red40%, yellow 60%)` or, in sRGB rather than LCH `color-mix(srgb red 40%, yellow)` -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/w3ctag/design-reviews/issues/526#issuecomment-660576558
Received on Sunday, 19 July 2020 02:51:04 UTC