Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 12 hours 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 (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-24T05:59:18.000Z (2 months ago)
- Last Synced: 2024-10-24T13:48:59.933Z (about 2 months ago)
- Topics: obfuscator, plugin, tailwindcss, vite, webpack
- Language: TypeScript
- Homepage:
- Size: 3.55 MB
- Stars: 99
- Watchers: 2
- Forks: 3
- Open Issues: 34
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# tailwindcss-mangle
![star](https://badgen.net/github/stars/sonofmagic/tailwindcss-mangle)
![dm0](https://badgen.net/npm/dm/@tailwindcss-mangle/core)
![dm1](https://badgen.net/npm/dm/@tailwindcss-mangle/shared)
![dm2](https://badgen.net/npm/dm/tailwindcss-patch)
![dm3](https://badgen.net/npm/dm/unplugin-tailwindcss-mangle)
[![test](https://github.com/sonofmagic/tailwindcss-mangle/actions/workflows/test.yml/badge.svg?branch=dev)](https://github.com/sonofmagic/tailwindcss-mangle/actions/workflows/test.yml)
[![codecov](https://codecov.io/gh/sonofmagic/tailwindcss-mangle/branch/main/graph/badge.svg?token=jPyNihT78U)](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 it's 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.