If you used XMLHttpRequest to load the page you could get acces to those files without having to load them a second time.
it's preferable to not duplicate ton reduce bandwidth and efficiency.
what if the css is generated dynamically and is different depending on the time it is requested?