kitze / custom-react-scripts

[DEPRECATED, use customize-cra] Allow custom config for create-react-app without ejecting
https://custom-react-scripts.netlify.com
MIT License
993 stars 97 forks source link

What alternative is available to use SASS with original CRA without using this fork? #58

Closed aligajani closed 7 years ago

nwolverson commented 7 years ago

Use a separate sass compiler (e.g. node-sass) and import the compiled CSS file in the same way as if you were writing the CSS by hand.

aligajani commented 7 years ago

I mean a more automated approach that watches the file changes?

On Sun, Feb 5, 2017 at 9:10 PM, Nicholas Wolverson <notifications@github.com

wrote:

Use a separate sass compiler (e.g. node-sass) and import the compiled CSS file in the same way as if you were writing the CSS by hand.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/kitze/create-react-app/issues/58#issuecomment-277549669, or mute the thread https://github.com/notifications/unsubscribe-auth/ABpo2opiiIN2rVGIgdssHHXdKEipcewgks5rZjq4gaJpZM4L3l16 .

--

Ali Gajani Founder at Mr. Geek www.mrgeek.me www.aligajani.com

kitze commented 7 years ago

Will close as an issue, but you can continue discussing here. I think there's a section for this in the original CRA readme.

aligajani commented 7 years ago

Hi @kitze , can't see the CRA readme section on SASS, can you point it to me please..