When I edit a CSS file containing shorthand properties (e.g. background: #ffaa09 url(image.gif) repeat-x top left 10px

and need to split this property in the corresponding set of non-shorthands (background-image, bakground-repeat, etc).
It would be totally cool if the reverse conversion was made possible (this way I think, it could stand for CSS refactoring of some sort).