Skip to content

Commit

Permalink
Merge pull request #1603 from navanshu/main
Browse files Browse the repository at this point in the history
Added postcss-variable-compress plugin to the list
  • Loading branch information
ai committed Jun 15, 2021
2 parents c7bae29 + d200bf0 commit 871e549
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/plugins.md
Expand Up @@ -349,6 +349,7 @@ loosely resembles the original.
* [`postcss-no-important`] delete declarations !important.
* [`postcss-deep-scopable`] unified deep scoped style for Vue.js.
* [`postcss-deadcss`] helps to find dead CSS in stylesheets.
* [`postcss-variable-compress`] minifies css variables and saves you space.

See also plugins in modular minifier [`cssnano`].

Expand Down Expand Up @@ -869,3 +870,4 @@ See also plugins in modular minifier [`cssnano`].
[`postcss-multi-value-display`]: https://github.com/jake-low/postcss-multi-value-display
[`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

0 comments on commit 871e549

Please sign in to comment.