Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 251 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 251 Bytes

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