Skip to content

Commit d0aaf86

Browse files
bezoerbhimynameisdave
authored andcommitted
Add postcss-discard (himynameisdave#248)
1 parent 3348432 commit d0aaf86

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

docs/authors.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,8 @@ Below is a list of all the wonderful people who make PostCSS plugins.
185185
| | [`postcss-debug`](https://github.com/andywer/postcss-debug) | 83|
186186
|[antyakushev](https://github.com/antyakushev) | [`postcss-for`](https://github.com/antyakushev/postcss-for) | 64|
187187
| | [`postcss-default-unit`](https://github.com/antyakushev/postcss-default-unit) | 5|
188+
|[bezoerb](https://github.com/bezoerb) | [`postcss-image-inliner`](https://github.com/bezoerb/postcss-image-inliner) | 8|
189+
| | [`postcss-discard`](https://github.com/bezoerb/postcss-discard) | 0|
188190
|[colinmeinke](https://github.com/colinmeinke) | [`postcss-calc-function`](https://github.com/colinmeinke/postcss-calc-function) | 1|
189191
| | [`postcss-custom-props`](https://github.com/colinmeinke/postcss-custom-props) | 0|
190192
|[corysimmons](https://github.com/corysimmons) | [`lost`](https://github.com/peterramsing/lost) | 4035|
@@ -272,7 +274,6 @@ Below is a list of all the wonderful people who make PostCSS plugins.
272274
|[bameda](https://github.com/bameda) | [`postcss-andalusian-stylesheets`](https://github.com/bameda/postcss-andalusian-stylesheets) | 178|
273275
|[BarryThePenguin](https://github.com/BarryThePenguin) | [`postcss-typography`](https://github.com/BarryThePenguin/postcss-typography) | 32|
274276
|[benmcginnis](https://github.com/benmcginnis) | [`postcss-dss`](https://github.com/benmcginnis/postcss-dss) | 0|
275-
|[bezoerb](https://github.com/bezoerb) | [`postcss-image-inliner`](https://github.com/bezoerb/postcss-image-inliner) | 8|
276277
|[binjospookie](https://github.com/binjospookie) | [`postcss-state-selector`](https://github.com/binjospookie/postcss-state-selector) | 3|
277278
|[bmds](https://github.com/bmds) | [`postcss-logical-props`](https://github.com/bmds/postcss-logical-props) | 6|
278279
|[borodean](https://github.com/borodean) | [`postcss-assets`](https://github.com/borodean/postcss-assets) | 468|

plugins.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4531,5 +4531,15 @@
45314531
"optimizations"
45324532
],
45334533
"stars": 0
4534+
},
4535+
{
4536+
"name": "postcss-discard",
4537+
"description": " to discard rules, atrules or declarations by selector, RegExp or callback function",
4538+
"author": "bezoerb",
4539+
"url": "https://github.com/bezoerb/postcss-discard",
4540+
"tags": [
4541+
"optimizations"
4542+
],
4543+
"stars": 0
45344544
}
45354545
]

0 commit comments

Comments
 (0)