Skip to content

Commit

Permalink
Merge pull request #1610 from hex-ci/patch-1
Browse files Browse the repository at this point in the history
Added postcss-unit-processor plugin to the list
  • Loading branch information
ai committed Jun 28, 2021
2 parents 7e7b0e9 + 476141a commit 1545d8a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/plugins.md
Expand Up @@ -481,6 +481,7 @@ See also plugins in modular minifier [`cssnano`].
* [`postcss-px-to-viewport`] generates viewport units (`vw`, `vh`, `vmin`, `vmax`) from `px` units.
* [`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.


[flexbox bugs]: https://github.com/philipwalton/flexbugs
Expand Down Expand Up @@ -871,3 +872,4 @@ See also plugins in modular minifier [`cssnano`].
[`postcss-easy-z`]: https://github.com/CSSSR/postcss-easy-z
[`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

0 comments on commit 1545d8a

Please sign in to comment.