Hi all, so I’m running up quite the stylesheet on this project… it keeps on getting bigger and bigger, so I’m thinking about dividing it up into seperate stylesheets and then using the @import command on the master sheet.
My questions are:
1.)How do I code this to work with EE? (should I do an embed? or path=?)
2.)Will this slow the load time any (I don’t know how long it takes to perform the @import)
Also, I’m using quite a bit of background images in the css. Can anyone tell me how those are loaded… i.e. are they loaded all at once, resulting in a slower page load, or are the images only loaded as they are called for in the html?
Thanks,
Scott