Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

Plugin for webpack that runs bless over all (generated) css files.

Installation

Install the plugin with npm:

$ npm install --save-dev bless-webpack-plugin

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

About

No description, website, or topics provided.

Resources

Stars

8 stars

Watchers

6 watching

Forks

Releases

Packages

Used by

Contributors

Languages