Re: Cascading CSS and conditional CSS
Posted: Tue Feb 07, 2006 10:55 am
Hi!
It should be perfectly fine ti do @import within your style.css file! Remember though, that the import directory scope is within "/", so if you put your "import.css" file in your template directory, you'll need to @import url(templates/yourtheme/import.css).
This actually applies to your second problem. Use the right path.
Regard,s
Garvin
It should be perfectly fine ti do @import within your style.css file! Remember though, that the import directory scope is within "/", so if you put your "import.css" file in your template directory, you'll need to @import url(templates/yourtheme/import.css).
This actually applies to your second problem. Use the right path.
Regard,s
Garvin