style-stringify
turn an object to style string, for example:
styleStringify({
color: 'red',
fontSize: 16,
}) // get 'color: red; font-size: 16px; '
turn an object to style string, for example: javascript styleStringify({ color: 'red', fontSize: 16, }) // get 'color: red; font-size: 16px; '
turn an object to style string, for example:
styleStringify({
color: 'red',
fontSize: 16,
}) // get 'color: red; font-size: 16px; '