|
138 | 138 | @supports (color: color(srgb 0 0 0)) {
|
139 | 139 | :root {
|
140 | 140 | --color-1: color(srgb 0.64331 0.19245 0.16771);
|
141 |
| -} |
142 |
| -} |
143 |
| - |
144 |
| -@supports (color: color(srgb 0 0 0)) { |
145 |
| -:root { |
146 | 141 | --color-2: color(srgb 0.64331 0.19245 0.16771 / 50);
|
147 |
| -} |
148 |
| -} |
149 |
| - |
150 |
| -@supports (color: color(srgb 0 0 0)) { |
151 |
| -:root { |
152 | 142 | --color-3: color(srgb 0.64331 0.19245 0.16771 / var(--opacity-50));
|
153 |
| -} |
154 |
| -} |
155 |
| - |
156 |
| -@supports (color: color(srgb 0 0 0)) { |
157 |
| -:root { |
158 | 143 | --color-4: color(srgb 0.64331 var(--point-5) 0.16771 / var(--opacity-50));
|
159 |
| -} |
160 |
| -} |
161 |
| - |
162 |
| -@supports (color: color(srgb 0 0 0)) { |
163 |
| -:root { |
164 | 144 | --color-5: color(srgb 0.64331 0.19245 0.16771 / calc(1 / 2));
|
165 | 145 | }
|
166 | 146 | }
|
|
224 | 204 | @supports (color: color-mix(in oklch, #000, #fff)) {
|
225 | 205 | :root {
|
226 | 206 | --color-mix-1: color-mix(in lch, purple 50%, plum 50%);
|
227 |
| -} |
228 |
| -} |
229 |
| - |
230 |
| -@supports (color: color-mix(in oklch, #000, #fff)) { |
231 |
| -:root { |
232 | 207 | --color-mix-2: color-mix(in lch longer, purple 50%, plum 50%);
|
233 |
| -} |
234 |
| -} |
235 |
| - |
236 |
| -@supports (color: color-mix(in oklch, #000, #fff)) { |
237 |
| -:root { |
238 | 208 | --color-mix-3: color-mix(in lab, purple 50%, plum 50%);
|
239 |
| -} |
240 |
| -} |
241 |
| - |
242 |
| -@supports (color: color-mix(in oklch, #000, #fff)) { |
243 |
| -:root { |
244 | 209 | --color-mix-4: color-mix(in srgb, purple, plum 50%);
|
245 |
| -} |
246 |
| -} |
247 |
| - |
248 |
| -@supports (color: color-mix(in oklch, #000, #fff)) { |
249 |
| -:root { |
250 | 210 | --color-mix-5: color-mix(in srgb-linear, purple 50%, plum);
|
251 |
| -} |
252 |
| -} |
253 |
| - |
254 |
| -@supports (color: color-mix(in oklch, #000, #fff)) { |
255 |
| -:root { |
256 | 211 | --color-mix-6: color-mix(in xyz, purple, plum);
|
257 |
| -} |
258 |
| -} |
259 |
| - |
260 |
| -@supports (color: color-mix(in oklch, #000, #fff)) { |
261 |
| -:root { |
262 | 212 | --color-mix-7: color-mix(
|
263 | 213 | /* color space */
|
264 | 214 | in xyz,
|
|
0 commit comments