How to use Atomic Recipes in conditional styles? #3287
-
Hello! I have an Astro 5.7 project with panda-css 0.54. Example url: https://codesandbox.io/p/devbox/condescending-nash-7hjcll?file=%2Fsrc%2Fpages%2Findex.astro%3A77%2C29 I use
Panda-css did create classnames from I also tried:
Did I miss anything? Thank you! |
Beta Was this translation helpful? Give feedback.
Answered by
segunadebayo
Jun 18, 2025
Replies: 1 comment
-
This is a compiler limitation at the moment, you can spread styles within a selector or at-rule. We consider supporting this in the future. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
segunadebayo
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is a compiler limitation at the moment, you can spread styles within a selector or at-rule.
We consider supporting this in the future.