UNPKG

859 BJavaScriptView Raw
1export default {
2 width: true,
3 maxWidth: true,
4 minWidth: true,
5 height: true,
6 maxHeight: true,
7 minHeight: true,
8 margin: true,
9 marginBottom: true,
10 marginLeft: true,
11 marginRight: true,
12 marginTop: true,
13 padding: true,
14 paddingBottom: true,
15 paddingLeft: true,
16 paddingRight: true,
17 paddingTop: true,
18 bottom: true,
19 left: true,
20 right: true,
21 top: true,
22 outline: true,
23 opacity: true,
24 zIndex: true,
25 scale: true,
26 translateX: true,
27 translateY: true,
28 borderBottomLeftRadius: true,
29 borderBottomRightRadius: true,
30 borderBottomWidth: true,
31 borderLeftWidth: true,
32 borderRadius: true,
33 borderRightWidth: true,
34 borderTopLeftRadius: true,
35 borderTopRightRadius: true,
36 borderTopWidth: true,
37 borderWidth: true,
38 fontSize: true,
39 fontWeight: true,
40 letterSpacing: true,
41 lineHeight: true,
42 wordSpacing: true,
43}