style-to-css
v1.0.3
Published
Convert a style object to CSS
Downloads
97
Maintainers
Readme
style-to-css
import toCSS from 'style-to-css';
toCSS({
alignItems: 'center',
color: 'black',
fontSize: 12,
WebkitFlex: 1
})
// 'align-items: center; color: black, font-size: 12px, -webkit-flex: 1;'
with <3 by UXtemple License MIT