21

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

Scott B
  • 38,833
  • 65
  • 160
  • 266

2 Answers2

38

This is the minified version :

enter image description here

And here goes the unminified one :

enter image description here

MD. Sahib Bin Mahboob
  • 20,246
  • 2
  • 23
  • 45
2

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

Manuel Spezzani
  • 1,041
  • 7
  • 15