Skip to content

Commit 3b32c3c

Browse files
committed
Add the styled-components plugin
- it doesn't work yet gatsbyjs/gatsby#2599
1 parent 75868a6 commit 3b32c3c

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

gatsby-config.js

+1
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ module.exports = {
3636
},
3737
`gatsby-transformer-sharp`,
3838
`gatsby-plugin-sharp`,
39+
`gatsby-plugin-styled-components`,
3940
{
4041
resolve: `gatsby-plugin-google-analytics`,
4142
options: {

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
"devDependencies": {
3232
"eslint": "^4.9.0",
3333
"eslint-plugin-react": "^7.4.0",
34+
"gatsby-plugin-styled-components": "^1.0.5",
3435
"gh-pages": "^0.12.0",
3536
"prettier": "^1.7.4"
3637
},

0 commit comments

Comments
 (0)