-
I'm using MUI and pandaCSS together. I want to get the className variable defined in the mui and use it in the Panda css.
|
Beta Was this translation helpful? Give feedback.
Answered by
astahmer
May 20, 2024
Replies: 1 comment 1 reply
-
that can't be done in your app code due to the way Panda works (using static analysis, looking at each file in isolation without resolving import values); but it can be done in your |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
uhuikim
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
that can't be done in your app code due to the way Panda works (using static analysis, looking at each file in isolation without resolving import values); but it can be done in your
panda.config
(there is no static limitations there)