While exploring this html template in Chrome's inspection tool, I was amazed to see that the browser was able to detect the scss files instead of the compiled css version. To investigate further, I pressed Ctrl+U to view the page source, hoping to find 'scss', but no results were found. I wonder, how does the browser recognize the scss files?
For someone like me who is new to scss/sass/css pre-processor concepts, this is truly intriguing.