Pergunta

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

Foi útil?

Solução

This is the minified version :

enter image description here

And here goes the unminified one :

enter image description here

Outras dicas

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

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top