diff --git a/packages/docs/src/pages/guides/keyframes.mdx b/packages/docs/src/pages/guides/keyframes.mdx index e7ac29d7b..330332202 100644 --- a/packages/docs/src/pages/guides/keyframes.mdx +++ b/packages/docs/src/pages/guides/keyframes.mdx @@ -16,9 +16,8 @@ library itself. Instead, use [the `keyframes` helper from Emotion](https://emoti -`@emotion/react` is a peer dependency of Theme UI, so while required alongside available in your -project without manual installation. Installing it separately can cause configuration issues due to -multiple copies with conflicting versions. +`@emotion/react` is a peer dependency of Theme UI, so while required alongside Theme UI packages, +it needs manual installation in your project.