1.0.1 • Published 9 years ago

orthodox v1.0.1

Weekly downloads
3
License
MIT
Repository
github
Last release
9 years ago

A minimal implementation of the git.io/orthodox spec

 

Usage

const orthodox = require('orthodox');

orthodox({
  height: '30px',
  width: '20px',
  '-webkit-user-select': 'none',
});

height:30px;width:20px;-webkit-user-select:none

 

Why?

TL;DR: Interoperability between libraries.

More info in the main readme and the spec.

 

License

MIT © Tomek Wiszniewski