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


When I'm working with CSS, I'll often test in a browser - say, Chrome - an element Right click on, inspect the element, and edit the CSS there. Using arrow keys to change things like margins and padding works super easy.

It is not very difficult to take those changes and apply them to the CSS file, but it would be good if I could rightly click the selector in the inspector and say "Export" or " Copy ", and the content is available in my clipboard.

Is there something like that?

I got the answer, at least in v14 as Chrome

While the elements are in the section, just click on the "Filename: LINIMNER" link next to the CSS rules. The CSS file that shows, will include all the modifications in it.

This location exactly:

https://cdn.tutsplus.com /net/uploads/2013/06/dev-tools-regular-view.jpg


Comments

Popular posts from this blog

c# - sqlDecimal to decimal clr stored procedure Unable to cast object of type 'System.Data.SqlTypes.SqlDecimal' to type 'System.IConvertible' -

Calling GetGUIThreadInfo from Outlook VBA -

Obfuscating Python code? -