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
Copy file name to clipboardExpand all lines: README.md
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ Project start on 30-10-2023
11
11
This version is deeply inspired by [PostCSS-Obfuscator](https://github.com/n4j1Br4ch1D/postcss-obfuscator). Shout out to [n4j1Br4ch1D](https://github.com/n4j1Br4ch1D) for creating such a great package and thank you [tremor](https://github.com/tremorlabs) for sponsoring this project.
12
12
13
13
#### Changes:
14
-
- Support partially obfuscation
14
+
- Support basic partially obfuscation
15
15
- Support TailwindCSS Dark Mode
16
16
- New configuration file `next-css-obfuscator.config.cjs`
17
17
- More configuration options
@@ -334,7 +334,9 @@ Your convertion table may be messed up. Try to delete the `classConversionJsonFo
334
334
335
335
## 🐛 Known Issues
336
336
337
-
- N/A
337
+
- Partially obfuscation
338
+
- Not work with complex component. (eg. A component with children components)
339
+
- Reason: The obfuscation marker can't locate the correct code block to obfuscate.
0 commit comments