Chrome Dev Tools: View unminified CSS

梦想的初衷 提交于 2019-12-04 10:08:45

问题


Perhaps I'm missing something (a toggle perhaps) but is there a way to view the unminified (prettyprint) version of a minified CSS source file in Chrome dev tools?


回答1:


This is the minified version :

And here goes the unminified one :




回答2:


Under the sources tab, just click on the "{ }" button.



来源:https://stackoverflow.com/questions/22884783/chrome-dev-tools-view-unminified-css

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