Dan Abramov
1 min readAug 3, 2016

--

Well, to be perfectly clear, you can, just outside of Create React App setup:

node-sass ./src/app.scss -w -o ./src/css

And import the resulting CSS.

(Thanks for the tip to Armando Sosa)

--

--

Dan Abramov

Working on @reactjs. Co-author of Redux and Create React App. Building tools for humans.