6.0.0 • Published 1 month ago

rollup-plugin-purgecss v6.0.0

Weekly downloads
197
License
MIT
Repository
github
Last release
1 month ago

rollup-plugin-purgecss

David David Dependabot npm npm GitHub

Rollup plugin to remove unused css.

Install

npm i rollup-plugin-purgecss -D

Usage

import { rollup } from 'rollup';
import purgecss from 'rollup-plugin-purgecss';

rollup({
    entry: 'main.js',
    plugins: [
        purgecss({
            content: ["index.html"]
        })
    ]
});

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Versioning

We use SemVer for versioning.

License

This project is licensed under the MIT License - see the LICENSE file for details

6.0.0

1 month ago

5.0.0

2 years ago

4.1.3

2 years ago

4.1.2

2 years ago

4.1.1

2 years ago

4.0.3

3 years ago

4.0.2

3 years ago

4.0.1

3 years ago

1.0.0

6 years ago

0.21.0

6 years ago

0.20.0

6 years ago

0.18.0

6 years ago

0.14.0

6 years ago

0.13.0

6 years ago

0.8.0

7 years ago

0.5.0

7 years ago

0.3.0

7 years ago

0.2.0

7 years ago

0.1.0

7 years ago