I am new to scss and currently using a Portfolio Template for my website. Recently, I added an extra section to the website. I noticed that when I define a style in an existing _file.scss file, it works perfectly fine. However, when I create a new _filename.scss file, the style is not being detected.
Should I make any specific configurations before running npm start or npm install?