1.0.0 • Published 9 years ago

bless-webpack-plugin v1.0.0

Weekly downloads
204
License
Apache-2.0
Repository
github
Last release
9 years ago

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$/.