Skip to content

Commit

Permalink
Merge pull request #1688 from elchininet/adds-postcss-rtlcss-plugin
Browse files Browse the repository at this point in the history
Adds postcss-rtlcss plugin to the plugins list
  • Loading branch information
ai committed Dec 5, 2021
2 parents 664af88 + 679f2d5 commit 8d178fc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/plugins.md
Expand Up @@ -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 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.
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 8d178fc

Please sign in to comment.