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
Here’s the situation: during the design phase, since unplugin-tailwindcss-mangle automatically converts all string literals in JavaScript, we excluded classes without a hyphen (like flex, hidden, etc.) to avoid unintended conversions.
version
5.0.2
Link to minimal reproduction
https://github.com/lazuee/react-router-hono-template
Steps to reproduce
cd website && pnpm build && pnpm start
What is expected?
TailwindCSS classes should be mangled, but some classes like
flex
,grid
,hidden
,leading
,group
,border
andease-in-out
are not being mangled.What is actually happening?
System Info
Any additional comments?
No response
The text was updated successfully, but these errors were encountered: