-
Notifications
You must be signed in to change notification settings - Fork 6
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
Make it possible to use SCSS modules #13
Comments
This repo exactly replicates CRA v2.0's implementation of CSS Modules. If you wish to change it, you'll need to make an issue in CRA and have it approved. It'll then be ported to this repo. |
Hi @ro-savage, Noticed that the CRA I've tested it locally and confirmed that it works. It was added in facebook/create-react-app#4195. I'd be happy to help with this. |
Great thanks @danoc! Sounds like these most recent updates then can just be ported over. |
@ro-savage do you think we could re-open this issue considering the above? |
I'm trying to use a pattern library in my CRA project that publishes React components that use CSS modules written with SCSS syntax with filenames ending with
.module.scss
.It would be great if this fork could support that. Is it realistic?
The text was updated successfully, but these errors were encountered: