Further changes required by Servo

This commit is contained in:
Oriol Brufau 2023-09-23 17:18:46 +02:00 committed by Martin Robinson
parent 0e61a179ee
commit e6b834ffac

View file

@ -740,7 +740,7 @@ impl SpecifiedValueInfo for Color {
"currentColor", "currentColor",
"transparent", "transparent",
]); ]);
if static_prefs::pref!("layout.css.color-mix.enabled") { if allow_color_mix() {
f(&["color-mix"]); f(&["color-mix"]);
} }
} }