Skip to content

Commit

Permalink
Merge pull request #1858 from jordie23/patch-1
Browse files Browse the repository at this point in the history
Update global-styles.mdx
  • Loading branch information
hasparus committed Jul 8, 2021
2 parents 4901ae5 + d03c287 commit 62dfd74
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions packages/docs/src/pages/guides/global-styles.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,11 @@ export default (props) => (
/>
)
```

<Note>

If you are upgrading from a version of theme-ui older that v0.6.0, be aware the import
package has changed from `@emotion/core` to `@emotion/react`. For more information see
the [Migration Notes for 0.6](https://theme-ui.com/migrating/#breaking-changes).

</Note>

0 comments on commit 62dfd74

Please sign in to comment.