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?

enter image description here

有帮助吗?

解决方案

This is the minified version :

enter image description here

And here goes the unminified one :

enter image description here

其他提示

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

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top