|
| 1 | +/* eslint-disable quotes */ |
1 | 2 | const declProsMap = {
|
2 |
| - 'display': 'd', |
3 |
| - 'color': 'c', |
4 |
| - 'margin': 'm', |
5 |
| - 'margin-top': 'mt', |
| 3 | + "animation": "a", |
| 4 | + "animation-iteration-count": "a1", |
| 5 | + "background": "b", |
| 6 | + "background-clip": "b1", |
| 7 | + "background-color": "b2", |
| 8 | + "background-image": "b3", |
| 9 | + "background-position": "b4", |
| 10 | + "background-repeat": "b5", |
| 11 | + "background-size": "b6", |
| 12 | + "border": "b7", |
| 13 | + "border-bottom": "b8", |
| 14 | + "border-bottom-color": "b9", |
| 15 | + "border-collapse": "b10", |
| 16 | + "border-color": "b11", |
| 17 | + "border-left": "b12", |
| 18 | + "border-left-color": "b13", |
| 19 | + "border-radius": "b14", |
| 20 | + "border-right": "b15", |
| 21 | + "border-right-color": "b16", |
| 22 | + "border-spacing": "b17", |
| 23 | + "border-style": "b18", |
| 24 | + "border-top": "b19", |
| 25 | + "border-top-color": "b20", |
| 26 | + "border-top-left-radius": "b21", |
| 27 | + "border-top-right-radius": "b22", |
| 28 | + "border-width": "b23", |
| 29 | + "bottom": "b24", |
| 30 | + "box-shadow": "b25", |
| 31 | + "clear": "c", |
| 32 | + "color": "c1", |
| 33 | + "content": "c2", |
| 34 | + "cursor": "c3", |
| 35 | + "display": "d", |
| 36 | + "filter": "f", |
| 37 | + "float": "f1", |
| 38 | + "font": "f2", |
| 39 | + "font-family": "f3", |
| 40 | + "font-size": "f4", |
| 41 | + "font-style": "f5", |
| 42 | + "font-weight": "f6", |
| 43 | + "height": "h", |
| 44 | + "left": "l", |
| 45 | + "line-height": "l1", |
| 46 | + "list-style": "l2", |
| 47 | + "margin": "m", |
| 48 | + "margin-bottom": "m1", |
| 49 | + "margin-left": "m2", |
| 50 | + "margin-right": "m3", |
| 51 | + "margin-top": "m4", |
| 52 | + "max-height": "m5", |
| 53 | + "max-width": "m6", |
| 54 | + "min-height": "m7", |
| 55 | + "opacity": "o", |
| 56 | + "outline": "o1", |
| 57 | + "overflow": "o2", |
| 58 | + "overflow-x": "o3", |
| 59 | + "overflow-y": "o4", |
| 60 | + "padding": "p", |
| 61 | + "padding-bottom": "p1", |
| 62 | + "padding-left": "p2", |
| 63 | + "padding-right": "p3", |
| 64 | + "padding-top": "p4", |
| 65 | + "position": "p5", |
| 66 | + "right": "r", |
| 67 | + "text-align": "t", |
| 68 | + "text-decoration": "t1", |
| 69 | + "text-indent": "t2", |
| 70 | + "text-overflow": "t3", |
| 71 | + "text-shadow": "t4", |
| 72 | + "top": "t5", |
| 73 | + "transform": "t6", |
| 74 | + "transition": "t7", |
| 75 | + "vertical-align": "v", |
| 76 | + "visibility": "v1", |
| 77 | + "white-space": "w", |
| 78 | + "width": "w1", |
| 79 | + "word-break": "w2", |
| 80 | + "z-index": "z", |
| 81 | + "zoom": "z1", |
6 | 82 | }
|
7 | 83 | module.exports = declProsMap
|
0 commit comments