Skip to content

Commit 30fc410

Browse files
Merge branch 'master' into master
2 parents 3890bb6 + 3d1f1f4 commit 30fc410

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed

docs/authors.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,8 @@ Below is a list of all the wonderful people who make PostCSS plugins.
179179
|[TrySound](https://github.com/TrySound) | [`postcss-normalize-charset`](https://github.com/TrySound/postcss-normalize-charset) | 10|
180180
| | [`postcss-minify-font-values`](https://github.com/TrySound/postcss-minify-font-values) | 6|
181181
| | [`postcss-inline-svg`](https://github.com/TrySound/postcss-inline-svg) | 295|
182+
|[AlekseyPleshkov](https://github.com/AlekseyPleshkov) | [`postcss-adaptive-size`](https://github.com/AlekseyPleshkov/postcss-adaptive-size) | 0|
183+
| | [`postcss-flex-short`](https://github.com/AlekseyPleshkov/postcss-flex-short) | 0|
182184
|[andywer](https://github.com/andywer) | [`postcss-theme`](https://github.com/andywer/postcss-theme) | 75|
183185
| | [`postcss-debug`](https://github.com/andywer/postcss-debug) | 83|
184186
|[antyakushev](https://github.com/antyakushev) | [`postcss-for`](https://github.com/antyakushev/postcss-for) | 63|

plugins.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4450,6 +4450,26 @@
44504450
],
44514451
"stars": 0
44524452
},
4453+
{
4454+
"name": "postcss-adaptive-size",
4455+
"description": "PostCSS plugin for create adaptive size",
4456+
"author": "AlekseyPleshkov",
4457+
"url": "https://github.com/AlekseyPleshkov/postcss-adaptive-size",
4458+
"tags": [
4459+
"shortcuts"
4460+
],
4461+
"stars": 0
4462+
},
4463+
{
4464+
"name": "postcss-flex-short",
4465+
"description": "PostCSS plugin for write short flex parameters",
4466+
"author": "AlekseyPleshkov",
4467+
"url": "https://github.com/AlekseyPleshkov/postcss-flex-short",
4468+
"tags": [
4469+
"shortcuts"
4470+
],
4471+
"stars": 0
4472+
},
44534473
{
44544474
"name": "postcss-rpxtorem",
44554475
"description": "Convert rpx units to rem units ",

0 commit comments

Comments
 (0)