06-16-2008, 08:18 AM
|
#3 (permalink)
|
|
The Wanderer
Join Date: Jan 2008
Posts: 24
Thanks: 13
|
Quote:
Originally Posted by Aaron
[...] <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.
|
|
|
|