Skip to content

Latest commit

 

History

History
 
 

gatsby-plugin-jss

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

gatsby-plugin-jss

Provide drop-in support for using the css-in-js library JSS including server rendering.

Install

npm install --save gatsby-plugin-jss

How to use

Add the plugin to your gatsby-config.js.

plugins: [`gatsby-plugin-jss`];

Example

https://using-jss.gatsbyjs.org/