isomorphic-style-loader
isomorphic-style-loader copied to clipboard
_getCss() method should return module ID in addition to CSS string
This would allow to render multiple <style> elements on the server for each UI module and being able to reuse them on a client during the initial page load.
Ref #13
I wonder if this might be better as a separate method, such as _.getCssId, rather than changing the API of _getCss.