From 3e6354d9c4ad433db74587d679e3b38a4e485305 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Iv=C3=A1n=20Pereira=20Mu=C3=B1oz?= Date: Mon, 14 Aug 2023 11:38:32 +0200 Subject: [PATCH 1/2] Add postcss-rtlcss to the plugins catalog --- docs/authors.md | 1 + plugins.json | 12 +++++++++++- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/docs/authors.md b/docs/authors.md index c29ce71..25afaf7 100644 --- a/docs/authors.md +++ b/docs/authors.md @@ -354,6 +354,7 @@ Below is a list of all the wonderful people who make PostCSS plugins. |[duoWB](https://github.com/duoWB) | [`postcss-delete-duplicate-css`](https://github.com/duoWB/postcss-delete-duplicate-css) | 1| |[dyaa](https://github.com/dyaa) | [`PostCSS Egyptian Stylesheets`](https://github.com/dyaa/postcss-egyptian-stylesheets) | 17| |[EdMSL](https://github.com/EdMSL) | [`postcss-color-converter`](https://github.com/EdMSL/postcss-color-converter) | 4| +|[elchininet](https://github.com/elchininet) | [`postcss-rtlcss`](https://github.com/elchininet/postcss-rtlcss) | 0| |[emero](https://github.com/emero) | [`postcss-polish-stylesheets`](https://github.com/emero/postcss-polish-stylesheets) | 51| |[epeli](https://github.com/epeli) | [`postcss-ts-classnames`](https://github.com/epeli/postcss-ts-classnames) | 49| |[eriklharper](https://github.com/eriklharper) | [`postcss-nested-import`](https://github.com/eriklharper/postcss-nested-import) | 15| diff --git a/plugins.json b/plugins.json index 21e8ecc..ca73251 100644 --- a/plugins.json +++ b/plugins.json @@ -5327,5 +5327,15 @@ "other" ], "stars": 0 + }, + { + "name": "postcss-rtlcss", + "description": "to create left-to-right (ltr) and right-to-left (rtl) rules in a single CSS file", + "author": "elchininet", + "url": "https://github.com/elchininet/postcss-rtlcss", + "tags": [ + "other" + ], + "stars": 0 } -] +] \ No newline at end of file From b583e1fcb5750d9b026ec1b1e2d17ca11f61e258 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Iv=C3=A1n=20Pereira=20Mu=C3=B1oz?= Date: Sat, 19 Aug 2023 03:43:03 +0200 Subject: [PATCH 2/2] Add postcss-comments to the plugin catalog --- docs/authors.md | 3 ++- plugins.json | 10 ++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/docs/authors.md b/docs/authors.md index 25afaf7..a82334b 100644 --- a/docs/authors.md +++ b/docs/authors.md @@ -220,6 +220,8 @@ Below is a list of all the wonderful people who make PostCSS plugins. | | [`postcss-regexp-detect`](https://github.com/devex-web-frontend/postcss-regexp-detect) | 6| |[dimitrinicolas](https://github.com/dimitrinicolas) | [`postcss-inline-media`](https://github.com/dimitrinicolas/postcss-inline-media) | 47| | | [`postcss-import-ext-glob`](https://github.com/dimitrinicolas/postcss-import-ext-glob) | 21| +|[elchininet](https://github.com/elchininet) | [`postcss-rtlcss`](https://github.com/elchininet/postcss-rtlcss) | 0| +| | [`postcss-comments`](https://github.com/elchininet/postcss-comments) | 0| |[garthdb](https://github.com/garthdb) | [`postcss-topdoc`](https://github.com/GarthDB/postcss-topdoc) | 1| | | [`postcss-inherit`](https://github.com/GarthDB/postcss-inherit) | 15| |[glebmachine](https://github.com/glebmachine) | [`postcss-cachebuster`](https://github.com/glebmachine/postcss-cachebuster) | 22| @@ -354,7 +356,6 @@ Below is a list of all the wonderful people who make PostCSS plugins. |[duoWB](https://github.com/duoWB) | [`postcss-delete-duplicate-css`](https://github.com/duoWB/postcss-delete-duplicate-css) | 1| |[dyaa](https://github.com/dyaa) | [`PostCSS Egyptian Stylesheets`](https://github.com/dyaa/postcss-egyptian-stylesheets) | 17| |[EdMSL](https://github.com/EdMSL) | [`postcss-color-converter`](https://github.com/EdMSL/postcss-color-converter) | 4| -|[elchininet](https://github.com/elchininet) | [`postcss-rtlcss`](https://github.com/elchininet/postcss-rtlcss) | 0| |[emero](https://github.com/emero) | [`postcss-polish-stylesheets`](https://github.com/emero/postcss-polish-stylesheets) | 51| |[epeli](https://github.com/epeli) | [`postcss-ts-classnames`](https://github.com/epeli/postcss-ts-classnames) | 49| |[eriklharper](https://github.com/eriklharper) | [`postcss-nested-import`](https://github.com/eriklharper/postcss-nested-import) | 15| diff --git a/plugins.json b/plugins.json index ca73251..f319969 100644 --- a/plugins.json +++ b/plugins.json @@ -5337,5 +5337,15 @@ "other" ], "stars": 0 + }, + { + "name": "postcss-comments", + "description": "Postcss plugin to prepend or append comments to CSS rules", + "author": "elchininet", + "url": "https://github.com/elchininet/postcss-comments", + "tags": [ + "other" + ], + "stars": 0 } ] \ No newline at end of file