obfuscate your CSS here
It replaces class names with random strings. it simply obfuscate your css to make it harder to read.
Input HTML: <span class="hello"></span>
Input CSS: .hello{color:red;}
Output HTML: <span class="flxdz"></span>
Output CSS: .flxdz{color:red;}