From ad7dd70c680dda719e44cf18de87564b79ee8d85 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Iv=C3=A1n=20Pereira?= Date: Sun, 5 Dec 2021 23:07:50 +0100 Subject: [PATCH 1/2] 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. --- docs/plugins.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/plugins.md b/docs/plugins.md index 6f6090622..61324ad9c 100644 --- a/docs/plugins.md +++ b/docs/plugins.md @@ -463,6 +463,7 @@ See also plugins in modular minifier [`cssnano`]. * [`postcss-raw`] protects nodes inside `@raw` at-rules from being touched by other plugins. * [`postcss-remove-prefixes`] removes vendor prefixes. +* [`postcss-rtlcss`] creates left-to-right (LTR) and right-to-left (RTL) rules in a single CSS file * [`postcss-safe-important`] adds `!important` to style declarations safely. * [`postcss-sanitize`] remove properties and values using rules (css sanitization). * [`postcss-scopify`] adds a user input scope to each selector. @@ -767,6 +768,7 @@ See also plugins in modular minifier [`cssnano`]. [`postcss-layout`]: https://github.com/arccoza/postcss-layout [`postcss-mixins`]: https://github.com/postcss/postcss-mixins [`postcss-nested`]: https://github.com/postcss/postcss-nested +[`postcss-rtlcss`]: https://github.com/elchininet/postcss-rtlcss [`postcss-select`]: https://github.com/johnotander/postcss-select [`postcss-urlrev`]: https://github.com/yuezk/postcss-urlrev [`postcss-zindex`]: https://github.com/ben-eb/postcss-zindex From 679f2d5391103e2e875859dfe4cfd36b8c0d4792 Mon Sep 17 00:00:00 2001 From: Andrey Sitnik Date: Mon, 6 Dec 2021 00:50:42 +0100 Subject: [PATCH 2/2] Update docs/plugins.md --- docs/plugins.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/plugins.md b/docs/plugins.md index 61324ad9c..e64e80279 100644 --- a/docs/plugins.md +++ b/docs/plugins.md @@ -463,7 +463,7 @@ See also plugins in modular minifier [`cssnano`]. * [`postcss-raw`] protects nodes inside `@raw` at-rules from being touched by other plugins. * [`postcss-remove-prefixes`] removes vendor prefixes. -* [`postcss-rtlcss`] creates left-to-right (LTR) and right-to-left (RTL) rules in a single CSS file +* [`postcss-rtlcss`] creates left-to-right and right-to-left rules in a single CSS file. * [`postcss-safe-important`] adds `!important` to style declarations safely. * [`postcss-sanitize`] remove properties and values using rules (css sanitization). * [`postcss-scopify`] adds a user input scope to each selector.