If I'm correct, there currently is no standard way of adding styling to sourcejs via middleware.
Would it be a good idea if middleware could register additional styling source files and core would compile and bundle them?
Of do you think it would be better not to add this complexity and just provide an array of stylesheets.
That would simply be placed in the head.
I'm leaning towards just having every middleware have it's own stylesheet. It will also mean no source-build would be required after a plugin install.