mirror of
https://github.com/servo/servo.git
synced 2025-08-04 21:20:23 +01:00
style: Add color-mix to DevTools autocomplete
Differential Revision: https://phabricator.services.mozilla.com/D151180
This commit is contained in:
parent
c4b71c5b7f
commit
0e61a179ee
1 changed files with 3 additions and 0 deletions
|
@ -740,6 +740,9 @@ impl SpecifiedValueInfo for Color {
|
||||||
"currentColor",
|
"currentColor",
|
||||||
"transparent",
|
"transparent",
|
||||||
]);
|
]);
|
||||||
|
if static_prefs::pref!("layout.css.color-mix.enabled") {
|
||||||
|
f(&["color-mix"]);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue