stylon

0.0.1 • Public • Published

stylon

JSON to DOM style attribute

usage

var styles = require('stylon');
 
styles({
  top: 300 + 'px',
  left: 100 + 'px'
});
//=> 'top:300px;left:100px;'

Readme

Keywords

Package Sidebar

Install

npm i stylon

Weekly Downloads

16

Version

0.0.1

License

MIT

Last publish

Collaborators

  • bredele