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:
Emilio Cobos Álvarez 2023-06-06 23:09:44 +02:00 committed by Oriol Brufau
parent 89041ac330
commit 4229ace432

View file

@ -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"]);
}
}