This plugin wraps CSS properties in the unitize mixin from Shopware in less files by pressing "Ctrl + U" and for Mac "Command + U"
margin: 10px 0 10px;
/* Becomes */
.unitize-margin(10px, 0);
By pressing Ctrl + Shift + Alt + U you can unitize a whole file.
Mac: Option + Shift + Command + U