3.0.0 • Published 8 years ago

pleeease-brunch v3.0.0

Weekly downloads
34
License
-
Repository
github
Last release
8 years ago

pleeease-brunch

Process CSS with ease, and Brunch.

##Install

`npm install --save pleeease-brunch`

##Add options

All options are in brunch-config file, in the plugins.pleeease section, for example:

	plugins:
		pleeease:
			autoprefixer:
				browsers: ['last 3 versions']
			rem: ['20px']

Note that pleeease-brunch is an optimizer, so it runs only when optimize is set to true.

##Preprocessors

Pleeease makes so easy to combine preprocessors and PostCSS. Set which one you want to use from options. For example Stylus and Autoprefixer:

  plugins:
    pleeease:
      stylus: true
      autoprefixer:
        browsers: ['last 3 versions']

##Sourcemaps

Brunch concatenates files and manages sourcemaps on its own. But, if you @import CSS files using Pleeease, you can force sourcemaps generation for these files too. Simply add plugin.pleeease.sourcemaps: true option in your brunch-config file.

##Options

See Pleeease.

##Changelog

3.0.0 - 03-09-2016

  • Update to Pleeease 4

2.0.1 - 08-14-2015

  • Fix package creation

2.0.0 - 08-13-2015

  • Match Pleeease v3
3.0.0

8 years ago

2.0.1

9 years ago

2.0.0

9 years ago

0.3.0

10 years ago

0.2.1

10 years ago

0.1.1

10 years ago