I'm actually working on a big project with a custom MVC. We have a class that loads all modules config, this contains an array of css and javascript necessaries.
I favor to get contents of all css and load into one to reduce HTTP request in my header. I doubt after seeing similar MVC to I dunno if it has any disadvantage