Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added postcss-unit-processor plugin to the list #1610

Merged
merged 2 commits into from Jun 28, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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