Injecting CSS during SSR

Hello,

I’m wondering if anyone has a good solution for the following issue: 1.6.1 SSR import css in component · Issue #9758 · meteor/meteor · GitHub

It’s the only thing preventing me from enabling SSR, and I don’t really want to distribute the css files myself as one user mentioned doing.

What if you can add it to the head of html?