Uh oh!
There was an error while loading. Please reload this page.
support scss - #412
Conversation
ghost
commented
Aug 9, 2016
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! |
gaearon
commented
Aug 9, 2016
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. |
devmetal
commented
Sep 24, 2016
@gaearon @komcal |
gaearon
commented
Sep 24, 2016
Hi @devmetal! Please see an extensive discussion about this in #78 and other threads. |
rickharrison
commented
Oct 11, 2016
For those looking for sass support, check out https://github.com/rickharrison/create-react-app-sass |
komkanit
commented
Oct 11, 2016
@rickharrison Thank! |
felquis
commented
Oct 26, 2016
I think the most basic way to do it is to run |
ezhlobo
commented
Oct 26, 2016
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.