From 56dcf91862a0c89b66169f2a888a16ee619eadf1 Mon Sep 17 00:00:00 2001 From: Hex Date: Mon, 28 Jun 2021 18:44:51 +0800 Subject: [PATCH 1/2] Added postcss-unit-processor plugin to the list --- docs/plugins.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/plugins.md b/docs/plugins.md index 2b4b0bda3..6a47c5c80 100644 --- a/docs/plugins.md +++ b/docs/plugins.md @@ -481,7 +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 @@ -871,3 +871,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 From 476141a74fa88e7f31e5e6e22320469ab86d0d21 Mon Sep 17 00:00:00 2001 From: Hex Date: Mon, 28 Jun 2021 18:49:42 +0800 Subject: [PATCH 2/2] Added postcss-unit-processor plugin to the list --- docs/plugins.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/plugins.md b/docs/plugins.md index 6a47c5c80..9fbb263a5 100644 --- a/docs/plugins.md +++ b/docs/plugins.md @@ -483,6 +483,7 @@ See also plugins in modular minifier [`cssnano`]. doesn’t fit the mobile browser screen. * [`postcss-unit-processor`] flexible processing of CSS units. + [flexbox bugs]: https://github.com/philipwalton/flexbugs