5.0.0 • Published 1 day ago

broccoli-csso v5.0.0

Weekly downloads
316
License
MIT
Repository
github
Last release
1 day ago

broccoli-csso

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.

5.0.0

1 day ago

4.0.0

4 years ago

3.0.0

7 years ago

2.0.0

8 years ago

1.2.0

8 years ago

1.1.0

9 years ago

1.0.0

10 years ago

0.2.0

10 years ago

0.1.0

10 years ago