-
-
Notifications
You must be signed in to change notification settings - Fork 162
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
Global styles? #91
Comments
A pattern for deal with css modules files and global css files is to use the |
Solid advice, to get this working with a similar approach, when importing the global style, use the minified version. so |
Closing this out as there's a clear solution in mind. |
Hi @oshalygin
Still i am unable to make bootstrap css work. Can you guys please provide an sample codes ? Thank you so much for this feature. |
I realize I'm responding to a really old ticket, but I found my way here from Google while trying to figure out exactly how the exclude option works. So I thought I would provide some info for any future travellers who stumble across this. If you are having problems with this and you used one of the regexps that were posted in the issue:
For the first case, you can use: For the second case I would suggest you probably want to exclude files that end with |
I tried this all sorts of ways but this doesn't work like the
react-css-modules
project which allows you to do the following:import '!style!css!../node_modules/bootstrap/dist/css/bootstrap.min.css';
how do you import global styles with this project?
The text was updated successfully, but these errors were encountered: