Hi guys,
I have a CSS file that I use for my custom CMS.
Since this CMS is designed in such a way that every single part of the layout can be totally controlled from this CSS file and that every module/page can be styled separately, I end up with a file currently taking 50kb and containing 2000 lines of code (and it will grow more soon).
From what size can it become unsafe?
Should I split the file "per module"?
What's the maximum number of external CSS files that can I embed in the html?
Thanks