IE is not able to handle more than 4096 css rules. This limit is biting me. So I'm looking for a tool that can identify duplicate css rules and merge them. Doesn't matter much if the result is bigger in size, the point is to have less css rules.
This is not a css compressor question, but a css rules number reduction question.
There is a css parser in Java. It is probably not much of an effort to create a tool which merges rules if they have the same selectors to a single one and writes it to a new css file.
http://www.w3.org/Style/CSS/SAC/
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With