css - Update multiple vendor prefix styles in webstorm -


in webstorm 10, can insert vendor prefix styles using built in emmet. instance, type in -border-radius followed tab key, automatically create vendor specific styles you. can type in eg. 10px , apply style vendor prefixes.

my question is, if want update style @ later stage, there way update in 1 place , have applied rest?

hope makes sense.

thanks.

@nico right - css pre-processors less , sass awesome type of thing - not have repeat yourself.

if you're sticking css though, webstorm has multi-line editing, 1 way hold down alt key , click before each of 10px values. spawn new cursor @ each point click , can overtype new value , change of them.

i appreciate that's not quite slick when create multiple vendor-prefixed lines in first place. might find quicker recreate whole block.