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.

 

 

作者:Chuck Lu    GitHub    
posted @   ChuckLu  阅读(7)  评论(0编辑  收藏  举报
相关博文:
阅读排行:
· 全程不用写代码,我用AI程序员写了一个飞机大战
· DeepSeek 开源周回顾「GitHub 热点速览」
· MongoDB 8.0这个新功能碉堡了,比商业数据库还牛
· 记一次.NET内存居高不下排查解决与启示
· 白话解读 Dapr 1.15:你的「微服务管家」又秀新绝活了
历史上的今天:
2022-11-28 Add a connection in Server Explorer
2022-11-28 EF Core | Passing navigation properties in JSON body to API controller as POST request
2018-11-28 单元测试的基本概念
2018-11-28 File.Copy的时候Could not find a part of the path
2018-11-28 xunit inlinedata classdata memberdata
2017-11-28 Adding Kentico controls to the Visual Studio toolbox
2015-11-28 git lfs
点击右上角即可分享
微信分享提示