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
{{ message }}
This repository has been archived by the owner on Mar 6, 2020. It is now read-only.
since one of the side-effects of using tailwind is that styles are usually much easier to rip/steal, especially so if @apply is not used and every class is truly inline, I thought this would have prompted someone to create some kind of obfuscator which replaces all the vanilla tailwind classes by short unintelligible hashes, with matching classes in the bundle of course so it all still works
of course, this could be reversed with a fair amount of effort, but I could still see this as being quite useful at almost no performance cost.. perhaps slightly heavier bundles because of slightly more characters in the classes. Still, I would use that if it existed
This would also be useful if you are selling templates built with Tailwind CSS and want to provide a live demo
The text was updated successfully, but these errors were encountered:
thank you, I'm having a look, at first glance it seems this isn't easy to use or compatible with bundles created through Webpack though.. but it's a step in the right direction!
I think this would be pretty useful to cover to protect the templates in your upcoming Tailwind UI product
since one of the side-effects of using tailwind is that styles are usually much easier to rip/steal, especially so if @apply is not used and every class is truly inline, I thought this would have prompted someone to create some kind of obfuscator which replaces all the vanilla tailwind classes by short unintelligible hashes, with matching classes in the bundle of course so it all still works
of course, this could be reversed with a fair amount of effort, but I could still see this as being quite useful at almost no performance cost.. perhaps slightly heavier bundles because of slightly more characters in the classes. Still, I would use that if it existed
This would also be useful if you are selling templates built with Tailwind CSS and want to provide a live demo
The text was updated successfully, but these errors were encountered: