I present you this scenario:
- I have a React App.
- I want to use node-sass
- I install the package
- I watched a youtube tutorial about sass integration with react.js
- I followed the exact instructions (Rename all my .css file to .scss and change all the imports)
- I wrote some scss and It's working just fine.
BUT I HAVE NO .CSS FILE TO COMPLILE MY .SCSS and it's working. So is this ok? I just rename all my files and start writing scss and it seems like the browser is compiling scss.
Am I doing something wrong?