How do I enable Chrome DevTools Experiments?

google-chrome, google-chrome-devtools

Solution

Found it

In chrome go to chrome://flags and enable it there.

- Go to `chrome://flags`.

- Find Developer Tools Experiments.

- Enable it.

- Click Relaunch Now to relaunch Chrome.

In the DevTools settings, there's now a new Experiments tab.

Cheers

Problem

I've just installed Google Canary on my Mac. I want to have a play with the Experiments in the google developer tools. But I can't for the life of me find where/how to enable them. I specifically want to look at using/editing SASS in the browser. Thanks dave

Original source