Hello ! So you say that sass is installed by default with create-react-app, Are you sure about this ? I try it :
Failed to compile. Cannot find module 'sass'
Also the create-react-app documentation say : "To use Sass, first install sass"
Maybe you have install sass globaly ?
a create-react-app have sass configured by default, but sass is not installed. Not sure why yet, it seem strange.
Are you sure you want to hide this comment? It will become hidden in your post, but will still be visible via the comment's permalink.
Hide child comments as well
Confirm
For further actions, you may consider blocking this person and/or reporting abuse
We're a place where coders share, stay up-to-date and grow their careers.
Hello !
So you say that sass is installed by default with create-react-app, Are you sure about this ?
I try it :
Also the create-react-app documentation say : "To use Sass, first install sass"
Maybe you have install sass globaly ?
a create-react-app have sass configured by default, but sass is not installed.
Not sure why yet, it seem strange.