質問

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