Skip to content
Open
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 @@ -274,6 +274,8 @@ Below is a list of all the wonderful people who make PostCSS plugins.
| | [`postcss-color-image`](https://github.com/valtlai/postcss-color-image) | 3|
|[VitaliyR](https://github.com/VitaliyR) | [`postcss-esplit`](https://github.com/VitaliyR/postcss-esplit) | 8|
| | [`postcss-prefix-keyframe`](https://github.com/VitaliyR/postcss-prefix-keyframe) | 1|
|[vnphanquang](https://github.com/vnphanquang) | [`postcss-color-scheme`](https://github.com/vnphanquang/postcss-color-scheme) | 0|
| | [`postcss-space-between`](https://github.com/vnphanquang/postcss-space-between) | 0|
|[yuezk](https://github.com/yuezk) | [`postcss-urlrev`](https://github.com/yuezk/postcss-urlrev) | 19|
| | [`postcss-filter-gradient`](https://github.com/yuezk/postcss-filter-gradient) | 16|
|[yunusga](https://github.com/yunusga) | [`postcss-momentum-scrolling`](https://github.com/yunusga/postcss-momentum-scrolling) | 68|
Expand Down
22 changes: 22 additions & 0 deletions plugins.json
Original file line number Diff line number Diff line change
Expand Up @@ -5327,5 +5327,27 @@
"other"
],
"stars": 0
},
{
"name": "postcss-color-scheme",
"description": "scope rules according to prefers-color-scheme",
"author": "vnphanquang",
"url": "https://github.com/vnphanquang/postcss-color-scheme",
"tags": [
"color",
"media-queries"
],
"stars": 0
},
{
"name": "postcss-space-between",
"description": "add horizontal or vertical spacing between direct children",
"author": "vnphanquang",
"url": "https://github.com/vnphanquang/postcss-space-between",
"tags": [
"other",
"shortcuts"
],
"stars": 0
}
]