Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/authors.md
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,8 @@ Below is a list of all the wonderful people who make PostCSS plugins.
|[TrySound](https://github.com/TrySound) | [`postcss-normalize-charset`](https://github.com/TrySound/postcss-normalize-charset) | 10|
| | [`postcss-minify-font-values`](https://github.com/TrySound/postcss-minify-font-values) | 6|
| | [`postcss-inline-svg`](https://github.com/TrySound/postcss-inline-svg) | 295|
|[AlekseyPleshkov](https://github.com/AlekseyPleshkov) | [`postcss-adaptive-size`](https://github.com/AlekseyPleshkov/postcss-adaptive-size) | 0|
| | [`postcss-flex-short`](https://github.com/AlekseyPleshkov/postcss-flex-short) | 0|
|[andywer](https://github.com/andywer) | [`postcss-theme`](https://github.com/andywer/postcss-theme) | 75|
| | [`postcss-debug`](https://github.com/andywer/postcss-debug) | 83|
|[antyakushev](https://github.com/antyakushev) | [`postcss-for`](https://github.com/antyakushev/postcss-for) | 63|
Expand Down
22 changes: 21 additions & 1 deletion plugins.json
Original file line number Diff line number Diff line change
Expand Up @@ -4449,5 +4449,25 @@
"other"
],
"stars": 0
},
{
"name": "postcss-adaptive-size",
"description": "PostCSS plugin for create adaptive size",
"author": "AlekseyPleshkov",
"url": "https://github.com/AlekseyPleshkov/postcss-adaptive-size",
"tags": [
"shortcuts"
],
"stars": 0
},
{
"name": "postcss-flex-short",
"description": "PostCSS plugin for write short flex parameters",
"author": "AlekseyPleshkov",
"url": "https://github.com/AlekseyPleshkov/postcss-flex-short",
"tags": [
"shortcuts"
],
"stars": 0
}
]
]