tailwindcss-mangle
tailwindcss-mangle copied to clipboard
a obfuscator tool for tailwindcss mangle
[](https://renovatebot.com) Welcome to [Renovate](https://togithub.com/renovatebot/renovate)! This is an onboarding PR to help you understand and configure settings before regular Pull Requests begin. 🚦 To activate Renovate, merge this Pull Request....
# Hello users Currently due to my work commitments, I often have to work overtime and do not have much free time to maintain this project. But I will not...
First of all thanks for the library. Site blinks initially and styles are not appeared properly. In client side rendering it works
Here I have attached error screenshot.  For example this is one of my SVG path d="M12 15v2m-6 4h12a2 2 0 002-2v-6a2 2 0...
Hey there, I just stumbled upon this obfuscation solution over at tailwindcss. I am wonderig, has this package been successfully used with Next.js?
If we use at-rule in the vue file, the plugin will stop building the application. ```vue Hello .card { @apply border border-gray-300 bg-gray-50 rounded p-3; /*
感谢作者开发这款工具,我在nuxt3平台下使用时,遇到如下错误: The symbol "createError" has already been declared  这是`nuxt.config.ts`文件内容: ```ts // https://nuxt.com/docs/api/configuration/nuxt-config import { vitePlugin as utwm } from 'unplugin-tailwindcss-mangle' export default defineNuxtConfig({ runtimeConfig: { public: { baseURL: process.env.BASE_URL...
i have an utility that overrides duplicate tailwind classes like `"px-5 px-6"` converts to `"px-6"`. but when i obfuscate classes, merge doesn't work and implements to dom `tw-abc tw-abd` means...
I am using Nuxt 3.8 The plugin works fine, however during building I am getting this warning `(unplugin-tailwindcss-mangle plugin) Sourcemap is likely to be incorrect: a plugin (unplugin-tailwindcss-mangle) was used...