From e36ed17cc62add2b4f80d8abcfb3136152800f32 Mon Sep 17 00:00:00 2001 From: Ben Lau <408736066@qq.com> Date: Wed, 18 May 2022 15:57:36 +0800 Subject: [PATCH] Update plugins.md --- docs/plugins.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/plugins.md b/docs/plugins.md index 0de9906e5..b89a7d6f4 100644 --- a/docs/plugins.md +++ b/docs/plugins.md @@ -526,6 +526,7 @@ See also plugins in modular minifier [`cssnano`]. * [`postcss-rem-to-px`] converts `rem` values to `px` values. * [`postcss-design-tokens`] provides a function to retrieve design tokens expressed in JS or JSON, within CSS. +* [`postcss-pixel-to-remvw`] converting px to both of rem and vw, also one of them [flexbox bugs]: https://github.com/philipwalton/flexbugs @@ -926,3 +927,4 @@ See also plugins in modular minifier [`cssnano`]. [`postcss-prefix-hover`]: https://github.com/larsmunkholm/postcss-prefix-hover [`postcss-resolve-urls`]: https://github.com/bognarlaszlo/postcss-resolve-urls [`postcss-design-tokens`]: https://github.com/jptaranto/postcss-design-tokens +[`postcss-pixel-to-remvw`]: https://github.com/ben-lau/postcss-pixel-to-remvw