We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03e276a commit 22b6572Copy full SHA for 22b6572
packages/gatsby-plugin-styled-jsx/README.md
@@ -4,7 +4,7 @@ Provides drop-in support for [styled-jsx](https://github.com/zeit/styled-jsx).
4
5
## Install
6
7
-`yarn add gatsby-plugin-styled-jsx`
+`yarn add styled-jsx gatsby-plugin-styled-jsx`
8
9
## How to use
10
packages/gatsby-plugin-styled-jsx/package.json
@@ -12,10 +12,12 @@
12
"keywords": ["gatsby", "styled-jsx"],
13
"license": "MIT",
14
"dependencies": {
15
- "babel-runtime": "^6.26.0",
16
- "styled-jsx": "^2.2.1"
+ "babel-runtime": "^6.26.0"
17
},
18
"devDependencies": {
19
"cross-env": "^5.0.5"
+ },
20
+ "peerDependencies": {
21
+ "styled-jsx": "^2.2.1"
22
}
23
0 commit comments