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

前端 未结 14 1512
夕颜
夕颜 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:53

    As mentioned by cloudworks, the answer to this has changed. This can now be accomplished rather well by the Chrome DevTools Autosave extension. This tool tracks CSS and JavaScript changes made within the Chrome Developer Tools console, and saves them back to local files. For instructions to install and setup the extension, please refer to the guide written by @addyosmani on his blog, here.

    enter image description here

    There is also a handy screencast which details the extension rather well.

提交回复
热议问题