emmet
emmet copied to clipboard
request: an action to strip attributes
I see there are actions like split
and join
. I'd be great to be able to strip away an elements attributes with a command, or even specific attributes, eg just style
or class
. Instead of manually selecting, deleting, etc. Even better if it can be done over multiple elements, a block of html.
<div class="foo" yada yada>
-> strip - > <div>