Skip to content

Commit 4e56e7e

Browse files
Merge branch 'master' into master
2 parents 22b6189 + 2e5a58a commit 4e56e7e

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

docs/authors.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ Below is a list of all the wonderful people who make PostCSS plugins.
3535
| | [`postcss-short-data`](https://github.com/jonathantneal/postcss-short-data) | 4|
3636
| | [`postcss-space-start-attrs`](https://github.com/jonathantneal/postcss-space-start-attrs) | 0|
3737
| | [`postcss-advanced-variables`](https://github.com/jonathantneal/postcss-advanced-variables) | 35|
38+
| | [`postcss-preset-env`](https://github.com/jonathantneal/postcss-preset-env) | 0|
3839
|[postcss](https://github.com/postcss) | [`postcss-color-function`](https://github.com/postcss/postcss-color-function) | 217|
3940
| | [`postcss-color-gray`](https://github.com/postcss/postcss-color-gray) | 16|
4041
| | [`postcss-color-hex-alpha`](https://github.com/postcss/postcss-color-hex-alpha) | 17|
@@ -407,6 +408,7 @@ Below is a list of all the wonderful people who make PostCSS plugins.
407408
|[vitkarpov](https://github.com/vitkarpov) | [`postcss-host`](https://github.com/vitkarpov/postcss-host) | 4|
408409
|[vkalinichev](https://github.com/vkalinichev) | [`postcss-rtl`](https://github.com/vkalinichev/postcss-rtl) | 44|
409410
|[vovanbo](https://github.com/vovanbo) | [`css2modernizr`](https://github.com/vovanbo/css2modernizr) | 68|
411+
|[WebSeed](https://github.com/WebSeed) | [`postcss-bem-to-js`](https://github.com/WebSeed/postcss-bem-to-js) | 0|
410412
|[whitneyit](https://github.com/whitneyit) | [`postcss-strip-units`](https://github.com/whitneyit/postcss-strip-units) | 3|
411413
|[WolfgangKluge](https://github.com/WolfgangKluge) | [`postcss-media-variables`](https://github.com/WolfgangKluge/postcss-media-variables) | 8|
412414
|[XOP](https://github.com/XOP) | [`postcss-rgba-hex`](https://github.com/XOP/postcss-rgba-hex) | 1|

plugins.json

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4384,6 +4384,28 @@
43844384
],
43854385
"stars": 35
43864386
},
4387+
{
4388+
"name": "postcss-preset-env",
4389+
"description": "that converts modern CSS into something browsers understand",
4390+
"author": "jonathantneal",
4391+
"url": "https://github.com/jonathantneal/postcss-preset-env",
4392+
"tags": [
4393+
"fallbacks",
4394+
"future",
4395+
"pack"
4396+
],
4397+
"stars": 0
4398+
},
4399+
{
4400+
"name": "postcss-bem-to-js",
4401+
"description": "that creates a JavaScript definition file for BEM-style CSS.",
4402+
"author": "WebSeed",
4403+
"url": "https://github.com/WebSeed/postcss-bem-to-js",
4404+
"tags": [
4405+
"other"
4406+
],
4407+
"stars": 0
4408+
},
43874409
{
43884410
"name": "postcss-file",
43894411
"description": "Handle your assets",
@@ -4392,6 +4414,6 @@
43924414
"tags": [
43934415
"images"
43944416
],
4395-
"stars": 0
4417+
"stars": 0
43964418
}
43974419
]

0 commit comments

Comments
 (0)