CSS from recipes not applied on web app consuming a package #2121
Replies: 3 comments
-
Hi @comedelaval, The reproduction link you attached doesn't work. Could you fix that? |
Beta Was this translation helpful? Give feedback.
-
Hi @segunadebayo, |
Beta Was this translation helpful? Give feedback.
-
using this is because Panda CSS works using static analysis and we need to find style usage related to your button recipe |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Description
I have a monorepo as this
Both are using pandacss.
I defined a preset inside the components-panda and I exported it.
But the recipes inside the export are not executed well, all the others styles defined inside the preset are working.
Do you have any clue to help to resolve this issue ?
Link to Reproduction
https://github.com/comedelaval/web-panda-playground
Steps to reproduce
nvm use 20.0.0
cd panda-components
npm i & npm run build
../storybook-panda
npm i
npm run dev
JS Framework
Vue & Vite
Panda CSS Version
0.29.1
Browser
Google Chrome
Operating System
Additional Information
None
Beta Was this translation helpful? Give feedback.
All reactions