Replies: 2 comments
|
Discussion of this issue in the Emotion repository. No clues as of yet . :) |
0 replies
|
Are you using |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hey all,
Currently
theme-uionly gives classes descriptive names in development mode.This is because this is set as the default by Emotion's Babel plugin downstream from this.
https://github.com/emotion-js/emotion/tree/main/packages/babel-plugin#options
Do you have a steer how I could turn
autoLabeltoalwaysin my Next.js project so I can get these descriptions in production?Thanks a lot!
All reactions