I am trying to reduce the size of my CSS file. This is from a template that is very CSS and JS heavy. Even with CSSMin, the CSS file size is 250kb.
While I use a lot of CSS - I know that I do not use all this. Therefore, I am trying to determine which styles can be removed. I know about the Dust-Me selector - but this is just a static look at the website. With HTML5 and CSS3, sites are now very dynamic, and most of my CSS comes from dynamic events or โresponsiveโ events, i.e. Bootstrap.
Question: Is there a tool that โwritesโ all my CSS files to the website over a period of time, so I can go and click / hang / move through each element and interact with my website. Then at the end let me know which styles were and were not used?
source share