Skip to content

Commit a24412c

Browse files
Merge pull request himynameisdave#238 from awcross/patch-1
Add postcss-each-variables plugin
2 parents bd9eaad + a722c4f commit a24412c

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
@@ -264,6 +264,7 @@ Below is a list of all the wonderful people who make PostCSS plugins.
264264
|[ausi](https://github.com/ausi) | [`cq-prolyfill`](https://github.com/ausi/cq-prolyfill) | 441|
265265
|[avanes](https://github.com/avanes) | [`postcss-color-alpha`](https://github.com/avanes/postcss-color-alpha) | 14|
266266
|[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|
267268
|[axa-ch](https://github.com/axa-ch) | [`postcss-pseudoelements`](https://github.com/axa-ch/postcss-pseudoelements) | 20|
268269
|[axvm](https://github.com/axvm) | [`postcss-pure-grid`](https://github.com/axvm/postcss-pure-grid) | 3|
269270
|[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
@@ -4425,5 +4425,17 @@
44254425
"extensions"
44264426
],
44274427
"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
44284440
}
44294441
]

0 commit comments

Comments
 (0)