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.

 

 

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章