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
Hi!
This issue is caused by the fact that there is no exact match when replacing the class string.
Corresponding unit tests have been added and this problem has been fixed in version 1.2.4
Hello!
I have last strange bug I faced with.
Vite+Vue
Reproduction link: https://replit.com/@MarvinMiles/css-mangle-bug.
During dev:
During preview after build:
bg-red-500/50
transformed intotw-g/50
and output CSS file does not contain that class.It was hard to reproduce. Bug appears at strange conditions. For example, removing parent div makes it work properly.
The text was updated successfully, but these errors were encountered: