@atlantis-lab/next-document-with-emotion

yarn add @atlantis-lab/next-document-with-emotion

Usage no npm install needed!

<script type="module">
  import atlantisLabNextDocumentWithEmotion from 'https://cdn.skypack.dev/@atlantis-lab/next-document-with-emotion';
</script>

README

Next Document With Emotion

Install

yarn add @atlantis-lab/next-document-with-emotion

Example 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)