We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d151cab commit 22928f8Copy full SHA for 22928f8
css-color-5/Overview.bs
@@ -123,7 +123,7 @@ Introduction {#intro}
123
Colors in CSS are represented by the <dfn export><<color>></dfn> type:
124
125
<pre class='prod'>
126
- <color> = <<absolute-color-base>> | currentcolor | <<system-color>> | <<device-cmyk()>> | <<light-dark()>>
+ <color> = <<absolute-color-base>> | currentcolor | <<system-color>> | <<device-cmyk()>> | <<color-mix()>> | <<light-dark()>>
127
128
<dfn><absolute-color-base></dfn> = <<hex-color>> | <<absolute-color-function>> | <<named-color>> | transparent
129
<dfn><absolute-color-function></dfn> = <<rgb()>> | <<rgba()>> |
0 commit comments