You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's trivial for people to read the computed style and create a color object with a custom property's value. We should not be handling this for them as it's quite a divergence from our focus and it complicates the constructor.
For anyone looking for what to replace calls to new Color("--foo", root) with, it's just:
It's trivial for people to read the computed style and create a color object with a custom property's value. We should not be handling this for them as it's quite a divergence from our focus and it complicates the constructor.
For anyone looking for what to replace calls to
new Color("--foo", root)
with, it's just:The text was updated successfully, but these errors were encountered: