@atlantis-lab/next-document-with-emotion
v0.2.62
Published
## Install
Readme
Next Document With Emotion
Install
yarn add @atlantis-lab/next-document-with-emotionExample usage
import Document from 'next/document'
import compose from 'recompose/compose'
import { withEmotion } from '@atlantis-lab/next-document-with-emotion'
const withProviders = compose(withEmotion())
export default withProviders(Document)