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