UNPKG
@quarkly/atomize
Version:
latest (1.1.0)
1.1.0
1.0.20
1.0.19
1.0.18
1.0.17
1.0.16
1.0.15
1.0.14
1.0.13
1.0.12
1.0.11
1.0.10
1.0.9
1.0.8
1.0.7
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
0.2.24
0.2.23
0.2.22
0.2.21
0.2.20
0.2.19
0.2.18
0.2.17
0.2.16
0.2.15
0.2.14
0.2.13
0.2.12
0.2.10
0.2.9
0.2.7
0.2.6
0.2.1
0.2.0
0.1.8
0.1.7
0.1.6
Library for creating atomic react components
github.com/quarkly/atomize
quarkly/atomize
@quarkly/atomize
/
build
/
esm
/
constants
/
theme.js
3 lines
•
284 B
JavaScript
View Raw
1
2
3
import
_kebabCase
from
"lodash/kebabCase"
;
export
var
themePrefixes = [
'filter'
,
'animation'
,
'background'
,
'boxShadow'
,
'color'
,
'font'
,
'fontFamily'
,
'transition'
,
'transform'
,
'transitionTimingFunction'
,
'transitionDuration'
];
export
var
themeProps = themePrefixes.
map
(_kebabCase);