Chrome DevTools – Inspect Prettified CSS

cssgoogle-chromegoogle-chrome-devtools

If you want to look at the CSS of other people's websites (to steal learn from them), Firebug lets you inspect the prettified CSS:

Firebug

But in Chrome 16, you only get the minified CSS as it was served out:

Chrome

Is there a way to get Chrome to prettify the CSS?

Best Answer

In the newer versions there is a "format" button that prettifies the source:

chrome tools

(only just realised myself :P )