Skip to content

Commit

Permalink
Merge pull request #1871 from RiadhAdrani/main
Browse files Browse the repository at this point in the history
add `postcss-plugin-ignore-file` to plugins.md
  • Loading branch information
ai committed Aug 15, 2023
2 parents 7d51976 + 6222d3d commit ec034e4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/plugins.md
Original file line number Diff line number Diff line change
Expand Up @@ -549,6 +549,7 @@ See also plugins in modular minifier [`cssnano`].
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.
* [`postcss-plugin-ignore-file`] ignore file with a top-comment `/* @ignore */`.


[flexbox bugs]: https://github.com/philipwalton/flexbugs
Expand Down Expand Up @@ -954,3 +955,4 @@ See also plugins in modular minifier [`cssnano`].
[`@csstools/postcss-design-tokens`]: https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-design-tokens
[`postcss-easy-import`]: https://github.com/TrySound/postcss-easy-import
[`postcss-spring-easing`]: https://github.com/okikio/postcss-spring-easing
[`postcss-plugin-ignore-file`]: https://github.com/RiadhAdrani/postcss-plugin-ignore-file

0 comments on commit ec034e4

Please sign in to comment.