Skip to content

Commit b0c37df

Browse files
authored
add to install theme-ui
To be obvious to new developer, theme-ui module should be installed as well. I directly land of this page with google search. I'm using CodeSandbox to test theme-ui, CodeSandbox not throw error. it's just not working I'm confuse and thought gatsby-plugin-theme-ui include the theme-ui module Then I change to use VS Code It throw an error said theme-ui module is not installed
1 parent 3017092 commit b0c37df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

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

99
```sh
10-
npm i gatsby-plugin-theme-ui
10+
npm i theme-ui gatsby-plugin-theme-ui
1111
```
1212

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

0 commit comments

Comments
 (0)