Skip to content

Commit 6617b9d

Browse files
committed
Add postcss-each-variables plugin
1 parent 938f189 commit 6617b9d

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

docs/authors.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -263,6 +263,7 @@ Below is a list of all the wonderful people who make PostCSS plugins.
263263
|[ausi](https://github.com/ausi) | [`cq-prolyfill`](https://github.com/ausi/cq-prolyfill) | 441|
264264
|[avanes](https://github.com/avanes) | [`postcss-color-alpha`](https://github.com/avanes/postcss-color-alpha) | 14|
265265
|[awayken](https://github.com/awayken) | [`postcss-placehold`](https://github.com/awayken/postcss-placehold) | 2|
266+
|[awcross](https://github.com/awcross) | [`postcss-each-variables`](https://github.com/awcross/postcss-each-variables) | 0|
266267
|[axa-ch](https://github.com/axa-ch) | [`postcss-pseudoelements`](https://github.com/axa-ch/postcss-pseudoelements) | 20|
267268
|[axvm](https://github.com/axvm) | [`postcss-pure-grid`](https://github.com/axvm/postcss-pure-grid) | 3|
268269
|[bameda](https://github.com/bameda) | [`postcss-andalusian-stylesheets`](https://github.com/bameda/postcss-andalusian-stylesheets) | 175|

plugins.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4415,5 +4415,17 @@
44154415
"images"
44164416
],
44174417
"stars": 1
4418+
},
4419+
{
4420+
"name": "postcss-each-variables",
4421+
"description": "that enables variable mapping for @each.",
4422+
"author": "awcross",
4423+
"url": "https://github.com/awcross/postcss-each-variables",
4424+
"tags": [
4425+
"extensions",
4426+
"media-queries",
4427+
"shortcuts"
4428+
],
4429+
"stars": 0
44184430
}
44194431
]

0 commit comments

Comments
 (0)