mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
style: Add lab
, lch
, oklab
and oklch
to DevTools autocomplete
Differential Revision: https://phabricator.services.mozilla.com/D167803
This commit is contained in:
parent
6542bb135e
commit
d9a9ae4d7b
1 changed files with 3 additions and 0 deletions
|
@ -1101,6 +1101,9 @@ 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") {
|
||||||
|
f(&["lab", "lch", "oklab", "oklch"]);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue