Skip to content

Commit 2e5a58a

Browse files
Merge pull request himynameisdave#234 from WebSeed/master
Add postcss-bem-to-js plugin
2 parents 87e09fe + 7f71ef5 commit 2e5a58a

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

docs/authors.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -407,6 +407,7 @@ Below is a list of all the wonderful people who make PostCSS plugins.
407407
|[vitkarpov](https://github.com/vitkarpov) | [`postcss-host`](https://github.com/vitkarpov/postcss-host) | 4|
408408
|[vkalinichev](https://github.com/vkalinichev) | [`postcss-rtl`](https://github.com/vkalinichev/postcss-rtl) | 44|
409409
|[vovanbo](https://github.com/vovanbo) | [`css2modernizr`](https://github.com/vovanbo/css2modernizr) | 68|
410+
|[WebSeed](https://github.com/WebSeed) | [`postcss-bem-to-js`](https://github.com/WebSeed/postcss-bem-to-js) | 0|
410411
|[whitneyit](https://github.com/whitneyit) | [`postcss-strip-units`](https://github.com/whitneyit/postcss-strip-units) | 3|
411412
|[WolfgangKluge](https://github.com/WolfgangKluge) | [`postcss-media-variables`](https://github.com/WolfgangKluge/postcss-media-variables) | 8|
412413
|[XOP](https://github.com/XOP) | [`postcss-rgba-hex`](https://github.com/XOP/postcss-rgba-hex) | 1|

plugins.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4395,5 +4395,15 @@
43954395
"pack"
43964396
],
43974397
"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
43984408
}
43994409
]

0 commit comments

Comments
 (0)