Export CSS changes from inspector (webkit, firebug, etc)

前端 未结 14 1516
夕颜
夕颜 2020-12-07 10:08

When I\'m working with CSS, I\'ll often test in a browser - say, Chrome - right click an element, click Inspect Element, and edit the CSS right there. The use of arrow keys

14条回答
  •  攒了一身酷
    2020-12-07 10:51

    With Workspaces you can have your CSS saved as you type them in your inspector (in Chrome). The problem is that every change is automatically saved and there's no way to disable this feature, as pointed in http://www.html5rocks.com/en/tutorials/developertools/revolutions2013/ and Disable automatic saving of CSS changes in Chrome Developer Tools.

提交回复
热议问题