Skip to content

Latest commit

 

History

History
 
 

gatsby-plugin-styled-jsx

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

gatsby-plugin-styled-jsx

Provides drop-in support for styled-jsx.

Install

yarn add gatsby-plugin-styled-jsx

How to use

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`,
]