I currently have {embed=styles/base} in my header template to load my base CSS. Inside that, I’m importing a CSS reset, as well as a few others (clearfix and fontface). It’s not working by keeping it as @import url(‘reset.css’);—Is there a way to allow the importing of style sheets without linking to each of them in the header template?
I searched, but couldn’t find anything on the subject. Sorry if this is a dumb question, this is my first EE website…