https://github.com/sonofmagic/tailwindcss-mangle
a obfuscator tool for tailwindcss mangle
https://github.com/sonofmagic/tailwindcss-mangle
obfuscator plugin tailwindcss vite webpack
Last synced: 27 days ago
JSON representation
a obfuscator tool for tailwindcss mangle
- Host: GitHub
- URL: https://github.com/sonofmagic/tailwindcss-mangle
- Owner: sonofmagic
- License: mit
- Created: 2023-04-07T13:38:25.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2026-05-21T01:26:16.000Z (29 days ago)
- Last Synced: 2026-05-21T08:29:00.462Z (29 days ago)
- Topics: obfuscator, plugin, tailwindcss, vite, webpack
- Language: TypeScript
- Homepage: https://mangle.icebreaker.top/
- Size: 7.49 MB
- Stars: 208
- Watchers: 1
- Forks: 11
- Open Issues: 30
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
- Agents: AGENTS.md
Awesome Lists containing this project
README
# tailwindcss-mangle





[](https://github.com/sonofmagic/tailwindcss-mangle/actions/workflows/test.yml)
[](https://codecov.io/gh/sonofmagic/tailwindcss-mangle)
A util for mangle tailwindcss
- [tailwindcss-mangle](#tailwindcss-mangle)
- [tailwindcss-patch](#tailwindcss-patch)
- [unplugin-tailwindcss-mangle](#unplugin-tailwindcss-mangle)
## tailwindcss-patch
`tailwindcss-patch` is a util to patch tailwindcss code and get its context at runtime.
Click [tailwindcss-patch](./packages/tailwindcss-patch) for more details.
## unplugin-tailwindcss-mangle
> It is recommended to read the documentation of [tailwindcss-patch](https://github.com/sonofmagic/tailwindcss-mangle/tree/main/packages/tailwindcss-patch) first, `unplugin-tailwindcss-mangle` depends on this tool.
`unplugin-tailwindcss-mangle` is a plugin for `webpack` and `vite` to **obfuscate** tailwindcss class.
You can enter [unplugin-tailwindcss-mangle](./packages/unplugin-tailwindcss-mangle) for usage and more details.
### NextJs
For users trying version `2.3.0` of `unplugin-tailwindcss-mangle`, it has been tested and confirmed to work in versions `14~15`. However, be aware that this package is no longer maintained, as the project is focused on `vitejs`.