Migrate to Netlify Today

Netlify announces the next evolution of Gatsby Cloud. Learn more

ContactSign Up
Community Plugin
View plugin on GitHub

@twind/gatsby-plugin


READ THIS FIRST!

Twind v1 is still in beta. Expect bugs!


A Gatsby plugin for Twind with built-in server-side rendering support.

Used within the following examples:

Installation

Install from npm:

npm install twind @twind/gatsby-plugin@next

Usage

Please see examples/gatsby for detailed usage example.

gatsby-config.js

const twindConfig = require('./twind.config') module.exports = { plugins: [ { resolve:
`@twind/gatsby-plugin`, options: { config: twindConfig, }, }, ], }
© 2023 Gatsby, Inc.