Would you welcome an isomorphic-style-loader example–the loader used in react-starter-kit–or is there a reason it hasn't been done yet? I think it would be matter of adding a css loader to next.config.js and either setting/concating the styles property for the head tag in _document.js or creating a separate style tag in _document.js for non-styled-jsx styles.
I don't want to attempt it if it's already been tried and discarded.
Would you welcome an isomorphic-style-loader example–the loader used in react-starter-kit–or is there a reason it hasn't been done yet? I think it would be matter of adding a css loader to
next.config.jsand either setting/concating thestylesproperty for the head tag in_document.jsor creating a separatestyletag in_document.jsfor non-styled-jsx styles.I don't want to attempt it if it's already been tried and discarded.