Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 368 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 368 Bytes

CSS-uglifier

obfuscate your CSS here

What does it do?

It replaces class names with random strings. it simply obfuscate your css to make it harder to read.

Example

Input HTML: <span class="hello"></span> Input CSS: .hello{color:red;}

Output HTML: <span class="flxdz"></span> Output CSS: .flxdz{color:red;}