style-stringify
v1.0.2
Published
turn an object to style string, for example: ``` javascript styleStringify({ color: 'red', fontSize: 16, }) // get 'color: red; font-size: 16px; ' ```
Downloads
1
Readme
style-stringify
turn an object to style string, for example:
styleStringify({
color: 'red',
fontSize: 16,
}) // get 'color: red; font-size: 16px; '