Skip to content

Commit a30866e

Browse files
committed
add postcss-map-get
1 parent 938f189 commit a30866e

File tree

2 files changed

+25
-3
lines changed

2 files changed

+25
-3
lines changed

docs/authors.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,11 @@ 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|
118+
| | [`postcss-map-get`](https://github.com/GitScrum/postcss-map-get) | 0|
114119
|[admdh](https://github.com/admdh) | [`postcss-simple-grid`](https://github.com/admdh/postcss-simple-grid) | 19|
115120
| | [`postcss-high-contrast`](https://github.com/admdh/postcss-high-contrast) | 90|
116121
| | [`postcss-increase-text-sizes`](https://github.com/admdh/postcss-increase-text-sizes) | 12|
@@ -154,9 +159,6 @@ Below is a list of all the wonderful people who make PostCSS plugins.
154159
|[ezavile](https://github.com/ezavile) | [`postcss-typescript-css`](https://github.com/ezavile/postcss-typescript-css) | 4|
155160
| | [`postcss-text-transform`](https://github.com/ezavile/postcss-text-transform) | 2|
156161
| | [`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|
160162
|[komachi](https://github.com/komachi) | [`usedcss`](https://github.com/komachi/usedcss) | 41|
161163
| | [`postcss-clip-path-polyfill`](https://github.com/komachi/postcss-clip-path-polyfill) | 20|
162164
| | [`postcss-dialog-polyfill`](https://github.com/komachi/postcss-dialog-polyfill) | 2|

plugins.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4415,5 +4415,25 @@
44154415
"images"
44164416
],
44174417
"stars": 1
4418+
},
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-map-get",
4431+
"description": "to transform Sass function map-get.",
4432+
"author": "GitScrum",
4433+
"url": "https://github.com/GitScrum/postcss-map-get",
4434+
"tags": [
4435+
"extensions"
4436+
],
4437+
"stars": 0
44184438
}
44194439
]

0 commit comments

Comments
 (0)