A Gatsby plugin to use styled-jsx with PostCSS
npm install gatsby-plugin-styled-jsx-postcssA Gatsby plugin to use styled-jsx with PostCSS.
With Yarn:
``bash`
yarn add gatsby-plugin-styled-jsx-postcss
Or with npm:
`bash`
npm install --save gatsby-plugin-styled-jsx-postcss
`javascript`
// In your gatsby-config.js
plugins: [
'gatsby-plugin-styled-jsx-postcss',
]
This plugin will also watch CSS files and refresh your browser on change if running in develop mode. This is because if you're importing other CSS files in your