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
Fix equivalent calculation when using prefixes in v4 (#1166)
Fixes#1160
We were passing the CSS variable straight through when resolving the
theme values but this isn't accurate when a prefix is used. The theme
variables *do not* have prefixes but the emitted CSS variables _do_.
We have to strip the prefix before doing the lookup.
0 commit comments