Provides drop-in support for styled-jsx.
yarn add styled-jsx gatsby-plugin-styled-jsx
Add the plugin to the plugins array in your gatsby-config.js
and use <style jsx>
tags in your component files.
plugins: [`gatsby-plugin-styled-jsx`];
Provides drop-in support for styled-jsx.
yarn add styled-jsx gatsby-plugin-styled-jsx
Add the plugin to the plugins array in your gatsby-config.js
and use <style jsx>
tags in your component files.
plugins: [`gatsby-plugin-styled-jsx`];