broccoli-csso

4.0.0 • Public • Published

broccoli-csso Build Status

Minify CSS using CSSO

Issues with the output should be reported on the CSSO issue tracker.

Install

$ npm install --save-dev broccoli-csso

Usage

const CSSO = require('broccoli-csso');
tree = new CSSO(tree, options);

API

CSSO(tree, options?)

options

restructure

Type: boolean
Default: true

Structure minimization.

Package Sidebar

Install

npm i broccoli-csso

Weekly Downloads

10

Version

4.0.0

License

MIT

Unpacked Size

3 kB

Total Files

4

Last publish

Collaborators

  • sindresorhus