css-extend-loader
v0.1.3
Published
css-extend-loader for webpack
Downloads
11
Readme
css-extend-loader for webpack
Special thanks
css-extend-loader is based on [email protected] by @sokra
Usage
in webpack.config.js
var rootPath = encodeURIComponent('https://127.0.0.1/img/');
module.exports = {
/*
......
......
*/
module: {
loaders: [
test: /\.css$/,
loader: 'style!css-extend?rootPath='+rootPath
]
}
};
See webpack
documentation.
License
MIT (http://www.opensource.org/licenses/mit-license.php)