UNPKG

@toruslabs/isomorphic-style-loader

Version:

CSS style loader for Webpack optimized for critical path CSS rendering and isomoprhic web apps

13 lines (8 loc) 282 B
/*! Isomorphic Style Loader | MIT License | https://github.com/kriasoft/isomorphic-style-loader */ 'use strict'; var React = require('react'); var StyleContext = React.createContext({ insertCss: null }); module.exports = StyleContext; //# sourceMappingURL=StyleContext.js.map