Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: fix CSS layers order in deployed Storybook (#2310)
Relates to #812 Currently many components styles are broken in our prod Storybook. Its propably caused by the normalization change but it works when running the Storybook locally and also for the Playwright screenshots. Do you have any idea whats going on here? I remember that we had some weird issues with the CSS layers not being in the correct order in the deployed Storybook Correct layers (when running pnpm dev): ![Bild](https://github.com/user-attachments/assets/e67daad9-9247-43e6-8509-10af37b66f4c) Somehow broken layers when deploying Storybook: ![Bild (1)](https://github.com/user-attachments/assets/a53f50ce-fa5b-4efc-bbab-aaa025ac1a04) Can be reproduced locally by running "pnpm build:storybook && pnpm preview"
- Loading branch information