react-map-styles
v0.3.0
Published
Attach react styles to HTML with ease.
Downloads
226
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']
}