-
-
Notifications
You must be signed in to change notification settings - Fork 26.9k
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
support scss #412
support scss #412
Conversation
Thank you for your pull request and welcome to our community. We require contributors to sign our Contributor License Agreement, and we don't seem to have you on file. In order for us to review and merge your code, please sign up at https://code.facebook.com/cla - and if you have received this in error or have any questions, please drop us a line at cla@fb.com. Thanks! |
Hi, thanks for the PR! Sorry to disappoint you—we discussed this in #351, and we don’t currently want to enable SCSS (or other CSS preprocessors) in the default setup. |
@gaearon @komcal |
Hi @devmetal! Please see an extensive discussion about this in #78 and other threads. |
For those looking for sass support, check out https://github.com/rickharrison/create-react-app-sass |
@rickharrison Thank! |
I think the most basic way to do it is to run |
Hi guys! Please take a look at ezhlobo/react-scripts, I added the possiblity to extend webpack's configs. I use react-scripts in some projects where we have different configs and my fork with two lines changed is convenient for doing it. //CC @komcal |
Can import .scss instead of css.
My code only support scss not inculde sass
This is my first pull request in open source project, if some thing not correct you can recommend me.
Thank you.