In general plugin works, but it doesn't include @import(ed) stylesheets, at least I don't see them being active.
Also, comma delimited stylesheets within wp-css function output a file not found error, but declaring each stylesheet separately works.
In general plugin works, but it doesn't include @import(ed) stylesheets, at least I don't see them being active.
Also, comma delimited stylesheets within wp-css function output a file not found error, but declaring each stylesheet separately works.
It looks like that the regular expression for the @import rule only understands this syntax: @import('file.css'); and doesn't understand @import 'file.css'; which is equivalent.
yup, both are broken. this sux, such a great idea wasted
Hi folks! I'm the dev for this plugin. Sorry I haven't been more attentive in fixing bugs and stuff.
Could you please use twitter to so I can log all the requests that you have? Please use the hashtag #wp-css
This topic has been closed to new replies.