Skip to content

Commit aabaf8a

Browse files
author
Aleksey Pleshkov
committed
add plugins postcss-flex-short and postcss-adaptive-size
1 parent dfcd8ed commit aabaf8a

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
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: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4449,5 +4449,25 @@
44494449
"other"
44504450
],
44514451
"stars": 0
4452+
},
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
44524472
}
4453-
]
4473+
]

0 commit comments

Comments
 (0)