next-css-obfuscator
next-css-obfuscator copied to clipboard
DaisyUI compatibility?
Checklist
- [X] Read all documentation
- [X] No related request
- [X] Meaningful issue title
Is your feature request related to a problem? Please describe. I wanted to use this with daisyUi which is kinda works, but it's not obfuscating my TailwindCSS classes anymore
conversion.json
without daisy (Tailwindcss only)
{
".z-10": ".g7htt",
".-mb-5": ".g4spw",
".-mt-2": ".glorw",
".ml-5": ".gavoa",
.
.
.
conversion.json
with daisy (Tailwindcss w/ daisyUI imported)
{
".label": ".ae4d0",
".label a:hover": ".ae4d0 a:hover",
".btn": ".afqnw",
".btn-disabled": ".aeavt",
.
.
.
Describe the solution you'd like It should obfuscate all the classes included both the Tailwind classes and DaisyUI classes
Describe alternatives you've considered I've tried build with Tailwind only (without importing daisy) and with Daisy imported after that, and it's able to obfus all the classes but its result in the css just became broken (invalid layout, font, etc...)