Why I see scss file in my chrome inspector?

Why I see scss file in my chrome inspector?

Because there are map files in your CSS folder like *.css.map and *.scss.map. It basically reverse maps the global.css which is being used by the browser to the constituent .scss files. They are there because it makes it helpful for a developer to debug and know exactly which .scss file the code is in. If you don't want them delete the .map files.

 

 

posted @ 2023-11-28 11:11  ChuckLu  阅读(6)  评论(0编辑  收藏  举报