I have seen many souce codes but I have never ever come across a code which imports any css file within a div. W3C allows it,
Importing a style sheet to apply as a scoped style sheet:
<div class="navigation" style="@import url(navigationstyles.css);">...</div>
Why do people still not use it?