New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

pleeease-brunch

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pleeease-brunch

Adds Pleeease support to Brunch.

  • 2.0.1
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
5
decreased by-50%
Maintainers
1
Weekly downloads
 
Created
Source

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

2.0.1 - 08-14-2015

  • Fix package creation

2.0.0 - 08-13-2015

  • Match Pleeease v3

Keywords

FAQs

Package last updated on 14 Aug 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc