Skip to content

Commit a722c4f

Browse files
Merge branch 'master' into patch-1
2 parents 6617b9d + bd9eaad commit a722c4f

File tree

2 files changed

+15
-4
lines changed

2 files changed

+15
-4
lines changed

docs/authors.md

Lines changed: 4 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|

plugins.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4416,6 +4416,16 @@
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+
},
44194429
{
44204430
"name": "postcss-each-variables",
44214431
"description": "that enables variable mapping for @each.",
@@ -4428,4 +4438,4 @@
44284438
],
44294439
"stars": 0
44304440
}
4431-
]
4441+
]

0 commit comments

Comments
 (0)