Answers for "install styled components in Gatsby"

0

install styled components in Gatsby

npm install gatsby-plugin-styled-components styled-components babel-plugin-styled-components

Also requires this addition to gatsby-config.js
module.exports = {
  plugins: [`gatsby-plugin-styled-components`],
}
Posted by: Guest on February-28-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language