Answers for "gatsby-plugin-styled-components"

1

gatsby-plugin-styled-components

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

# yarn 
yarn add  gatsby-plugin-styled-components styled-components babel-plugin-styled-components


# Edit gatsby-config.js

module.exports = {
  plugins: [
    {
      resolve: `gatsby-plugin-styled-components`,
      options: {
        // Add any options here
      },
    },
  ],
}
Posted by: Guest on August-31-2020

Code answers related to "gatsby-plugin-styled-components"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language