Replies: 1 comment 1 reply
-
From the screenshot provided, the css declaration feels odd. Don’t remember any css property value called “fixed margin” could you share a reproduction? and perhaps check your code to find the spot where “or fixed margin: -1rem” is used. |
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Subject
Storybook Instsallation
Description
I tried to add Panda to a Storybook that uses
webpack5
. After applying changes carefully, I get these styles generated by PostCSS:This means that PostCSS is not working!
After some research, I found this documentation:
Is says:
Although I couldn't set up PostCSS with that yet (the following error appears), it should be mentioned in the documents that further Storybook setup may be required.
I think there are two things here:
fixed margin
style.Beta Was this translation helpful? Give feedback.
All reactions