Skip to content

Commit 1ef7241

Browse files
committed
Add postcss-rtlcss to the plugins catalog
1 parent 931df96 commit 1ef7241

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

docs/authors.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -354,6 +354,7 @@ Below is a list of all the wonderful people who make PostCSS plugins.
354354
|[duoWB](https://github.com/duoWB) | [`postcss-delete-duplicate-css`](https://github.com/duoWB/postcss-delete-duplicate-css) | 1|
355355
|[dyaa](https://github.com/dyaa) | [`PostCSS Egyptian Stylesheets`](https://github.com/dyaa/postcss-egyptian-stylesheets) | 17|
356356
|[EdMSL](https://github.com/EdMSL) | [`postcss-color-converter`](https://github.com/EdMSL/postcss-color-converter) | 4|
357+
|[elchininet](https://github.com/elchininet) | [`postcss-rtlcss`](https://github.com/elchininet/postcss-rtlcss) | 0|
357358
|[emero](https://github.com/emero) | [`postcss-polish-stylesheets`](https://github.com/emero/postcss-polish-stylesheets) | 51|
358359
|[epeli](https://github.com/epeli) | [`postcss-ts-classnames`](https://github.com/epeli/postcss-ts-classnames) | 49|
359360
|[eriklharper](https://github.com/eriklharper) | [`postcss-nested-import`](https://github.com/eriklharper/postcss-nested-import) | 15|

plugins.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5327,5 +5327,15 @@
53275327
"other"
53285328
],
53295329
"stars": 0
5330+
},
5331+
{
5332+
"name": "postcss-rtlcss",
5333+
"description": "to create left-to-right (ltr) and right-to-left (rtl) rules in a single CSS file",
5334+
"author": "elchininet",
5335+
"url": "https://github.com/elchininet/postcss-rtlcss",
5336+
"tags": [
5337+
"shortcuts"
5338+
],
5339+
"stars": 0
53305340
}
5331-
]
5341+
]

0 commit comments

Comments
 (0)