Static styles.
Ok, I have the need to pull styles from an external site (I run a central CMS that manages many different Sites, all with different styles)
I can pull that from the site via PHP, but they are on different domains on the same server (so I can't get them via javascript or ajax)
Basically, I'm proposing this; I'm going to add an option to 0.4 that allows you to just insert the CSS directly (not a link to the css pulled via ajax).
is there a need for this among anybody else?