Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 356 Bytes

File metadata and controls

15 lines (9 loc) · 356 Bytes

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