diff --git a/docs/authors.md b/docs/authors.md index c29ce71..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| diff --git a/plugins.json b/plugins.json index 21e8ecc..f319969 100644 --- a/plugins.json +++ b/plugins.json @@ -5327,5 +5327,25 @@ "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 + }, + { + "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