Skip to content

Commit ee2208e

Browse files
committed
add plugin postcss-skin
1 parent 938f189 commit ee2208e

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
@@ -411,6 +411,7 @@ Below is a list of all the wonderful people who make PostCSS plugins.
411411
|[WebSeed](https://github.com/WebSeed) | [`postcss-bem-to-js`](https://github.com/WebSeed/postcss-bem-to-js) | 1|
412412
|[whitneyit](https://github.com/whitneyit) | [`postcss-strip-units`](https://github.com/whitneyit/postcss-strip-units) | 4|
413413
|[WolfgangKluge](https://github.com/WolfgangKluge) | [`postcss-media-variables`](https://github.com/WolfgangKluge/postcss-media-variables) | 9|
414+
|[Xiaoshuang Li](https://github.com/Xiaoshuang Li) | [`postcss-skin`](https://github.com/xiaoshuangLi/postcss-skin) | 0|
414415
|[XOP](https://github.com/XOP) | [`postcss-rgba-hex`](https://github.com/XOP/postcss-rgba-hex) | 1|
415416
|[zaim](https://github.com/zaim) | [`postcss-color-palette`](https://github.com/zaim/postcss-color-palette) | 22|
416417
|[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
@@ -4415,5 +4415,17 @@
44154415
"images"
44164416
],
44174417
"stars": 1
4418+
},
4419+
{
4420+
"name": "postcss-skin",
4421+
"description": "Dynamically create different skin/theme style with data.",
4422+
"author": "Xiaoshuang Li",
4423+
"url": "https://github.com/xiaoshuangLi/postcss-skin",
4424+
"tags": [
4425+
"analysis",
4426+
"fun",
4427+
"other"
4428+
],
4429+
"stars": 0
44184430
}
44194431
]

0 commit comments

Comments
 (0)