Minifying and Obsfucating CSS similar to Javascript [closed]
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 3 years ago . I know there are several tools out there that are capable of obfuscating JavaScript files such as by turning a simple functions like: function testing() { var testing; var testing2; alert(testing+testing2); } into function a(var a,b;alert(a+b);) My question is does something like this exist for use with CSS/HTML