Skip to content

Zaydme/CSS-uglifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

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;}

Releases

No releases published

Packages

No packages published

Languages