Skip to content

Commit

Permalink
docs: Add @theme-ui/mdx to Gatsby install instructions (#2373)
Browse files Browse the repository at this point in the history
  • Loading branch information
LekoArts committed Dec 2, 2022
1 parent aa8a976 commit 8e4b9d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/docs/src/pages/getting-started/gatsby.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ To use Theme UI with [Gatsby][], install and use
[`gatsby-plugin-theme-ui`](/packages/gatsby-plugin).

```sh
npm i theme-ui gatsby-plugin-theme-ui @emotion/react @mdx-js/react
npm i theme-ui @theme-ui/mdx gatsby-plugin-theme-ui @emotion/react @mdx-js/react
```

Add the plugin to your `gatsby-config.js`.
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-theme-ui/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Gatsby plugin for adding Theme UI context

```sh
npm i theme-ui gatsby-plugin-theme-ui @emotion/react @mdx-js/react
npm i theme-ui @theme-ui/mdx gatsby-plugin-theme-ui @emotion/react @mdx-js/react
```

```js
Expand Down

0 comments on commit 8e4b9d4

Please sign in to comment.