How can a browser know the scss files?
问题 I see this html template, and inspect it using Chrome inspection tool. I'm surprised to know that my browser can detect the scss files instead of the compiled css one. Then, I push Ctrl+U to view the page source, try to find 'scss' but it gives nothing in result. So, how does the browser know the scss files? P.S. I'm new to scss/sass/css pre-processor things 回答1: You can read this article for more about Sourcemaps: https://www.html5rocks.com/en/tutorials/developertools/sourcemaps/ This is