1.0.3 • Published 7 years ago

style-to-css v1.0.3

Weekly downloads
31
License
MIT
Repository
github
Last release
7 years ago

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