In my React project, I have incorporated SASS. Now I am looking to find the final compiled CSS file from that SASS code. Whenever I navigate to:
While there is the SCSS file visible, where can I locate the CSS version?
I am referring to the compiled output of index.scss or App.scss which would be index.css and app.css.
P.S. Although I know it's in my build folder within the project, I prefer to access it directly from the browser inspect page.