Skip to content

Commit ad7dd70

Browse files
authored
Adds postcss-rtlcss plugin to the plugins list
This pull request adds [postcss-rtlcss plugin](https://github.com/elchininet/postcss-rtlcss) to the plugins list.
1 parent 664af88 commit ad7dd70

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/plugins.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -463,6 +463,7 @@ See also plugins in modular minifier [`cssnano`].
463463
* [`postcss-raw`] protects nodes inside `@raw` at-rules from being touched
464464
by other plugins.
465465
* [`postcss-remove-prefixes`] removes vendor prefixes.
466+
* [`postcss-rtlcss`] creates left-to-right (LTR) and right-to-left (RTL) rules in a single CSS file
466467
* [`postcss-safe-important`] adds `!important` to style declarations safely.
467468
* [`postcss-sanitize`] remove properties and values using rules (css sanitization).
468469
* [`postcss-scopify`] adds a user input scope to each selector.
@@ -767,6 +768,7 @@ See also plugins in modular minifier [`cssnano`].
767768
[`postcss-layout`]: https://github.com/arccoza/postcss-layout
768769
[`postcss-mixins`]: https://github.com/postcss/postcss-mixins
769770
[`postcss-nested`]: https://github.com/postcss/postcss-nested
771+
[`postcss-rtlcss`]: https://github.com/elchininet/postcss-rtlcss
770772
[`postcss-select`]: https://github.com/johnotander/postcss-select
771773
[`postcss-urlrev`]: https://github.com/yuezk/postcss-urlrev
772774
[`postcss-zindex`]: https://github.com/ben-eb/postcss-zindex

0 commit comments

Comments
 (0)