-
Notifications
You must be signed in to change notification settings - Fork 37
css-loader #269
Comments
Maybe we can add way to customize webpack to config any loader. |
Sass loader would also be super awesome too! Just in case that gets missed on this ticket. |
Thanks for investigating and documenting your findings here @rickyp-uber. I think initially we should just get a single CSS strategy working, and IMO that is probably CSS Modules as that's becoming more or less a standard within react frameworks (CRA for example). |
I played around with css-loader modules and got a little further, however I couldn't get the CSS to render properly. If someone wanted to take this up I would be very happy.
Add scss file to the project. I chose
Within the component import the stylesheet.
Documentation for css-loader modules says that the className property should have been |
That'd be really awesome. I want to add worker-loader, it's been more than a month since I'm messing around. |
The css-loader is becoming a common use-case in many projects. Create react app also supports it outside of the box. We should support this also.
More to come.
The text was updated successfully, but these errors were encountered: