When testing CSS modifications live in Chrome, I typically use the following method:
Right click > Inspect
Then, I use the bottom right panel and click the
+
button to add a new class which I can edit directly.
However, I recently discovered an even more convenient way: opening an "Inspector stylesheet" allows me to edit a blank CSS document and see the changes in real time:
https://i.sstatic.net/dMmEH.jpg
Now, my question is: What is the quickest and easiest way to open an "Inspector stylesheet" in Google Chrome?
(By fastest, I mean faster than the traditional method of Right click, Inspect, adding a new class, clicking on the inspector stylesheet link, etc.)
I haven't been able to find this option in the menu of Chrome's console/developer tools. Is there a keyboard shortcut I can use to open an "Inspector stylesheet"?