Replies: 1 comment
-
@leahbanks I'm running into the same issue. It would be greatly appreciated if you would post here if you find a solution. I'll comment if I can figure it out. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Summary
Hi! I have Storybook running in my Nx Angular project, however I have Ionic components that are not rendering correctly and the correct styles are not applied. I can see the styles when I inspect the stories in the browser, but they are not visible. I'm unable to find any documentation for using Storybook with Ionic so I'm hoping that someone could help with this by outlining how Storybook should be configured when using Ionic/Angular and Nx. I have included the path to my global scss file in the project.json, which has all of the ionic styling imported. I have also tried to import it in the preview.ts file, but I get the following error:
Any help would be appreciated. Thanks :)
Nx v20.1.4
Angular v18.2.12
Ionic v7.2.0
Additional information
This is my current main.ts file:
This is my current project.json:
Create a reproduction
No response
Beta Was this translation helpful? Give feedback.
All reactions