mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
style: [devtools] Add color
to DevTools autocomplete
Differential Revision: https://phabricator.services.mozilla.com/D168520
This commit is contained in:
parent
0bf39dc3d3
commit
647434532d
1 changed files with 1 additions and 1 deletions
|
@ -1146,7 +1146,7 @@ impl SpecifiedValueInfo for Color {
|
|||
f(&["color-mix"]);
|
||||
}
|
||||
if allow_more_color_4() {
|
||||
f(&["lab", "lch", "oklab", "oklch"]);
|
||||
f(&["color", "lab", "lch", "oklab", "oklch"]);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue