A source:
.foo { line-height: 150px; font-size: 24px; clear: both; }
vim magic here, maybe something based on visual selection
Result:
.foo { clear: both; font-size: 24px; line-height: 150px; }
What do you suggest for the magic part of vim?
source share