The import statement inserted into head only works with clean urls (e.g. @import "css/get/42";). If clean urls are disabled, then the url would have to be @import "?q=css/get/42"; in order to work.
Hopefully this is an easy bug to fix.
The import statement inserted into head only works with clean urls (e.g. @import "css/get/42";). If clean urls are disabled, then the url would have to be @import "?q=css/get/42"; in order to work.
Hopefully this is an easy bug to fix.
Comments
Comment #1
fax8 commentedgood catch.
changed
to
Comment #2
(not verified) commented