Is there a method to streamline extensive CSS files by isolating only the necessary selectors for a specific page, and generating new css files containing just these selectors?
Scenario: I am dealing with a significantly large CSS file that I need to optimize on a per-page basis in order to reduce file size and enable caching on mobile devices. I was considering a server-side tool such as dust me selectors.
The project I am currently involved in is based on ASP.NET MVC.
Appreciate any guidance.