Replies: 1 comment 1 reply
-
This is not really a Remix concern and probably more appropriate to reach out to tailwind (existing similar proposal). You could also explore making a Vite plugin to do this or see if anyone has made anything similar |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm using tailwind for css in a remix app.
Is there a good way to compress the css classes, mainly for performance reasons but also for obfuscation?
Consider a component like this:
is there a way to convert the classNames perhaps something like
There are quite a lot of unnecessary bytes over the wire in the className, it seems like there could be a tool out there to reduce some of that?
Beta Was this translation helpful? Give feedback.
All reactions