rework-loader for webpack
Rework loader for webpack which post-processes your CSS with Rework.
Installation
npm install rework-loader
Usage
var css = ;// => returns css post processed with your rework config
Configuration
var rework_plugin = ;// Other parts of webpack.configmodule:loaders:test: /\.css$/ loader: "style-loader!css-loader!rework-loader"...rework:use:
License
MIT (http://www.opensource.org/licenses/mit-license.php)