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
When I generate panda CSS in a project that uses a mix of emotion css functions and panda css functions, I expect it to only use the panda css styles, but it also picks up emotion css styles.
Description
When I generate panda CSS in a project that uses a mix of emotion css functions and panda css functions, I expect it to only use the panda css styles, but it also picks up emotion css styles.
Link to Reproduction
https://play.panda-css.com/S0BSaf1PHV
Steps to reproduce
JS Framework
No response
Panda CSS Version
0.51.1
Browser
No response
Operating System
Additional Information
CVA works as expected, so I'm hopeful it is possible to do this how I expect.
I believe
isRawFn
is the culprit because it returns true if the name === 'css' regardless of the import.The text was updated successfully, but these errors were encountered: