Is it some how possible to include your custom css files in this control?
<SharePoint:CssLink runat="server" Version="4"/>
I usually wind up inserting the same 3 custom css files in the masterpage whenever I start a new SharePoint project. So I thought since the above control inserts all standard SharePoint stylesheets, I could maybe incluce my own css files in it. But is it possible?