Open A1X5H04 opened 2 months ago
I've been having the same issue with other components. For me, I think it might be related to the static nature of Panda CSS: https://panda-css.com/docs/concepts/style-props#property-renaming
I've been having the same issue with other components. For me, I think it might be related to the static nature of Panda CSS: https://panda-css.com/docs/concepts/style-props#property-renaming
But it does recompile every hot reload, so I think the problem is not he panda css, I still don't understand why they remove tailwind
You should checkout the class is set on them, if it does, try to generate static css for them, see static generator
// panda.config.js
theme: {
extend: {
slotRecipes: {
menu: {
staticCss: [{ size: ['sm', 'md'] }]
}
}
}
}
Using size value other than "md" does not have styles and fallback to default size