Tools to optimize (remove redundancy and merge) CSS? [closed]
问题 I'm searching for a good CSS compress, merge and optimization tool. I have found tools that clean the CSS but they don't optimize the overwrites. Here is a basic example: a{color:#000} and on another line the a color is overwritten with this: a{color:#fff} Does anyone know of a tool that can clean the unused CSS, that was overwritten and keep just the applied style? 回答1: I don't particularly understand what you mean by "clean unused CSS", but in any case, I'll throw two tools at you, and