-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathtemp.js
244 lines (244 loc) · 14 KB
/
temp.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
var aaa = [
{'from': 'additive symbols', 'to': 'additive-symbols'},
{'from': 'align content', 'to': 'align-content'},
{'from': 'align items', 'to': 'align-items'},
{'from': 'align self', 'to': 'align-self'},
{'from': 'animation delay', 'to': 'animation-delay'},
{'from': 'animation direction', 'to': 'animation-direction'},
{'from': 'animation duration', 'to': 'animation-duration'},
{'from': 'animation fill mode', 'to': 'animation-fill-mode'},
{'from': 'animation iteration count', 'to': 'animation-iteration-count'},
{'from': 'animation name', 'to': 'animation-name'},
{'from': 'animation play state', 'to': 'animation-play-state'},
{'from': 'animation timing function', 'to': 'animation-timing-function'},
{'from': 'backface visibility', 'to': 'backface-visibility'},
{'from': 'background attachment', 'to': 'background-attachment'},
{'from': 'background blend mode', 'to': 'background-blend-mode'},
{'from': 'background clip', 'to': 'background-clip'},
{'from': 'background color', 'to': 'background-color'},
{'from': 'background image', 'to': 'background-image'},
{'from': 'background origin', 'to': 'background-origin'},
{'from': 'background position', 'to': 'background-position'},
{'from': 'background repeat', 'to': 'background-repeat'},
{'from': 'background size', 'to': 'background-size'},
{'from': 'basic shape', 'to': 'basic-shape'},
{'from': 'blend mode', 'to': 'blend-mode'},
{'from': 'block size', 'to': 'block-size'},
{'from': 'border block end', 'to': 'border-block-end'},
{'from': 'border block end color', 'to': 'border-block-end-color'},
{'from': 'border block end style', 'to': 'border-block-end-style'},
{'from': 'border block end width', 'to': 'border-block-end-width'},
{'from': 'border block start', 'to': 'border-block-start'},
{'from': 'border block start color', 'to': 'border-block-start-color'},
{'from': 'border block start style', 'to': 'border-block-start-style'},
{'from': 'border block start width', 'to': 'border-block-start-width'},
{'from': 'border bottom', 'to': 'border-bottom'},
{'from': 'border bottom color', 'to': 'border-bottom-color'},
{'from': 'border bottom left radius', 'to': 'border-bottom-left-radius'},
{'from': 'border bottom right radius', 'to': 'border-bottom-right-radius'},
{'from': 'border bottom style', 'to': 'border-bottom-style'},
{'from': 'border bottom width', 'to': 'border-bottom-width'},
{'from': 'border collapse', 'to': 'border-collapse'},
{'from': 'border color', 'to': 'border-color'},
{'from': 'border image', 'to': 'border-image'},
{'from': 'border image outset', 'to': 'border-image-outset'},
{'from': 'border image repeat', 'to': 'border-image-repeat'},
{'from': 'border image slice', 'to': 'border-image-slice'},
{'from': 'border image source', 'to': 'border-image-source'},
{'from': 'border image width', 'to': 'border-image-width'},
{'from': 'border inline end', 'to': 'border-inline-end'},
{'from': 'border inline end color', 'to': 'border-inline-end-color'},
{'from': 'border inline end style', 'to': 'border-inline-end-style'},
{'from': 'border inline end width', 'to': 'border-inline-end-width'},
{'from': 'border inline start', 'to': 'border-inline-start'},
{'from': 'border inline start color', 'to': 'border-inline-start-color'},
{'from': 'border inline start style', 'to': 'border-inline-start-style'},
{'from': 'border inline start width', 'to': 'border-inline-start-width'},
{'from': 'border left', 'to': 'border-left'},
{'from': 'border left color', 'to': 'border-left-color'},
{'from': 'border left style', 'to': 'border-left-style'},
{'from': 'border left width', 'to': 'border-left-width'},
{'from': 'border radius', 'to': 'border-radius'},
{'from': 'border right', 'to': 'border-right'},
{'from': 'border right color', 'to': 'border-right-color'},
{'from': 'border right style', 'to': 'border-right-style'},
{'from': 'border right width', 'to': 'border-right-width'},
{'from': 'border spacing', 'to': 'border-spacing'},
{'from': 'border style', 'to': 'border-style'},
{'from': 'border top', 'to': 'border-top'},
{'from': 'border top color', 'to': 'border-top-color'},
{'from': 'border top left radius', 'to': 'border-top-left-radius'},
{'from': 'border top right radius', 'to': 'border-top-right-radius'},
{'from': 'border top style', 'to': 'border-top-style'},
{'from': 'border top width', 'to': 'border-top-width'},
{'from': 'border width', 'to': 'border-width'},
{'from': 'box decoration break', 'to': 'box-decoration-break'},
{'from': 'box shadow', 'to': 'box-shadow'},
{'from': 'box sizing', 'to': 'box-sizing'},
{'from': 'break after', 'to': 'break-after'},
{'from': 'break before', 'to': 'break-before'},
{'from': 'break inside', 'to': 'break-inside'},
{'from': 'caption side', 'to': 'caption-side'},
{'from': 'caret color', 'to': 'caret-color'},
{'from': 'clip path', 'to': 'clip-path'},
{'from': 'column count', 'to': 'column-count'},
{'from': 'column fill', 'to': 'column-fill'},
{'from': 'column gap', 'to': 'column-gap'},
{'from': 'column rule', 'to': 'column-rule'},
{'from': 'column rule color', 'to': 'column-rule-color'},
{'from': 'column rule style', 'to': 'column-rule-style'},
{'from': 'column rule width', 'to': 'column-rule-width'},
{'from': 'column span', 'to': 'column-span'},
{'from': 'column width', 'to': 'column-width'},
{'from': 'counter increment', 'to': 'counter-increment'},
{'from': 'counter reset', 'to': 'counter-reset'},
{'from': 'empty cells', 'to': 'empty-cells'},
{'from': 'flex basis', 'to': 'flex-basi'},
{'from': 'flex direction', 'to': 'flex-direction'},
{'from': 'flex flow', 'to': 'flex-flow'},
{'from': 'flex grow', 'to': 'flex-grow'},
{'from': 'flex shrink', 'to': 'flex-shrink'},
{'from': 'flex wrap', 'to': 'flex-wrap'},
{'from': 'font family', 'to': 'font-family'},
{'from': 'font feature settings', 'to': 'font-feature-settings'},
{'from': 'font kerning', 'to': 'font-kerning'},
{'from': 'font language override', 'to': 'font-language-override'},
{'from': 'font size', 'to': 'font-size'},
{'from': 'font size adjust', 'to': 'font-size-adjust'},
{'from': 'font stretch', 'to': 'font-stretch'},
{'from': 'font style', 'to': 'font-style'},
{'from': 'font synthesis', 'to': 'font-synthesis'},
{'from': 'font variant', 'to': 'font-variant'},
{'from': 'font variant alternates', 'to': 'font-variant-alternates'},
{'from': 'font variant caps', 'to': 'font-variant-caps'},
{'from': 'font variant east asian', 'to': 'font-variant-east-asian'},
{'from': 'font variant ligatures', 'to': 'font-variant-ligatures'},
{'from': 'font variant numeric', 'to': 'font-variant-numeric'},
{'from': 'font variant position', 'to': 'font-variant-position'},
{'from': 'font weight', 'to': 'font-weight'},
{'from': 'grid area', 'to': 'grid-area'},
{'from': 'grid auto columns', 'to': 'grid-auto-columns'},
{'from': 'grid auto flow', 'to': 'grid-auto-flow'},
{'from': 'grid auto rows', 'to': 'grid-auto-rows'},
{'from': 'grid column', 'to': 'grid-column'},
{'from': 'grid column end', 'to': 'grid-column-end'},
{'from': 'grid column gap', 'to': 'rid-column-gap'},
{'from': 'grid column start', 'to': 'grid-column-start'},
{'from': 'grid gap', 'to': 'grid-gap'},
{'from': 'grid row', 'to': 'grid-row'},
{'from': 'grid row end', 'to': 'grid-row-end'},
{'from': 'grid row gap', 'to': 'grid-row-gap'},
{'from': 'grid row start', 'to': 'grid-row-start'},
{'from': 'grid template', 'to': 'grid-template'},
{'from': 'grid template areas', 'to': 'grid-template-areas'},
{'from': 'grid template columns', 'to': 'grid-template-columns'},
{'from': 'grid template rows', 'to': 'grid-template-rows'},
{'from': 'image orientation', 'to': 'image-orientation'},
{'from': 'image rendering', 'to': 'image-rendering'},
{'from': 'image resolution', 'to': 'image-resolution'},
{'from': 'image set', 'to': 'image-set'},
{'from': 'ime mode', 'to': 'ime-mode'},
{'from': 'inline size', 'to': 'inline-size'},
{'from': 'justify content', 'to': 'justify-content'},
{'from': 'letter spacing', 'to': 'letter-spacing'},
{'from': 'line break', 'to': 'line-break'},
{'from': 'line height', 'to': 'line-height'},
{'from': 'list style', 'to': 'list-style'},
{'from': 'list style image', 'to': 'list-style-image'},
{'from': 'list style position', 'to': 'list-style-position'},
{'from': 'list style type', 'to': 'list-style-type'},
{'from': 'margin block end', 'to': 'margin-block-end'},
{'from': 'margin block start', 'to': 'margin-block-start'},
{'from': 'margin bottom', 'to': 'margin-bottom'},
{'from': 'margin inline-end', 'to': 'margin-inline-end'},
{'from': 'margin inline start', 'to': 'margin-inline-start'},
{'from': 'margin left', 'to': 'margin-left'},
{'from': 'margin right', 'to': 'margin-right'},
{'from': 'margin top', 'to': 'margin-top'},
{'from': 'mask clip', 'to': 'mask-clip'},
{'from': 'mask composite', 'to': 'mask-composite'},
{'from': 'mask image', 'to': 'mask-image'},
{'from': 'mask mode', 'to': 'mask-mode'},
{'from': 'mask origin', 'to': 'mask-origin'},
{'from': 'mask position', 'to': 'mask-position'},
{'from': 'mask repeat', 'to': 'mask-repeat'},
{'from': 'mask size', 'to': 'mask-size'},
{'from': 'mask type', 'to': 'mask-type'},
{'from': 'max height', 'to': 'max-height'},
{'from': 'max width', 'to': 'max-width'},
{'from': 'min block-size', 'to': 'min-block-size'},
{'from': 'min height', 'to': 'min-height'},
{'from': 'min inline size', 'to': 'min-inline-size'},
{'from': 'min width', 'to': 'min-width'},
{'from': 'mix blend mode', 'to': 'mix-blend-mode'},
{'from': 'object fit', 'to': 'object-fit'},
{'from': 'object position', 'to': 'object-position'},
{'from': 'offset block end', 'to': 'offset-block-end'},
{'from': 'offset block start', 'to': 'offset-block-start'},
{'from': 'offset inline end', 'to': 'offset-inline-end'},
{'from': 'offset inline start', 'to': 'offset-inline-start'},
{'from': 'outline color', 'to': 'outline-color'},
{'from': 'outline offset', 'to': 'outline-offset'},
{'from': 'outline style', 'to': 'outline-style'},
{'from': 'outline width', 'to': 'outline-width'},
{'from': 'overflow wrap', 'to': 'overflow-wrap'},
{'from': 'overflow x', 'to': 'overflow-x'},
{'from': 'overflow y', 'to': 'overflow-y'},
{'from': 'padding block end', 'to': 'padding-block-end'},
{'from': 'padding block start', 'to': 'padding-block-start'},
{'from': 'padding bottom', 'to': 'padding-bottom'},
{'from': 'padding inline end', 'to': 'padding-inline-end'},
{'from': 'padding inline start', 'to': 'padding-inline-start'},
{'from': 'padding left', 'to': 'padding-left'},
{'from': 'padding right', 'to': 'padding-right'},
{'from': 'padding top', 'to': 'padding-top'},
{'from': 'page break after', 'to': 'page-break-after'},
{'from': 'page break before', 'to': 'page-break-befor'},
{'from': 'page break inside', 'to': 'page-break-inside'},
{'from': 'perspective origin', 'to': 'perspective-origin'},
{'from': 'pointer events', 'to': 'pointer-events'},
{'from': 'scroll behavior', 'to': 'scroll-behavior'},
{'from': 'scroll snap coordinate', 'to': 'scroll-snap-coordinate'},
{'from': 'scroll snap destination', 'to': 'scroll-snap-destination'},
{'from': 'scroll snap type', 'to': 'scroll-snap-type'},
{'from': 'shape image threshold', 'to': 'shape-image-threshold'},
{'from': 'shape margin', 'to': 'shape-margin'},
{'from': 'shape outside', 'to': 'shape-outside'},
{'from': 'tab size', 'to': 'tab-size'},
{'from': 'table layout', 'to': 'table-layout'},
{'from': 'text align', 'to': 'text-align'},
{'from': 'text align last', 'to': 'text-align-last'},
{'from': 'text combine upright', 'to': 'text-combine-upright'},
{'from': 'text decoration', 'to': 'text-decoration'},
{'from': 'text decoration color', 'to': 'text-decoration-color'},
{'from': 'text decoration line', 'to': 'text-decoration-line'},
{'from': 'text decoration style', 'to': 'text-decoration-style'},
{'from': 'text emphasis', 'to': 'text-emphasis'},
{'from': 'text emphasis color', 'to': 'text-emphasis-color'},
{'from': 'text emphasis position', 'to': 'text-emphasis-position'},
{'from': 'text emphasis style', 'to': 'text-emphasis-style'},
{'from': 'text indent', 'to': 'text-indent'},
{'from': 'text orientation', 'to': 'text-orientation'},
{'from': 'text overflow', 'to': 'text-overflow'},
{'from': 'text rendering', 'to': 'text-rendering'},
{'from': 'text shadow', 'to': 'text-shadow'},
{'from': 'text transform', 'to': 'text-transform'},
{'from': 'text underline position', 'to': 'text-underline-position'},
{'from': 'transform box', 'to': 'transform-box'},
{'from': 'transform origin', 'to': 'transform-origin'},
{'from': 'transform style', 'to': 'transform-style'},
{'from': 'transition delay', 'to': 'transition-delay'},
{'from': 'transition duration', 'to': 'transition-duration'},
{'from': 'transition property', 'to': 'transition-property'},
{'from': 'transition timing function', 'to': 'transition-timing-function'},
{'from': 'unicode bidi', 'to': 'unicode-bidi'},
{'from': 'unicode range', 'to': 'unicode-range'},
{'from': 'vertical align', 'to': 'vertical-align'},
{'from': 'white space', 'to': 'white-space'},
{'from': 'will change', 'to': 'will-change'},
{'from': 'word break', 'to': 'word-break'},
{'from': 'word spacing', 'to': 'word-spacing'},
{'from': 'word wrap', 'to': 'word-wrap'},
{'from': 'writing mode', 'to': 'writing-mode'},
{'from': 'z index', 'to': 'z-index'}
];