UNPKG

685 BJavaScriptView Raw
1export default {
2 ai : 'alignItems',
3 b : 'bottom',
4 bc : 'backgroundColor',
5 br : 'borderRadius',
6 bs : 'boxShadow',
7 c : 'color',
8 d : 'display',
9 f : 'float',
10 fd : 'flexDirection',
11 ff : 'fontFamily',
12 fs : 'fontSize',
13 h : 'height',
14 jc : 'justifyContent',
15 l : 'left',
16 lh : 'lineHeight',
17 ls : 'letterSpacing',
18 m : 'margin',
19 mb : 'marginBottom',
20 ml : 'marginLeft',
21 mr : 'marginRight',
22 mt : 'marginTop',
23 o : 'opacity',
24 p : 'padding',
25 pb : 'paddingBottom',
26 pl : 'paddingLeft',
27 pr : 'paddingRight',
28 pt : 'paddingTop',
29 r : 'right',
30 t : 'top',
31 ta : 'textAlign',
32 td : 'textDecoration',
33 tt : 'textTransform',
34 w : 'width'
35}