DEV Community

Discussion on: The Complete Guide to Next.js Authentication

Collapse
 
szymonkochanski profile image
Szymon Kochanski

A small suggestion for importing emotion:

npm i @emotion/css
Enter fullscreen mode Exit fullscreen mode

Then, to use it:

import { css } from '@emotion/css'
Enter fullscreen mode Exit fullscreen mode
Collapse
 
vfulco profile image
Vincent Fulco (It / It's)

Thanks for this mention. For some reason, I couldn't get it to work but did so using "import { css } from '@emotion/react'; "