Skip to content

Commit 6f3aef7

Browse files
Merge pull request himynameisdave#239 from Just-for-Lang/master
add plugin postcss-skin
2 parents a24412c + 5964e06 commit 6f3aef7

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
@@ -413,6 +413,7 @@ Below is a list of all the wonderful people who make PostCSS plugins.
413413
|[WebSeed](https://github.com/WebSeed) | [`postcss-bem-to-js`](https://github.com/WebSeed/postcss-bem-to-js) | 1|
414414
|[whitneyit](https://github.com/whitneyit) | [`postcss-strip-units`](https://github.com/whitneyit/postcss-strip-units) | 4|
415415
|[WolfgangKluge](https://github.com/WolfgangKluge) | [`postcss-media-variables`](https://github.com/WolfgangKluge/postcss-media-variables) | 9|
416+
|[Xiaoshuang Li](https://github.com/Xiaoshuang Li) | [`postcss-skin`](https://github.com/xiaoshuangLi/postcss-skin) | 0|
416417
|[XOP](https://github.com/XOP) | [`postcss-rgba-hex`](https://github.com/XOP/postcss-rgba-hex) | 1|
417418
|[zaim](https://github.com/zaim) | [`postcss-color-palette`](https://github.com/zaim/postcss-color-palette) | 22|
418419
|[ZeeCoder](https://github.com/ZeeCoder) | [`@zeecoder/postcss-container-query`](https://github.com/ZeeCoder/container-query) | 16|

plugins.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4437,5 +4437,17 @@
44374437
"shortcuts"
44384438
],
44394439
"stars": 0
4440+
},
4441+
{
4442+
"name": "postcss-skin",
4443+
"description": "Dynamically create different skin/theme style with data.",
4444+
"author": "Xiaoshuang Li",
4445+
"url": "https://github.com/xiaoshuangLi/postcss-skin",
4446+
"tags": [
4447+
"analysis",
4448+
"fun",
4449+
"other"
4450+
],
4451+
"stars": 0
44404452
}
44414453
]

0 commit comments

Comments
 (0)