Package detail

style-stringify

lijsh4MIT1.0.2

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

readme

style-stringify

turn an object to style string, for example:

styleStringify({
  color: 'red',
  fontSize: 16,
}) // get 'color: red; font-size: 16px; '