Replies: 1 comment
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm using Vue 3 + Tailwind (amazing combo!)
One thing I would love to do is use webpack to generate custom minified class names with
localIdentName
.I have the config working, and its properly minifying the stylesheet, but it's not changing the class names inside my single-file .vue components.
I thought this may be a vue question, but it seems that it must use "css modules" for this to work, so perhaps this is a vue question?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions