Skip to content

Commit

Permalink
Merge pull request #1838 from okikio/patch-1
Browse files Browse the repository at this point in the history
docs: add postcss-spring-easing
  • Loading branch information
ai committed May 16, 2023
2 parents 0a7e5a6 + f8eedb7 commit 0a55fb3
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 @@ -176,6 +176,7 @@ by one line of code.
variables.
* [`webp-in-css`] to use WebP background images in CSS.
* [`postcss-clamp`] transform `clamp()` to combination of `min/max`
* [`postcss-spring-easing`] replaces `spring()` with a resulting `linear()` function and add a `--spring-duration` css variable

See also [`oldie`] plugins pack.

Expand Down Expand Up @@ -950,3 +951,4 @@ See also plugins in modular minifier [`cssnano`].
[`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://github.com/TrySound/postcss-easy-import
[`postcss-spring-easing`]: https://github.com/okikio/postcss-spring-easing

0 comments on commit 0a55fb3

Please sign in to comment.