Subscribe on changes!

Vue style binding turns hsla-string into rgb(255, 255, 255)

avatar
Apr 30th 2023

Vue version

3.2.47

Link to minimal reproduction

https://play.vuejs.org/#eNpNjskKgzAURX/lNVCsYKuC3YgK3fUPusnGahxoJjIIJeTfGysdNg8udzjPoYuUp8USVKJKd2qWBjQxVjaYz0wKZcCBIgN4GJRgEIVohDnmneDaANMj1Kt/iK6EUgE3oWi/i+JP4N52j1EJy/uQw2jStD3kRZGcs32SZ+uJMcK8Sjd2oAZhCJO0NSQogGrKodTmSUmNkfvtlX/bHqPGufc33lfplG/NmUtrYDky0RMa2sEPwZX2JSD/AlirV6Q=

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