From 2162e4e940f841d8ee1f33b2a55b2b684020f74e Mon Sep 17 00:00:00 2001 From: Nikita Golubov Date: Tue, 20 Apr 2021 18:11:31 +0300 Subject: [PATCH] Add `postcss-easy-z` to plugins list --- docs/plugins.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/plugins.md b/docs/plugins.md index 083f81198..9ea4dbdb8 100644 --- a/docs/plugins.md +++ b/docs/plugins.md @@ -221,6 +221,7 @@ for targeting all button elements. * [`csstyle`] adds components workflow to your styles. * [`postcss-percentage`] support Sass-like `percentage()` function. * [`postcss-custom-css-units`] Define custom css units and convert them to CSS variables. +* [`postcss-easy-z`] lets you organize z-indices by declaring relations between them. See also [`precss`] plugins pack to add them by one line of code. @@ -865,3 +866,4 @@ See also plugins in modular minifier [`cssnano`]. [`postcss-blurry-gradient-workaround`]: https://github.com/strarsis/postcss-blurry-gradient-workaround [`postcss-d-ts`]: https://github.com/askirmas/postcss-d-ts [`postcss-multi-value-display`]: https://github.com/jake-low/postcss-multi-value-display +[`postcss-easy-z`]: https://github.com/CSSSR/postcss-easy-z