-
Notifications
You must be signed in to change notification settings - Fork 206
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
Not applying classes? #77
Comments
Related to #32 but no one seem to have resolved it, really. |
I have same issues. |
Related to #21, thanks to @Marmelatze Adding ?modules to the loader fixed it for me: {
test: /\.css/,
loader: "style!css?modules"
} |
Moving to webpack 2 I ran into this. new webpack 2 config:
old webpack config:
Everything else is working fine. Hopefully someone has some insight. |
@dyst5422 thanks, it works perfectly ! I encountered the error |
Using CSS Modules are currently mandatory for react-flexbox-grid to work. Subscribe to #60 to get updates about supporting regular classes as well. |
This code
produces this HTML
EDIT: All dependencies are installed, and there are no console errors.
EDIT: After seeing the documented issue, how do I use this with Meteor?
The text was updated successfully, but these errors were encountered: