Search code examples
google-chromegoogle-chrome-devtools

How do I enable Chrome DevTools Experiments?


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


Solution

  • Found it

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

    1. Go to chrome://flags.
    2. Find Developer Tools Experiments.
    3. Enable it.
    4. Click Relaunch Now to relaunch Chrome.

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

    Cheers