diff --git a/docs/introduction.mdx b/docs/introduction.mdx index 2da3de503..32c5e970f 100644 --- a/docs/introduction.mdx +++ b/docs/introduction.mdx @@ -28,7 +28,7 @@ The [@emotion/css](https://www.npmjs.com/package/@emotion/css) package is framew ```jsx // @live -import { css, cx } from '@emotion/css' +import { css } from '@emotion/css' const color = 'white'