Skip to content

Commit

Permalink
Merge pull request #1680 from TheDutchCoder/add-postcss-rem-to-px-plugin
Browse files Browse the repository at this point in the history
docs: 📝 Add plugin to docs
  • Loading branch information
ai committed Nov 23, 2021
2 parents 73e2b7b + 71f41fb commit 2b8ce5d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/plugins.md
Expand Up @@ -483,6 +483,7 @@ See also plugins in modular minifier [`cssnano`].
* [`postcss-viewport-height-correction`] solves the popular problem when `100vh`
doesn’t fit the mobile browser screen.
* [`postcss-unit-processor`] flexible processing of CSS units.
* [`postcss-rem-to-px`] converts `rem` values to `px` values.


[flexbox bugs]: https://github.com/philipwalton/flexbugs
Expand Down Expand Up @@ -876,5 +877,6 @@ See also plugins in modular minifier [`cssnano`].
[`postcss-icon-blender`]: https://github.com/icon-blender/postcss-icon-blender
[`postcss-variable-compress`]: https://github.com/navanshu/postcss-variable-compress
[`postcss-unit-processor`]: https://github.com/hex-ci/postcss-unit-processor
[`postcss-rem-to-px`]: https://github.com/TheDutchCoder/postcss-rem-to-px
[`postcss-prefix-hover`]: https://github.com/larsmunkholm/postcss-prefix-hover
[`postcss-resolve-urls`]: https://github.com/bognarlaszlo/postcss-resolve-urls

0 comments on commit 2b8ce5d

Please sign in to comment.