A minimal implementation of the git.io/orthodox spec
const orthodox = require('orthodox');
orthodox({
height: '30px',
width: '20px',
'-webkit-user-select': 'none',
});
➔
height:30px;width:20px;-webkit-user-select:none
TL;DR: Interoperability between libraries.
More info in the main readme and the spec.