Is there an open source or free project that offers a CSS manager? I want to optimize performance and am hoping to find a pre-built solution rather than starting from scratch. Some key features I'm looking for include:
- Merging multiple .css files into one single css file
- Optional minification of the resulting .css file
- Compatibility with .Net (user control, custom handler, etc)
Does anyone know of a project that fulfills these requirements?