csso-brunch

1.0.1 • Public • Published

csso-brunch

Adds CSSO support to brunch.

CSSO (CSS Optimizer) is a CSS minimizer unlike others. In addition to usual minification techniques it can perform structural optimization of CSS files, resulting in smaller file size compared to other minifiers.

Usage

Install the plugin via npm:

npm install --save csso-brunch

To specify CSSO options, use config.plugins.csso object, for example:

exports.config = {
  ...
  plugins: {
    csso: {
      restructure: false
    }
  }
}

License

The MIT License (MIT)

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.1
    4
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.1
    4

Package Sidebar

Install

npm i csso-brunch

Weekly Downloads

4

Version

1.0.1

License

MIT

Last publish

Collaborators

  • mistereo