unistyle-loader A Webpack Loader for Unistyle Usage Using loaders Unistyle Example loader config: { test: /\.css.js$/, loader: 'style-loader!css-loader!unistyle-loader!babel-loader' } Or inline: require("style!css!unistyle!babel!./file.css.js")