Enabling "syntax: template-literal" does not generate patterns #949
axelfriberg
started this conversation in
General
Replies: 1 comment 1 reply
-
Hi @axelfriberg, Yes, this is a limitation of the template literal syntax. We intend to write some docs around this shortly. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Description
When enabling template-literal syntax in the config
And then running
panda codegen --clean
the "patterns" folder is no longer generated. So that things likecontainer
can't be used anymore.If this is a know limitation about the current setup around template-literals something could be added to the docs to explain this.
Link to Reproduction
https://stackblitz.com/edit/stackblitz-starters-m7oq7c?file=panda.config.mjs
Steps to reproduce
JS Framework
React (next.js 13)
Panda CSS Version
0.5.1
Browser
No response
Operating System
Additional Information
No response
Beta Was this translation helpful? Give feedback.
All reactions