Replies: 1 comment 3 replies
-
can you make a minimal repro ? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone.
I'm using
package.json
+ build tsc (include esm and cjs file ) + pandacss.for the build
panda css
Files
globals.css
just render a few configutilities
when used to write build UI Component and write for example Storybook.The example:
The neutral.light.2 and py="8" is working.
The neutral.light.3 and py="9" not working because
dist/styles/globals.css
don't have class .py_9{ padding: var("--spacing-9") }.Beta Was this translation helpful? Give feedback.
All reactions