react-map-styles

Attach react styles to HTML with ease.

Usage no npm install needed!

<script type="module">
  import reactMapStyles from 'https://cdn.skypack.dev/react-map-styles';
</script>

README

react-map-styles

Attach react styles to HTML with ease.

For use with ReactCSS

Installation & Usage

npm install react-map-styles --save-dev

Include it as a webpack loader

{
  test: /\.jsx$/,
  exclude: /node_modules/,
  loaders: ['jsx-loader', 'babel-loader', 'react-map-styles']
}