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
`tailwindcss-patch` is a util to patch tailwindcss code and get it's context at runtime.
23
20
24
21
click [tailwindcss-patch](./packages/tailwindcss-patch) for more details.
25
22
26
-
## @tailwindcss-mangle/core
27
-
28
-
The core of tailwindcss-mangle
29
-
30
-
click [@tailwindcss-mangle/core](./packages/core) for more details.
31
-
32
-
## @tailwindcss-mangle/shared
33
-
34
-
The shared utils of tailwindcss-mangle
35
-
36
-
click [@tailwindcss-mangle/shared](./packages/shared) for more details.
37
-
38
23
## unplugin-tailwindcss-mangle
39
24
25
+
> 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.
26
+
40
27
`unplugin-tailwindcss-mangle` is a plugin for `webpack` and `vite` to **obfuscate** tailwindcss class.
41
28
42
29
you can enter [unplugin-tailwindcss-mangle](./packages/unplugin-tailwindcss-mangle) for usage and more details.
43
-
44
-
## How to use
45
-
46
-
See [unplugin-tailwindcss-mangle](./packages/unplugin-tailwindcss-mangle)
Copy file name to clipboardExpand all lines: packages/unplugin-tailwindcss-mangle/README.md
+15Lines changed: 15 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,8 @@
2
2
3
3
mangle tailwindcss utilities plugin
4
4
5
+
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.
0 commit comments