Looking for a better way to handle the following situation: I want to include up to 5 CSS files into one via CSS Links. Although it may not be ideal for server trips, this method helps me stay organized.
During runtime, I automatically consolidate and minify all css files into just one...
I am curious about how to have links to css files in my source during design time and different ones during runtime...
Any special workarounds using <% %> tags that could help with this issue?
Thank you!