utilities folder for styling purpose where i have 2 files reset.scc which is for css reset and variables.scss which is fro global variableApp.scss App.scss and started the live compiler it made 2 files App.css and App.map.css and my compiled code gets imported in App.css.css and .map.css for each of my scss file and compiled the code in their respective .css file@imported './path' in my App.scss as well, the compiled code of my utility files are also in my App.cssApp.scss and as other scss files will be imported here it'll compile all of them into one App.css file