UNPKG

style-to-css

Version:
17 lines (13 loc) 251 B
# 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