Skip to content

Commit 5964e06

Browse files
Merge branch 'master' into master
2 parents ee2208e + a24412c commit 5964e06

File tree

2 files changed

+28
-4
lines changed

2 files changed

+28
-4
lines changed

docs/authors.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,10 @@ Below is a list of all the wonderful people who make PostCSS plugins.
111111
| | [`postcss-input-style`](https://github.com/seaneking/postcss-input-style) | 13|
112112
| | [`postcss-position`](https://github.com/seaneking/postcss-position) | 25|
113113
| | [`postcss-responsive-type`](https://github.com/seaneking/postcss-responsive-type) | 256|
114+
|[GitScrum](https://github.com/GitScrum) | [`postcss-for-variables`](https://github.com/GitScrum/postcss-for-variables) | 1|
115+
| | [`postcss-at-rules-variables`](https://github.com/GitScrum/postcss-at-rules-variables) | 34|
116+
| | [`postcss-attribute-selector-prefix`](https://github.com/GitScrum/postcss-attribute-selector-prefix) | 2|
117+
| | [`postcss-map-get`](https://github.com/GitScrum/postcss-map-get) | 0|
114118
|[admdh](https://github.com/admdh) | [`postcss-simple-grid`](https://github.com/admdh/postcss-simple-grid) | 19|
115119
| | [`postcss-high-contrast`](https://github.com/admdh/postcss-high-contrast) | 90|
116120
| | [`postcss-increase-text-sizes`](https://github.com/admdh/postcss-increase-text-sizes) | 12|
@@ -154,9 +158,6 @@ Below is a list of all the wonderful people who make PostCSS plugins.
154158
|[ezavile](https://github.com/ezavile) | [`postcss-typescript-css`](https://github.com/ezavile/postcss-typescript-css) | 4|
155159
| | [`postcss-text-transform`](https://github.com/ezavile/postcss-text-transform) | 2|
156160
| | [`postcss-console`](https://github.com/ezavile/postcss-console) | 3|
157-
|[GitScrum](https://github.com/GitScrum) | [`postcss-for-variables`](https://github.com/GitScrum/postcss-for-variables) | 1|
158-
| | [`postcss-at-rules-variables`](https://github.com/GitScrum/postcss-at-rules-variables) | 34|
159-
| | [`postcss-attribute-selector-prefix`](https://github.com/GitScrum/postcss-attribute-selector-prefix) | 2|
160161
|[komachi](https://github.com/komachi) | [`usedcss`](https://github.com/komachi/usedcss) | 41|
161162
| | [`postcss-clip-path-polyfill`](https://github.com/komachi/postcss-clip-path-polyfill) | 20|
162163
| | [`postcss-dialog-polyfill`](https://github.com/komachi/postcss-dialog-polyfill) | 2|
@@ -263,6 +264,7 @@ Below is a list of all the wonderful people who make PostCSS plugins.
263264
|[ausi](https://github.com/ausi) | [`cq-prolyfill`](https://github.com/ausi/cq-prolyfill) | 441|
264265
|[avanes](https://github.com/avanes) | [`postcss-color-alpha`](https://github.com/avanes/postcss-color-alpha) | 14|
265266
|[awayken](https://github.com/awayken) | [`postcss-placehold`](https://github.com/awayken/postcss-placehold) | 2|
267+
|[awcross](https://github.com/awcross) | [`postcss-each-variables`](https://github.com/awcross/postcss-each-variables) | 0|
266268
|[axa-ch](https://github.com/axa-ch) | [`postcss-pseudoelements`](https://github.com/axa-ch/postcss-pseudoelements) | 20|
267269
|[axvm](https://github.com/axvm) | [`postcss-pure-grid`](https://github.com/axvm/postcss-pure-grid) | 3|
268270
|[bameda](https://github.com/bameda) | [`postcss-andalusian-stylesheets`](https://github.com/bameda/postcss-andalusian-stylesheets) | 175|

plugins.json

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4416,6 +4416,28 @@
44164416
],
44174417
"stars": 1
44184418
},
4419+
{
4420+
"name": "postcss-map-get",
4421+
"description": "Sass function map-get",
4422+
"author": "GitScrum",
4423+
"url": "https://github.com/GitScrum/postcss-map-get",
4424+
"tags": [
4425+
"extensions"
4426+
],
4427+
"stars": 0
4428+
},
4429+
{
4430+
"name": "postcss-each-variables",
4431+
"description": "that enables variable mapping for @each.",
4432+
"author": "awcross",
4433+
"url": "https://github.com/awcross/postcss-each-variables",
4434+
"tags": [
4435+
"extensions",
4436+
"media-queries",
4437+
"shortcuts"
4438+
],
4439+
"stars": 0
4440+
},
44194441
{
44204442
"name": "postcss-skin",
44214443
"description": "Dynamically create different skin/theme style with data.",
@@ -4428,4 +4450,4 @@
44284450
],
44294451
"stars": 0
44304452
}
4431-
]
4453+
]

0 commit comments

Comments
 (0)