I am designing a multi tenants web portal application using MVC.
Tenants will be identified by URL or tenant id. We are going to have a default set of skins and themes but per requirement each tenant can have its own skins and themes.
What is the best way to handle/attach css for multi tenant web portal application?