css-extend-loader

v0.1.3
css-extend-loader for webpack

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)

npm i css-extend-loader

Metadata

  • Unknown
  • Whatever
  • Alfred UC
  • released 10/15/2016

Downloads