HI folks, should lightningcss throw an error when you pass it invalid CSS like this one?
.corrupt {
color: hsla(120, 62.32%;
}
I was hoping this to throw so that I can use lightningcss to validate a dynamic CSS input at runtime.
Playground
For example, when browsers encounter this they error:
