For instance, I have a style:
#firstcol {
width: 46%;
float: left;
}
#secondcol {
width: 46%;
float: right;
}
and now need to change ID into CLASS, because I realize that the style is being used improperly. Would be great to have something like "css id <-> class conversion" refactoring instead of global searching and replacing.