Attach react styles to HTML with ease.
npm install react-map-styles#### For use with ReactCSS
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']
}
``