Generate inline style strings
$ npm install --save style-string
const styleString = require('style-string');
styleString({ 'font-site': '18px', color: 'red' });
//=> 'font-site: 18px; color: red'
Type: object
MIT © Tobias Herber
Generate inline style strings
$ npm install --save style-string
const styleString = require('style-string');
styleString({ 'font-site': '18px', color: 'red' });
//=> 'font-site: 18px; color: red'
Type: object
MIT © Tobias Herber