Skip to content

Commit 277e227

Browse files
committed
docs: tailwindcss-mangle-shared link
1 parent b813813 commit 277e227

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

README.md

+7
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ A util for mangle tailwindcss
55
- [tailwindcss-mangle](#tailwindcss-mangle)
66
- [tailwindcss-patch](#tailwindcss-patch)
77
- [tailwindcss-mangle-core](#tailwindcss-mangle-core)
8+
- [tailwindcss-mangle-shared](#tailwindcss-mangle-shared)
89
- [unplugin-tailwindcss-mangle](#unplugin-tailwindcss-mangle)
910

1011
## tailwindcss-patch
@@ -19,6 +20,12 @@ The core of tailwindcss-mangle
1920

2021
click [tailwindcss-mangle-core](./packages/core) for more details.
2122

23+
## tailwindcss-mangle-shared
24+
25+
The shared utils of tailwindcss-mangle
26+
27+
click [tailwindcss-mangle-shared](./packages/shared) for more details.
28+
2229
## unplugin-tailwindcss-mangle
2330

2431
`unplugin-tailwindcss-mangle` is a plugin for `webpack` and `vite` to **obfuscate** tailwindcss class.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"format": "prettier --write \"**/*.{ts,tsx,md}\"",
1818
"preinstall": "npx only-allow pnpm",
1919
"release": "bumpp -r",
20-
"sync": "cnpm sync tailwindcss-patch unplugin-tailwindcss-mangle tailwindcss-mangle-core"
20+
"sync": "cnpm sync tailwindcss-mangle-shared tailwindcss-patch unplugin-tailwindcss-mangle tailwindcss-mangle-core"
2121
},
2222
"devDependencies": {
2323
"@icebreakers/eslint-config-ts": "^1.0.4",

0 commit comments

Comments
 (0)