微信公众号搜"智元新知"关注
微信扫一扫可直接关注哦!

twitter-bootstrap-3 – 什么是在Bootstrap 3.1中使用的.map文件?

有两个文件包含在CSS文件夹中.map文件扩展名。他们是:
bootstrap-theme.css.map
bootstrap.css.map

他们似乎是缩小的文件,但我不知道他们是什么。

解决方法

Working with CSS preprocessors in Chrome DevTools

Many developers generate CSS style sheets using a CSS preprocessor,such as Sass,Less,or Stylus. Because the CSS files are generated,editing the CSS files directly is not as helpful.

For preprocessors that support CSS source maps,DevTools lets you live-edit your preprocessor source files in the Sources panel,and view the results without having to leave DevTools or refresh the page. When you inspect an element whose styles are provided by a generated CSS file,the Elements panel displays a link to the original source file,not the generated .css file.

原文地址:https://www.jb51.cc/bootstrap/235363.html

版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 dio@foxmail.com 举报,一经查实,本站将立刻删除。

相关推荐