Okay, so this works fine:
<link rel="stylesheet" href="{stylesheet=css/lib}">It generates a URL in the source i.e. http://localhost:8888/index.php?css=css/lib.v.1302145632, which does the trick.
But, when I view my lib.css, which links to multiple stylesheets via @import it is just showing the stylesheet tag. Not converting it to a URL to the file. I’m trying this:
@import url("{stylesheet=css/core}");
All my css files are in a template group, called css. So “css/lib.css” “css/core.css” “css/reset.css” “css/ie.css”, etc..
Any thoughts? Thanks!