UNPKG
style-to-css
Version:
latest (1.0.3)
1.0.3
1.0.2
1.0.1
1.0.0
Convert a style object to CSS
github.com/UXtemple/style-to-css
UXtemple/style-to-css
style-to-css
/
README.md
17 lines
(13 loc)
•
251 B
Markdown
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# 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