View Single Post
Old 06-16-2008, 08:18 AM   #3 (permalink)
sidisinsane
The Wanderer
 
Join Date: Jan 2008
Posts: 24
Thanks: 13
sidisinsane is on a distinguished road
Default

Quote:
Originally Posted by Aaron View Post
[...] <script>@import css</script>
Just a small correction. Of course you meant using
Code:
<style>@import css</style>
To prevent a "Flash of Unstyled Content" (FOUC) I usually link to a master-stylesheet - especially when I'm not adding any script-tags to my head.

In my master-stylesheet I then import other common ones - just like Wildhoney does. From a performance standpoint that might not be the best solution, but it serves me well in terms of workflow.
sidisinsane is offline  
Reply With Quote