My config for using `twind/shim` with `next.js`, as used for [rake.red](https://rake.red/) Github Gists don't like slashes in names, so be sure to move `.twind.config.js` out of the `pages` folder. ``` ./twind.config.js ./pages/_app.js ./pages/_document.js ```