3.0.0 • Published 1 day ago

broccoli-uncss v3.0.0

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

broccoli-uncss

Remove unused CSS with UnCSS

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

Install

npm install --save-dev broccoli-uncss

Usage

const UnCSS = require('broccoli-uncss');
tree = new UnCSS(tree, {html: ['index.html']});

API

UnCSS(tree, options)

options

See the UnCSS options, except for raw.

html

Required Type: Array

HTML files to use when matching what CSS selectors to filter out.

License

MIT © Sindre Sorhus

3.0.0

1 day ago

2.0.0

7 years ago

1.6.0

8 years ago

1.5.0

9 years ago

1.4.0

9 years ago

1.3.0

9 years ago

1.2.0

9 years ago

1.1.0

10 years ago

1.0.0

10 years ago

0.2.0

10 years ago

0.1.0

10 years ago