Skip to content

Commit d0fbf46

Browse files
Merge pull request himynameisdave#224 from tbekaert/master
Add postcss-cleaner
2 parents ce38e0c + fc07bd1 commit d0fbf46

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

docs/authors.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -385,6 +385,7 @@ Below is a list of all the wonderful people who make PostCSS plugins.
385385
|[sylvainbaronnet](https://github.com/sylvainbaronnet) | [`postcss-position-alt`](https://github.com/sylvainbaronnet/postcss-position-alt) | 2|
386386
|[sylvainpolletvillard](https://github.com/sylvainpolletvillard) | [`grid-kiss`](https://github.com/sylvainpolletvillard/postcss-grid-kiss) | 898|
387387
|[talgautb](https://github.com/talgautb) | [`postcss-currency`](https://github.com/talgautb/postcss-currency) | 11|
388+
|[tbekaert](https://github.com/tbekaert) | [`postcss-cleaner`](https://github.com/tbekaert/postcss-cleaner) | 0|
388389
|[TCotton](https://github.com/TCotton) | [`postcss-mq-keyframes`](https://github.com/TCotton/postcss-mq-keyframes) | 3|
389390
|[thompsongl](https://github.com/thompsongl) | [`postcss-class-prefix`](https://github.com/thompsongl/postcss-class-prefix) | 69|
390391
|[timche](https://github.com/timche) | [`postcss-german-stylesheets`](https://github.com/timche/postcss-german-stylesheets) | 35|

plugins.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4330,5 +4330,15 @@
43304330
"svg"
43314331
],
43324332
"stars": 0
4333+
},
4334+
{
4335+
"name": "postcss-cleaner",
4336+
"description": "Clean unused CSS",
4337+
"author": "tbekaert",
4338+
"url": "https://github.com/tbekaert/postcss-cleaner",
4339+
"tags": [
4340+
"optimizations"
4341+
],
4342+
"stars": 0
43334343
}
43344344
]

0 commit comments

Comments
 (0)