1.0.0-next.20 • Published 2 years ago

@twind/gatsby-plugin v1.0.0-next.20

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

@twind/gatsby-plugin

NOT WORKING AT THE MOMENT See the gatsby example of working configuration. Looking for help to make the plugin work.


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, }, }, ], }