diff --git a/gatsby-config.js b/gatsby-config.js index 7a70854b..ae71b3e2 100644 --- a/gatsby-config.js +++ b/gatsby-config.js @@ -26,5 +26,6 @@ module.exports = { icon: `src/images/gatsby-icon.png`, // This path is relative to the root of the site. }, }, + `gatsby-plugin-styled-components`, ], }; diff --git a/package-lock.json b/package-lock.json index 6efb5098..042d8b76 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7997,6 +7997,14 @@ } } }, + "gatsby-plugin-styled-components": { + "version": "3.1.16", + "resolved": "https://registry.npmjs.org/gatsby-plugin-styled-components/-/gatsby-plugin-styled-components-3.1.16.tgz", + "integrity": "sha512-ixvMwMCYm70iC23+zkMBmQPNX0UmmumzK+1TtK3LSYicdaXXz7dychaBdiljKD4WMNraXYx49JuZS01yjOZiOw==", + "requires": { + "@babel/runtime": "^7.7.6" + } + }, "gatsby-react-router-scroll": { "version": "2.1.19", "resolved": "https://registry.npmjs.org/gatsby-react-router-scroll/-/gatsby-react-router-scroll-2.1.19.tgz", diff --git a/package.json b/package.json index da133e7f..96c0d33f 100644 --- a/package.json +++ b/package.json @@ -17,6 +17,7 @@ "gatsby-plugin-offline": "^3.0.27", "gatsby-plugin-react-helmet": "^3.1.16", "gatsby-plugin-sharp": "^2.3.5", + "gatsby-plugin-styled-components": "^3.1.16", "gatsby-source-filesystem": "^2.1.40", "gatsby-transformer-sharp": "^2.3.7", "normalize.css": "^8.0.1",