From e8cad3425921c8ab75545fe3abc3c9dcc23b3bf5 Mon Sep 17 00:00:00 2001 From: Quang Phan Date: Fri, 7 Apr 2023 12:38:30 +0700 Subject: [PATCH] feat: adding postcss-color-scheme & postcss-space-between to list --- docs/authors.md | 2 ++ plugins.json | 22 ++++++++++++++++++++++ 2 files changed, 24 insertions(+) diff --git a/docs/authors.md b/docs/authors.md index c29ce71..8e513f9 100644 --- a/docs/authors.md +++ b/docs/authors.md @@ -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| diff --git a/plugins.json b/plugins.json index 21e8ecc..7b9e5ec 100644 --- a/plugins.json +++ b/plugins.json @@ -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 } ]