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

前端 未结 14 1530
夕颜
夕颜 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条回答
  •  萌比男神i
    2020-12-07 10:44

    Firediff is a Firebug add-on that tracks changes done in Firebug. It logs everything you'll do in the HTML pane (great) but also your brief use of the Web Developer Toolbar extension (not so great), say Shift-Ctrl-F to obtain a font-size information in px.

    I have seen a Firebug extension in Chrome but didn't test it, I use Firediff with Firefox.

提交回复
热议问题