Skip to content

Commit 8e4b9d4

Browse files
authored
docs: Add @theme-ui/mdx to Gatsby install instructions (#2373)
1 parent aa8a976 commit 8e4b9d4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

packages/docs/src/pages/getting-started/gatsby.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ To use Theme UI with [Gatsby][], install and use
88
[`gatsby-plugin-theme-ui`](/packages/gatsby-plugin).
99

1010
```sh
11-
npm i theme-ui gatsby-plugin-theme-ui @emotion/react @mdx-js/react
11+
npm i theme-ui @theme-ui/mdx gatsby-plugin-theme-ui @emotion/react @mdx-js/react
1212
```
1313

1414
Add the plugin to your `gatsby-config.js`.

packages/gatsby-plugin-theme-ui/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Gatsby plugin for adding Theme UI context
44

55
```sh
6-
npm i theme-ui gatsby-plugin-theme-ui @emotion/react @mdx-js/react
6+
npm i theme-ui @theme-ui/mdx gatsby-plugin-theme-ui @emotion/react @mdx-js/react
77
```
88

99
```js

0 commit comments

Comments
 (0)