Skip to content

Commit

Permalink
Merge pull request #1770 from fpetrakov/update-plugins-list
Browse files Browse the repository at this point in the history
add postcss-easy-import to the plugin list
  • Loading branch information
ai committed Aug 13, 2022
2 parents bc18340 + 627f01a commit bc5b964
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/plugins.md
Expand Up @@ -529,6 +529,7 @@ See also plugins in modular minifier [`cssnano`].
* [`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
* [`postcss-easy-import`] inline `@import` rules content with extra features.


[flexbox bugs]: https://github.com/philipwalton/flexbugs
Expand Down Expand Up @@ -931,3 +932,4 @@ See also plugins in modular minifier [`cssnano`].
[`postcss-design-tokens`]: https://github.com/jptaranto/postcss-design-tokens
[`postcss-pixel-to-remvw`]: https://github.com/ben-lau/postcss-pixel-to-remvw
[`@csstools/postcss-design-tokens`]: https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-design-tokens
[`postcss-easy-import`]: https://https://github.com/TrySound/postcss-easy-import

0 comments on commit bc5b964

Please sign in to comment.