-
-
Notifications
You must be signed in to change notification settings - Fork 9.4k
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
Cannot resolve module 'style' when using react-flexgrid #220
Comments
Did you install |
I did, but it gave me new problems/warnings. Don't remember exactly. Switched to reflexbox now, though I think some things are missing in that package.. |
Also I'd remove ps. a better regex might be |
This webpack stuff is totally new to me. Need to read up on the syntax etc. I'll try it ! |
Our latest storybook has much support for CSS and read our docs here: https://getstorybook.io |
I can't get react-flexgrid to work alongside storybook.
When I add this line:
import "react-flexgrid/lib/flexgrid.css"
to my componen.jsx I get the error:
My ./storybook/webpack.config.js looks like this:
The text was updated successfully, but these errors were encountered: