mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
style: Remove hwba since it's not a thing (hwb function supports alpha)
Partially backs out the previous patch. Differential Revision: https://phabricator.services.mozilla.com/D134256
This commit is contained in:
parent
4229ace432
commit
d0475b75d4
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", "hwb", "hwba", "currentColor", "transparent"]);
|
||||
f(&["rgb", "rgba", "hsl", "hsla", "hwb", "currentColor", "transparent"]);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue