rollup-plugin-purgecss
TypeScript icon, indicating that this package has built-in type declarations

6.0.0 • Public • Published

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

Package Sidebar

Install

npm i rollup-plugin-purgecss

Homepage

purgecss.com

Weekly Downloads

1,384

Version

6.0.0

License

MIT

Unpacked Size

13.1 kB

Total Files

16

Last publish

Collaborators

  • jsnanigans
  • ffloriel