-
Notifications
You must be signed in to change notification settings - Fork 96
Storybook - Support #89
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
If I remember correctly, you need to do this via Storybook's Extend Mode. |
You could pass an example of the webpack.config. I can not make me recognize the scss styles |
I think your asking me for an example @fgvicente? If so here is my current
|
@frankstallone thank for help but not work. |
I don't think Storybook would even properly start if your SCSS file wasn't properly handled in webpack therefore as far as this issue is concerned it sounds like you are loading it properly now. Your pointing to line 2 in a completely different file and I have no context as to what you are even showing in your last image. Start a new issue and breakdown your question a little further. @omariosouto should consider closing this ticket if is indeed a solved problem. |
@frankstallone I explain myself a little better. NO error storybook now, but I do not load the css. the second image shows the button without the styles and in the console it also does not show that it loads a class |
Hi, how are you all?
I was creating a new setup with https://github.com/storybooks/storybook, and when I Include an stylus file the storybook can`t read the file because they need to add an extension for webpack for make everything work.
How could I implement this?
The text was updated successfully, but these errors were encountered: