I'm using SASS in my React project. I need to see the final compiled CSS file from that SASS. When i go to:
I can see the SCSS but where is the CSS one?
I mean the compiled version of index.scss or App.scss which will be index.css and app.css.
P.S. i can find it at my build folder in my project, but rather see it in the inspect page at the browser.