Does source-maps in style tags work?

爱⌒轻易说出口 提交于 2019-12-03 06:07:45

/*@ sourceMappingURL= is the old syntax, /*# sourceMappingURL= should be used instead.

The new Syntax is implemented in all major browser source and Internet explorer 11+ source.

Chrome dev tools

  1. Open Developer Tools F12
  2. Open Settings F1.
  3. Click "Enable CSS source maps" checkbox

Firefox dev tools

  1. Open Developer Tools F12
  2. Open Toolbar Options (Cog on right).
  3. Click "Show original sources" checkbox

Internet Explorer dev tools

  1. Open Developer Tools F12
  2. Open Debugger panel Ctrl+3
  3. click the last icon on the right

Safari dev tools & Firebug

  • enabled by default.
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!