Further changes required by Servo

This commit is contained in:
Oriol Brufau 2023-11-02 18:57:55 +01:00 committed by Martin Robinson
parent d9a9ae4d7b
commit 47a54ced2b

View file

@ -1101,7 +1101,7 @@ impl SpecifiedValueInfo for Color {
if allow_color_mix() {
f(&["color-mix"]);
}
if static_prefs::pref!("layout.css.more_color_4.enabled") {
if allow_more_color_4() {
f(&["lab", "lch", "oklab", "oklch"]);
}
}