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`];
Name | Name | Last commit date | ||
---|---|---|---|---|
parent directory.. | ||||
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`];