react-app-rewire-sass isn't the same thing as Adding a CSS Preprocessor (Sass, Less etc.). The method in document of facebookincubator/create-react-app didn't allow us using import './sss.scss' .
Please see https://github.com/timarney/react-app-rewired/issues/66#issuecomment-330649196
That issue has an updated way on how to rewire with SASS + additional notes.
If @hwaterke has time sounds like he will publish as a package and we will link to it from this repo. In the meantime follow his notes for modifying your config file.
It would still be nice if you could fix and un-deprecate the original module. It would be easier for people to find. Having webpack handle SASS is _much_ nicer than the solution Facebook proposes.
Most helpful comment
It would still be nice if you could fix and un-deprecate the original module. It would be easier for people to find. Having webpack handle SASS is _much_ nicer than the solution Facebook proposes.