-
Descriptionstack, vstack, hstack patterns are not working.First, I pulled out the stack and then gave it the option I checked with the Chrome Console DevTools and the class name came out fine. However, it looks like the style code was not added to the layout.css file. The Use Version
Link to ReproductionNot reproducible in Windows environment Still, this is the exact same example as my environment. I need to reproduce this on Windows. Steps to reproduceNo response JS FrameworkNext.js (TS) 13 App Dir Panda CSS Version^0.6.0 Browser114.0.5735.199 Operating System
Additional InformationNo response |
Beta Was this translation helpful? Give feedback.
Replies: 8 comments 11 replies
-
the linked minimal repro doesn't look like the screenshots you provided, so it doesn't seem to have an issue right now can you update your repro ? |
Beta Was this translation helpful? Give feedback.
-
I'm also not getting any output from patterns. Is there supposed to be CSS generated for Here's the repro with Next: https://stackblitz.com/edit/vercel-next-js-z7gzeg?file=panda.config.ts,src%2Fapp%2Fpage.tsx,src%2Fapp%2Flayout.tsx |
Beta Was this translation helpful? Give feedback.
-
You can use it for now by installing ***@***.******@***.***`
Omar
…On Tue, Jul 25, 2023 at 5:36 AM, Alexandre Stahmer ***@***.*** > wrote:
Hey, it's already fixed but not yet merged & published on npm
it'll be available once this PR
<#1055> gets merged
and this
<be0ad57>
was the PR that fixed this issue
—
Reply to this email directly, view it on GitHub
<#1034 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAONU3WXP7IPKJ54H2UC2C3XR3MFNANCNFSM6AAAAAA2LY57JA>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Thanks! I made a new blitz, this uses Manu's macro plugin for all styled-system imports, and the resulting client code does not contain any imports from styled-system 🥳 https://stackblitz.com/edit/qwik-starter-vuepi6?file=src%2Froutes%2Findex.tsx,vite.config.ts BTW:
|
Beta Was this translation helpful? Give feedback.
-
Well if I see an optimization opportunity I can't not think about it :-) Suppose you have a big project with 100 big source files, 10ms per file would mean an extra second of build time.
Hmm, so in vite each import goes through resolveId/load/transform. Vite plugins can intercept these steps to do their thing. The styled-system utils could import Thanks for all the explanations! |
Beta Was this translation helpful? Give feedback.
-
I still see this issue. If I use the JSX components it does work, but using the pattern functions it does not. |
Beta Was this translation helpful? Give feedback.
-
issue still persists, no problem in linux but windows has problems |
Beta Was this translation helpful? Give feedback.
the linked minimal repro doesn't look like the screenshots you provided, so it doesn't seem to have an issue right now
can you update your repro ?