Closed
Description
Since 4.0.1, getting this :local
injected which wasn't there before.
Input:
animation: fade .2s var(--easeOutQuart) .1s forwards
Output:
animation: fade .2s var(:local(--easeOutQuart)) .1s forwards
Found this when updating css-loader. This package is a sub-dep. Works correctly when I override and lock it at 4.0.0
Edit: maybe related to the var
, not animation specific.
Metadata
Metadata
Assignees
Labels
No labels