bless-webpack-plugin
v1.0.0
Published
Webpack plugin for bless
Downloads
755
Readme
Plugin for webpack that runs bless over all (generated) css files.
Usage:
var blessPlugin = require('bless-webpack-plugin');
{
plugins : [
blessPlugin();
]
}
API
blessPlugin([blessOptions[, pattern]])
blessOptions
is an options object for bless. It will be passed directly to it.pattern
a regular expression to find assets that should be transformed with bless. Default:/\.css$/
.