Gatsby

A plugin for integrating vanilla-extract with Gatsby.

Installation

npm install @vanilla-extract/css @vanilla-extract/webpack-plugin gatsby-plugin-vanilla-extract

Setup

Add the plugin to your Gatsby configuration.

gatsby-config.js
module.exports = { plugins: [`gatsby-plugin-vanilla-extract`] };

Configuration

See plugin documentation.