mirror of
https://github.com/servo/servo.git
synced 2025-08-05 05:30:08 +01:00
Further changes required by Servo
This commit is contained in:
parent
d9a9ae4d7b
commit
47a54ced2b
1 changed files with 1 additions and 1 deletions
|
@ -1101,7 +1101,7 @@ impl SpecifiedValueInfo for Color {
|
||||||
if allow_color_mix() {
|
if allow_color_mix() {
|
||||||
f(&["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"]);
|
f(&["lab", "lch", "oklab", "oklch"]);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue