## integrating emotion 11 and sass

- NB: Gatsby and Next.js implementation patterns
	https://deploy-preview-1600--emotion.netlify.app/docs/ssr
	https://github.com/emotion-js/emotion/blob/next/site/README.md
	https://github.com/vercel/next.js/blob/canary/examples/with-emotion-11/README.md
- NB: configure the packages correctly: https://deploy-preview-1600--emotion.netlify.app/docs/package-summary
- Migrate Level3 Styling Convert To Emotion 11
- Implement Plain Css Container Paradigm

## creating stylis plugins

copy this file, change the import refs and modify the exported "prefixer" function
https://github.com/thysultan/stylis.js/blob/master/src/Middleware.js

then configure SSR with a custom stylis plugin (middleware), as described here
https://github.com/emotion-js/emotion/blob/next/packages/cache/README.md

... and see this for syntax example
https://github.com/thysultan/stylis.js/blob/master/test/Middleware.js#L29-L32
