You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(emotion): fix autoLabel not adding label to css tagged template class names (#597)
Fix `autoLabel` option not working for `css` tagged template literals.
The label was added without the `label:` CSS property prefix, so
emotion's runtime did not recognize it and omitted it from the class
name.
Fixes#571
Generated with [Claude Code](https://claude.ai/code)
Co-authored-by: claude[bot] <41898282+claude[bot]@users.noreply.github.com>
Co-authored-by: Donny/강동윤 <kdy1@users.noreply.github.com>
0 commit comments