Question

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

Était-ce utile?

La solution

This is the minified version :

enter image description here

And here goes the unminified one :

enter image description here

Autres conseils

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

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top