Skip to content

Commit 76b8928

Browse files
Merge branch 'master' into master
2 parents b60a9e2 + a593727 commit 76b8928

File tree

2 files changed

+37
-2
lines changed

2 files changed

+37
-2
lines changed

docs/authors.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,9 @@ Below is a list of all the wonderful people who make PostCSS plugins.
167167
|[pascalduez](https://github.com/pascalduez) | [`postcss-map`](https://github.com/pascalduez/postcss-map) | 75|
168168
| | [`postcss-quantity-queries`](https://github.com/pascalduez/postcss-quantity-queries) | 97|
169169
| | [`postcss-apply`](https://github.com/pascalduez/postcss-apply) | 106|
170+
|[retyui](https://github.com/retyui) | [`postcss-animations`](https://github.com/retyui/postcss-animations) | 22|
171+
| | [`postcss-image-set-generator`](https://github.com/retyui/postcss-image-set-generator) | 1|
172+
| | [`postcss-icon`](https://github.com/retyui/postcss-icon) | 0|
170173
|[simonsmith](https://github.com/simonsmith) | [`postcss-at2x`](https://github.com/simonsmith/postcss-at2x) | 41|
171174
| | [`postcss-generate-preset`](https://github.com/simonsmith/postcss-generate-preset) | 6|
172175
| | [`postcss-property-lookup`](https://github.com/simonsmith/postcss-property-lookup) | 55|
@@ -225,8 +228,6 @@ Below is a list of all the wonderful people who make PostCSS plugins.
225228
| | [`postcss-media-query-gap`](https://github.com/niksy/postcss-media-query-gap) | 1|
226229
|[outpunk](https://github.com/outpunk) | [`postcss-each`](https://github.com/outpunk/postcss-each) | 66|
227230
| | [`postcss-modules`](https://github.com/outpunk/postcss-modules) | 769|
228-
|[retyui](https://github.com/retyui) | [`postcss-animations`](https://github.com/retyui/postcss-animations) | 22|
229-
| | [`postcss-image-set-generator`](https://github.com/retyui/postcss-image-set-generator) | 1|
230231
|[rtsao](https://github.com/rtsao) | [`postcss-match`](https://github.com/rtsao/postcss-match) | 11|
231232
| | [`postcss-rtlcss-combined`](https://github.com/rtsao/postcss-rtlcss-combined) | 10|
232233
|[SaraVieira](https://github.com/SaraVieira) | [`postcss-caralho`](https://github.com/SaraVieira/postcss-caralho) | 80|
@@ -316,6 +317,7 @@ Below is a list of all the wonderful people who make PostCSS plugins.
316317
|[iahu](https://github.com/iahu) | [`postcss-font-normalize`](https://github.com/iahu/postcss-font-normalize) | 5|
317318
|[iamstarkov](https://github.com/iamstarkov) | [`postcss-color-mix`](https://github.com/iamstarkov/postcss-color-mix) | 12|
318319
|[jakelazaroff](https://github.com/jakelazaroff) | [`postcss-border-radius`](https://github.com/jakelazaroff/postcss-border-radius) | 1|
320+
|[jameskolce](https://github.com/jameskolce) | [`postcss-type-scale`](https://github.com/jameskolce/postcss-type-scale) | 0|
319321
|[JasonShin](https://github.com/JasonShin) | [`postcss-korean-stylesheets`](https://github.com/JasonShin/postcss-korean-stylesheets) | 2|
320322
|[jdsteinbach](https://github.com/jdsteinbach) | [`postcss-light-text`](https://github.com/jdsteinbach/postcss-light-text) | 4|
321323
|[jelmerdemaat](https://github.com/jelmerdemaat) | [`postcss-base64`](https://github.com/jelmerdemaat/postcss-base64) | 11|
@@ -386,6 +388,7 @@ Below is a list of all the wonderful people who make PostCSS plugins.
386388
|[sylvainbaronnet](https://github.com/sylvainbaronnet) | [`postcss-position-alt`](https://github.com/sylvainbaronnet/postcss-position-alt) | 2|
387389
|[sylvainpolletvillard](https://github.com/sylvainpolletvillard) | [`grid-kiss`](https://github.com/sylvainpolletvillard/postcss-grid-kiss) | 898|
388390
|[talgautb](https://github.com/talgautb) | [`postcss-currency`](https://github.com/talgautb/postcss-currency) | 11|
391+
|[tbekaert](https://github.com/tbekaert) | [`postcss-cleaner`](https://github.com/tbekaert/postcss-cleaner) | 0|
389392
|[TCotton](https://github.com/TCotton) | [`postcss-mq-keyframes`](https://github.com/TCotton/postcss-mq-keyframes) | 3|
390393
|[thompsongl](https://github.com/thompsongl) | [`postcss-class-prefix`](https://github.com/thompsongl/postcss-class-prefix) | 69|
391394
|[timche](https://github.com/timche) | [`postcss-german-stylesheets`](https://github.com/timche/postcss-german-stylesheets) | 35|

plugins.json

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4331,6 +4331,38 @@
43314331
],
43324332
"stars": 0
43334333
},
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
4343+
},
4344+
{
4345+
"name": "postcss-type-scale",
4346+
"description": "Makes available a typographic scale in font-size declarations ",
4347+
"author": "jameskolce",
4348+
"url": "https://github.com/jameskolce/postcss-type-scale",
4349+
"tags": [
4350+
"extensions"
4351+
],
4352+
"stars": 0
4353+
},
4354+
{
4355+
"name": "postcss-icon",
4356+
"description": "PostCSS plugin that adds css icons from Icon sets Now you do not need to connect the entire style library for css icons.",
4357+
"author": "retyui",
4358+
"url": "https://github.com/retyui/postcss-icon",
4359+
"tags": [
4360+
"optimizations",
4361+
"other",
4362+
"shortcuts"
4363+
],
4364+
"stars": 0
4365+
},
43344366
{
43354367
"name": "PostCSS Egyptian Stylesheets",
43364368
"description": "PostCSS plugin for writing Egyptian Stylesheets.",

0 commit comments

Comments
 (0)