Skip to content

Files

Latest commit

3fcc3bc · Jan 12, 2018

History

History
This branch is 18445 commits behind gatsbyjs/gatsby:master.

gatsby-plugin-styled-jsx

gatsby-plugin-styled-jsx

Provides drop-in support for styled-jsx.

Install

yarn add styled-jsx 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`];