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?