Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

react-map-styles

case3360.3.0

Attach react styles to HTML with ease.

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']
}