mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
style: Add hwb/a to devtools autocomplete lists
The changes to the devtools directory were written automatically via ./mach devtools-css-db Differential Revision: https://phabricator.services.mozilla.com/D134197
This commit is contained in:
parent
89041ac330
commit
4229ace432
1 changed files with 1 additions and 1 deletions
|
@ -829,7 +829,7 @@ impl SpecifiedValueInfo for Color {
|
|||
// should probably be handled that way as well.
|
||||
// XXX `currentColor` should really be `currentcolor`. But let's
|
||||
// keep it consistent with the old system for now.
|
||||
f(&["rgb", "rgba", "hsl", "hsla", "currentColor", "transparent"]);
|
||||
f(&["rgb", "rgba", "hsl", "hsla", "hwb", "hwba", "currentColor", "transparent"]);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue