mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Further changes required by Servo
This commit is contained in:
parent
0e61a179ee
commit
e6b834ffac
1 changed files with 1 additions and 1 deletions
|
@ -740,7 +740,7 @@ impl SpecifiedValueInfo for Color {
|
|||
"currentColor",
|
||||
"transparent",
|
||||
]);
|
||||
if static_prefs::pref!("layout.css.color-mix.enabled") {
|
||||
if allow_color_mix() {
|
||||
f(&["color-mix"]);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue