Vue style binding turns hsla-string into rgb(255, 255, 255)
Vue version
3.2.47
Link to minimal reproduction
Steps to reproduce
open minimal reproduction
What is expected?
proper background: hsla(...)
style
What is actually happening?
The element gets background: rgb(255, 255, 255)
as custom style.
System Info
No response
Any additional comments?
No response