Skip to content

Commit 163f1a5

Browse files
committed
docs: add rollup-plugin-purgecss to the list of packages
1 parent 19405d2 commit 163f1a5

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ This repository is a monorepo that we manage using [Lerna](https://github.com/le
8181
| [purgecss-webpack-plugin](/packages/purgecss-webpack-plugin) | ![npm](https://img.shields.io/npm/v/purgecss-webpack-plugin?style=flat-square) | Webpack plugin for PurgeCSS |
8282
| [gulp-purgecss](/packages/gulp-purgecss) | ![npm](https://img.shields.io/npm/v/gulp-purgecss?style=flat-square) | Gulp plugin for PurgeCSS |
8383
| [grunt-purgecss](/packages/grunt-purgecss) | ![npm](https://img.shields.io/npm/v/grunt-purgecss?style=flat-square) | Grunt plugin for PurgeCSS |
84+
| [rollup-plugin-purgecss](/packages/rollup-plugin-purgecss) | ![npm](https://img.shields.io/npm/v/rollup-plugin-purgecss?style=flat-square) | Rollup plugin for PurgeCSS |
8485
| [purgecss-from-html](/packages/purgecss-from-html) | ![npm](https://img.shields.io/npm/v/purgecss-from-html?style=flat-square) | Html extractor for PurgeCSS |
8586
| [purgecss-from-pug](/packages/purgecss-from-pug) | ![npm](https://img.shields.io/npm/v/purgecss-from-pug?style=flat-square) | Pug extractor for PurgeCSS |
8687
| [purgecss-with-wordpress](/packages/purgecss-with-wordpress) | ![npm](https://img.shields.io/npm/v/purgecss-with-wordpress?style=flat-square) | Collection of safelist items for WordPress |

packages/rollup-plugin-purgecss/README.md

+7-5
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
# rollup-plugin-purgecss
2-
[![Build Status](https://travis-ci.org/FullHuman/rollup-plugin-purgecss.svg?branch=master)](https://travis-ci.org/FullHuman/rollup-plugin-purgecss) [![CircleCi](https://circleci.com/gh/FullHuman/rollup-plugin-purgecss/tree/master.svg?style=shield)]() [![dependencies Status](https://david-dm.org/fullhuman/rollup-plugin-purgecss/status.svg)](https://david-dm.org/fullhuman/rollup-plugin-purgecss) [![devDependencies Status](https://david-dm.org/fullhuman/rollup-plugin-purgecss/dev-status.svg)](https://david-dm.org/fullhuman/rollup-plugin-purgecss?type=dev)
3-
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/8ae0379b223a459ca1b704648e924d55)](https://www.codacy.com/app/FullHuman/rollup-plugin-purgecss?utm_source=github.com&utm_medium=referral&utm_content=FullHuman/rollup-plugin-purgecss&utm_campaign=Badge_Grade)
4-
[![npm](https://img.shields.io/npm/v/rollup-plugin-purgecss.svg)](https://www.npmjs.com/package/rollup-plugin-purgecss)
5-
[![license](https://img.shields.io/github/license/fullhuman/rollup-plugin-purgecss.svg)]() [![Greenkeeper badge](https://badges.greenkeeper.io/FullHuman/rollup-plugin-purgecss.svg)](https://greenkeeper.io/)
2+
![David](https://img.shields.io/david/FullHuman/purgecss?path=packages%2Frollup-plugin-purgecss&style=for-the-badge)
3+
![David](https://img.shields.io/david/dev/FullHuman/purgecss?path=packages%2Frollup-plugin-purgecss&style=for-the-badge)
4+
![Dependabot](https://img.shields.io/badge/dependabot-enabled-%23024ea4?style=for-the-badge)
5+
![npm](https://img.shields.io/npm/v/rollup-plugin-purgecss?style=for-the-badge)
6+
![npm](https://img.shields.io/npm/dw/rollup-plugin-purgecss?style=for-the-badge)
7+
![GitHub](https://img.shields.io/github/license/FullHuman/purgecss?style=for-the-badge)
68

79
[Rollup](https://github.com/rollup/rollup) plugin to remove unused css.
810

@@ -30,7 +32,7 @@ rollup({
3032

3133
## Contributing
3234

33-
Please read [CONTRIBUTING.md](./.github/CONTRIBUTING.md) for details on our code of conduct, and the process for submitting pull requests to us.
35+
Please read [CONTRIBUTING.md](./../../CONTRIBUTING.md) for details on our code of conduct, and the process for submitting pull requests to us.
3436

3537
## Versioning
3638

0 commit comments

Comments
 (0)