Is there a SublimeText plugin that converts the following:
font-style:normal;
font-weight:normal;
font-variant:normal;
Into:
font-style: normal;
font-weight: normal;
font-variant: normal;
Check out the Alignment plugin for Sublime Text, which lets you use multiple cursors in order to align your statements. You can check out the creator's site for instructions on installing, customizing, and usage.