Skip to content

Commit 7517837

Browse files
authored
Fix custom test for color-mix (#2179)
1 parent b256e3c commit 7517837

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

custom/css.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -867,7 +867,7 @@
867867
"additionalValues": {
868868
"color": "color(display-p3 0.7 0.5 0)",
869869
"color-contrast": "color-contrast(wheat vs tan, sienna, #d2691e)",
870-
"color-mix": "color-mix(in lch, plum, pink);",
870+
"color-mix": "color-mix(in lch, plum, pink)",
871871
"currentcolor": "currentcolor",
872872
"hsl": "hsl(150, 30%, 60%)",
873873
"hwb": "hwb(12, 50%, 0%)",

0 commit comments

Comments
 (0)