styled components gatsby

Solutions on MaxInterview for styled components gatsby by the best coders in the world

showing results for - "styled components gatsby"
Luisa
04 Jan 2017
1npm install gatsby-plugin-styled-components styled-components babel-plugin-styled-components
2
3Also requires this addition to gatsby-config.js
4module.exports = {
5  plugins: [`gatsby-plugin-styled-components`],
6}
Denis
23 Nov 2020
1Copycopy code to clipboardnpm install gatsby-plugin-styled-components styled-components babel-plugin-styled-components