1 | "use strict";
|
---|
2 |
|
---|
3 | Object.defineProperty(exports, "__esModule", {
|
---|
4 | value: true
|
---|
5 | });
|
---|
6 | exports["default"] = void 0;
|
---|
7 | var _default = {
|
---|
8 | "code[class*=language-]": {
|
---|
9 | "background": "#272b33",
|
---|
10 | "color": "#aab1bf",
|
---|
11 | "textShadow": "0 1px rgba(0,0,0,.3)",
|
---|
12 | "fontFamily": "\"Fira Code\",\"Fira Mono\",Menlo,Consolas,\"DejaVu Sans Mono\",monospace",
|
---|
13 | "direction": "ltr",
|
---|
14 | "textAlign": "left",
|
---|
15 | "whiteSpace": "pre",
|
---|
16 | "wordSpacing": "normal",
|
---|
17 | "wordBreak": "normal",
|
---|
18 | "lineHeight": "1.5",
|
---|
19 | "MozTabSize": "2",
|
---|
20 | "OTabSize": "2",
|
---|
21 | "tabSize": "2",
|
---|
22 | "WebkitHyphens": "none",
|
---|
23 | "MozHyphens": "none",
|
---|
24 | "msHyphens": "none",
|
---|
25 | "hyphens": "none"
|
---|
26 | },
|
---|
27 | "pre[class*=language-]": {
|
---|
28 | "background": "#272b33",
|
---|
29 | "color": "#aab1bf",
|
---|
30 | "textShadow": "0 1px rgba(0,0,0,.3)",
|
---|
31 | "fontFamily": "\"Fira Code\",\"Fira Mono\",Menlo,Consolas,\"DejaVu Sans Mono\",monospace",
|
---|
32 | "direction": "ltr",
|
---|
33 | "textAlign": "left",
|
---|
34 | "whiteSpace": "pre",
|
---|
35 | "wordSpacing": "normal",
|
---|
36 | "wordBreak": "normal",
|
---|
37 | "lineHeight": "1.5",
|
---|
38 | "MozTabSize": "2",
|
---|
39 | "OTabSize": "2",
|
---|
40 | "tabSize": "2",
|
---|
41 | "WebkitHyphens": "none",
|
---|
42 | "MozHyphens": "none",
|
---|
43 | "msHyphens": "none",
|
---|
44 | "hyphens": "none",
|
---|
45 | "padding": "1em",
|
---|
46 | "margin": ".5em 0",
|
---|
47 | "overflow": "auto",
|
---|
48 | "borderRadius": ".3em"
|
---|
49 | },
|
---|
50 | "code[class*=language-] ::-moz-selection": {
|
---|
51 | "background": "#3e4450",
|
---|
52 | "color": "inherit",
|
---|
53 | "textShadow": "none"
|
---|
54 | },
|
---|
55 | "code[class*=language-]::-moz-selection": {
|
---|
56 | "background": "#3e4450",
|
---|
57 | "color": "inherit",
|
---|
58 | "textShadow": "none"
|
---|
59 | },
|
---|
60 | "pre[class*=language-] ::-moz-selection": {
|
---|
61 | "background": "#3e4450",
|
---|
62 | "color": "inherit",
|
---|
63 | "textShadow": "none"
|
---|
64 | },
|
---|
65 | "code[class*=language-] ::selection": {
|
---|
66 | "background": "#3e4450",
|
---|
67 | "color": "inherit",
|
---|
68 | "textShadow": "none"
|
---|
69 | },
|
---|
70 | "code[class*=language-]::selection": {
|
---|
71 | "background": "#3e4450",
|
---|
72 | "color": "inherit",
|
---|
73 | "textShadow": "none"
|
---|
74 | },
|
---|
75 | "pre[class*=language-] ::selection": {
|
---|
76 | "background": "#3e4450",
|
---|
77 | "color": "inherit",
|
---|
78 | "textShadow": "none"
|
---|
79 | },
|
---|
80 | ":not(pre)>code[class*=language-]": {
|
---|
81 | "padding": ".2em .3em",
|
---|
82 | "borderRadius": ".3em",
|
---|
83 | "whiteSpace": "normal"
|
---|
84 | },
|
---|
85 | "cdata": {
|
---|
86 | "color": "#5b6270"
|
---|
87 | },
|
---|
88 | "comment": {
|
---|
89 | "color": "#5b6270",
|
---|
90 | "fontStyle": "italic"
|
---|
91 | },
|
---|
92 | "prolog": {
|
---|
93 | "color": "#5b6270"
|
---|
94 | },
|
---|
95 | "doctype": {
|
---|
96 | "color": "#aab1bf"
|
---|
97 | },
|
---|
98 | "entity": {
|
---|
99 | "color": "#aab1bf",
|
---|
100 | "cursor": "help"
|
---|
101 | },
|
---|
102 | "punctuation": {
|
---|
103 | "color": "#aab1bf"
|
---|
104 | },
|
---|
105 | "atrule": {
|
---|
106 | "color": "#d19965"
|
---|
107 | },
|
---|
108 | "attr-name": {
|
---|
109 | "color": "#d19965"
|
---|
110 | },
|
---|
111 | "boolean": {
|
---|
112 | "color": "#d19965"
|
---|
113 | },
|
---|
114 | "class-name": {
|
---|
115 | "color": "#d19965"
|
---|
116 | },
|
---|
117 | "constant": {
|
---|
118 | "color": "#d19965"
|
---|
119 | },
|
---|
120 | "number": {
|
---|
121 | "color": "#d19965"
|
---|
122 | },
|
---|
123 | "keyword": {
|
---|
124 | "color": "#c578dd"
|
---|
125 | },
|
---|
126 | "deleted": {
|
---|
127 | "color": "#df6b75"
|
---|
128 | },
|
---|
129 | "important": {
|
---|
130 | "color": "#df6b75"
|
---|
131 | },
|
---|
132 | "property": {
|
---|
133 | "color": "#df6b75"
|
---|
134 | },
|
---|
135 | "symbol": {
|
---|
136 | "color": "#df6b75"
|
---|
137 | },
|
---|
138 | "tag": {
|
---|
139 | "color": "#df6b75"
|
---|
140 | },
|
---|
141 | "attr-value": {
|
---|
142 | "color": "#97c279"
|
---|
143 | },
|
---|
144 | "attr-value>.token.punctuation": {
|
---|
145 | "color": "#97c279"
|
---|
146 | },
|
---|
147 | "builtin": {
|
---|
148 | "color": "#97c279"
|
---|
149 | },
|
---|
150 | "char": {
|
---|
151 | "color": "#97c279"
|
---|
152 | },
|
---|
153 | "inserted": {
|
---|
154 | "color": "#97c279"
|
---|
155 | },
|
---|
156 | "regex": {
|
---|
157 | "color": "#97c279"
|
---|
158 | },
|
---|
159 | "selector": {
|
---|
160 | "color": "#97c279"
|
---|
161 | },
|
---|
162 | "string": {
|
---|
163 | "color": "#97c279"
|
---|
164 | },
|
---|
165 | "function": {
|
---|
166 | "color": "#61afef"
|
---|
167 | },
|
---|
168 | "operator": {
|
---|
169 | "color": "#61afef"
|
---|
170 | },
|
---|
171 | "variable": {
|
---|
172 | "color": "#61afef"
|
---|
173 | },
|
---|
174 | "url": {
|
---|
175 | "color": "#56b5c2"
|
---|
176 | },
|
---|
177 | "attr-value>.token.punctuation.attr-equals": {
|
---|
178 | "color": "#aab1bf"
|
---|
179 | },
|
---|
180 | "special-attr>.token.attr-value>.token.value.css": {
|
---|
181 | "color": "#aab1bf"
|
---|
182 | },
|
---|
183 | ".language-css .token.selector": {
|
---|
184 | "color": "#df6b75"
|
---|
185 | },
|
---|
186 | ".language-css .token.property": {
|
---|
187 | "color": "#aab1bf"
|
---|
188 | },
|
---|
189 | ".language-css .token.function": {
|
---|
190 | "color": "#56b5c2"
|
---|
191 | },
|
---|
192 | ".language-css .token.url>.token.function": {
|
---|
193 | "color": "#56b5c2"
|
---|
194 | },
|
---|
195 | ".language-css .token.url>.token.string.url": {
|
---|
196 | "color": "#97c279"
|
---|
197 | },
|
---|
198 | ".language-css .token.atrule .token.rule": {
|
---|
199 | "color": "#c578dd"
|
---|
200 | },
|
---|
201 | ".language-css .token.important": {
|
---|
202 | "color": "#c578dd"
|
---|
203 | },
|
---|
204 | ".language-javascript .token.operator": {
|
---|
205 | "color": "#c578dd"
|
---|
206 | },
|
---|
207 | ".language-javascript .token.template-string>.token.interpolation>.token.interpolation-punctuation.punctuation": {
|
---|
208 | "color": "#be5046"
|
---|
209 | },
|
---|
210 | ".language-json .token.operator": {
|
---|
211 | "color": "#aab1bf"
|
---|
212 | },
|
---|
213 | ".language-json .token.null.keyword": {
|
---|
214 | "color": "#d19965"
|
---|
215 | },
|
---|
216 | ".language-markdown .token.url": {
|
---|
217 | "color": "#aab1bf"
|
---|
218 | },
|
---|
219 | ".language-markdown .token.url-reference.url>.token.string": {
|
---|
220 | "color": "#aab1bf"
|
---|
221 | },
|
---|
222 | ".language-markdown .token.url>.token.operator": {
|
---|
223 | "color": "#aab1bf"
|
---|
224 | },
|
---|
225 | ".language-markdown .token.url>.token.content": {
|
---|
226 | "color": "#61afef"
|
---|
227 | },
|
---|
228 | ".language-markdown .token.url-reference.url": {
|
---|
229 | "color": "#56b5c2"
|
---|
230 | },
|
---|
231 | ".language-markdown .token.url>.token.url": {
|
---|
232 | "color": "#56b5c2"
|
---|
233 | },
|
---|
234 | ".language-markdown .token.blockquote.punctuation": {
|
---|
235 | "color": "#5b6270",
|
---|
236 | "fontStyle": "italic"
|
---|
237 | },
|
---|
238 | ".language-markdown .token.hr.punctuation": {
|
---|
239 | "color": "#5b6270",
|
---|
240 | "fontStyle": "italic"
|
---|
241 | },
|
---|
242 | ".language-markdown .token.code-snippet": {
|
---|
243 | "color": "#97c279"
|
---|
244 | },
|
---|
245 | ".language-markdown .token.bold .token.content": {
|
---|
246 | "color": "#d19965"
|
---|
247 | },
|
---|
248 | ".language-markdown .token.italic .token.content": {
|
---|
249 | "color": "#c578dd"
|
---|
250 | },
|
---|
251 | ".language-markdown .token.list.punctuation": {
|
---|
252 | "color": "#df6b75"
|
---|
253 | },
|
---|
254 | ".language-markdown .token.strike .token.content": {
|
---|
255 | "color": "#df6b75"
|
---|
256 | },
|
---|
257 | ".language-markdown .token.strike .token.punctuation": {
|
---|
258 | "color": "#df6b75"
|
---|
259 | },
|
---|
260 | ".language-markdown .token.title.important>.token.punctuation": {
|
---|
261 | "color": "#df6b75"
|
---|
262 | },
|
---|
263 | "bold": {
|
---|
264 | "fontWeight": "700"
|
---|
265 | },
|
---|
266 | "italic": {
|
---|
267 | "fontStyle": "italic"
|
---|
268 | },
|
---|
269 | "namespace": {
|
---|
270 | "Opacity": ".8"
|
---|
271 | },
|
---|
272 | "token.cr:before": {
|
---|
273 | "color": "hsla(220,14%,71%,.15)",
|
---|
274 | "textShadow": "none"
|
---|
275 | },
|
---|
276 | "token.lf:before": {
|
---|
277 | "color": "hsla(220,14%,71%,.15)",
|
---|
278 | "textShadow": "none"
|
---|
279 | },
|
---|
280 | "token.space:before": {
|
---|
281 | "color": "hsla(220,14%,71%,.15)",
|
---|
282 | "textShadow": "none"
|
---|
283 | },
|
---|
284 | "token.tab:not(:empty):before": {
|
---|
285 | "color": "hsla(220,14%,71%,.15)",
|
---|
286 | "textShadow": "none"
|
---|
287 | },
|
---|
288 | "div.code-toolbar>.toolbar.toolbar>.toolbar-item": {
|
---|
289 | "marginRight": ".4em"
|
---|
290 | },
|
---|
291 | "div.code-toolbar>.toolbar.toolbar>.toolbar-item>a": {
|
---|
292 | "background": "#393f4a",
|
---|
293 | "color": "#818896",
|
---|
294 | "padding": ".1em .4em",
|
---|
295 | "borderRadius": ".3em"
|
---|
296 | },
|
---|
297 | "div.code-toolbar>.toolbar.toolbar>.toolbar-item>button": {
|
---|
298 | "background": "#393f4a",
|
---|
299 | "color": "#818896",
|
---|
300 | "padding": ".1em .4em",
|
---|
301 | "borderRadius": ".3em"
|
---|
302 | },
|
---|
303 | "div.code-toolbar>.toolbar.toolbar>.toolbar-item>span": {
|
---|
304 | "background": "#393f4a",
|
---|
305 | "color": "#818896",
|
---|
306 | "padding": ".1em .4em",
|
---|
307 | "borderRadius": ".3em"
|
---|
308 | },
|
---|
309 | "div.code-toolbar>.toolbar.toolbar>.toolbar-item>a:focus": {
|
---|
310 | "background": "#3e4450",
|
---|
311 | "color": "#aab1bf"
|
---|
312 | },
|
---|
313 | "div.code-toolbar>.toolbar.toolbar>.toolbar-item>a:hover": {
|
---|
314 | "background": "#3e4450",
|
---|
315 | "color": "#aab1bf"
|
---|
316 | },
|
---|
317 | "div.code-toolbar>.toolbar.toolbar>.toolbar-item>button:focus": {
|
---|
318 | "background": "#3e4450",
|
---|
319 | "color": "#aab1bf"
|
---|
320 | },
|
---|
321 | "div.code-toolbar>.toolbar.toolbar>.toolbar-item>button:hover": {
|
---|
322 | "background": "#3e4450",
|
---|
323 | "color": "#aab1bf"
|
---|
324 | },
|
---|
325 | "div.code-toolbar>.toolbar.toolbar>.toolbar-item>span:focus": {
|
---|
326 | "background": "#3e4450",
|
---|
327 | "color": "#aab1bf"
|
---|
328 | },
|
---|
329 | "div.code-toolbar>.toolbar.toolbar>.toolbar-item>span:hover": {
|
---|
330 | "background": "#3e4450",
|
---|
331 | "color": "#aab1bf"
|
---|
332 | },
|
---|
333 | ".line-highlight.line-highlight": {
|
---|
334 | "background": "hsla(220,100%,80%,.04)"
|
---|
335 | },
|
---|
336 | ".line-highlight.line-highlight:before": {
|
---|
337 | "background": "#393f4a",
|
---|
338 | "color": "#aab1bf",
|
---|
339 | "padding": ".1em .6em",
|
---|
340 | "borderRadius": ".3em",
|
---|
341 | "boxShadow": "0 2px 0 0 rgba(0,0,0,.2)"
|
---|
342 | },
|
---|
343 | ".line-highlight.line-highlight[data-end]:after": {
|
---|
344 | "background": "#393f4a",
|
---|
345 | "color": "#aab1bf",
|
---|
346 | "padding": ".1em .6em",
|
---|
347 | "borderRadius": ".3em",
|
---|
348 | "boxShadow": "0 2px 0 0 rgba(0,0,0,.2)"
|
---|
349 | },
|
---|
350 | "pre[id].linkable-line-numbers.linkable-line-numbers span.line-numbers-rows>span:hover:before": {
|
---|
351 | "backgroundColor": "hsla(220,100%,80%,.04)"
|
---|
352 | },
|
---|
353 | ".command-line .command-line-prompt": {
|
---|
354 | "borderRightColor": "hsla(220,14%,71%,.15)"
|
---|
355 | },
|
---|
356 | ".line-numbers.line-numbers .line-numbers-rows": {
|
---|
357 | "borderRightColor": "hsla(220,14%,71%,.15)"
|
---|
358 | },
|
---|
359 | ".command-line .command-line-prompt>span:before": {
|
---|
360 | "color": "#626d82"
|
---|
361 | },
|
---|
362 | ".line-numbers .line-numbers-rows>span:before": {
|
---|
363 | "color": "#626d82"
|
---|
364 | },
|
---|
365 | ".rainbow-braces .token.token.punctuation.brace-level-1": {
|
---|
366 | "color": "#df6b75"
|
---|
367 | },
|
---|
368 | ".rainbow-braces .token.token.punctuation.brace-level-5": {
|
---|
369 | "color": "#df6b75"
|
---|
370 | },
|
---|
371 | ".rainbow-braces .token.token.punctuation.brace-level-9": {
|
---|
372 | "color": "#df6b75"
|
---|
373 | },
|
---|
374 | ".rainbow-braces .token.token.punctuation.brace-level-10": {
|
---|
375 | "color": "#97c279"
|
---|
376 | },
|
---|
377 | ".rainbow-braces .token.token.punctuation.brace-level-2": {
|
---|
378 | "color": "#97c279"
|
---|
379 | },
|
---|
380 | ".rainbow-braces .token.token.punctuation.brace-level-6": {
|
---|
381 | "color": "#97c279"
|
---|
382 | },
|
---|
383 | ".rainbow-braces .token.token.punctuation.brace-level-11": {
|
---|
384 | "color": "#61afef"
|
---|
385 | },
|
---|
386 | ".rainbow-braces .token.token.punctuation.brace-level-3": {
|
---|
387 | "color": "#61afef"
|
---|
388 | },
|
---|
389 | ".rainbow-braces .token.token.punctuation.brace-level-7": {
|
---|
390 | "color": "#61afef"
|
---|
391 | },
|
---|
392 | ".rainbow-braces .token.token.punctuation.brace-level-12": {
|
---|
393 | "color": "#c578dd"
|
---|
394 | },
|
---|
395 | ".rainbow-braces .token.token.punctuation.brace-level-4": {
|
---|
396 | "color": "#c578dd"
|
---|
397 | },
|
---|
398 | ".rainbow-braces .token.token.punctuation.brace-level-8": {
|
---|
399 | "color": "#c578dd"
|
---|
400 | },
|
---|
401 | "pre.diff-highlight>code .token.token.deleted:not(.prefix)": {
|
---|
402 | "backgroundColor": "hsla(353,100%,66%,.15)"
|
---|
403 | },
|
---|
404 | "pre>code.diff-highlight .token.token.deleted:not(.prefix)": {
|
---|
405 | "backgroundColor": "hsla(353,100%,66%,.15)"
|
---|
406 | },
|
---|
407 | "pre.diff-highlight>code .token.token.deleted:not(.prefix) ::-moz-selection": {
|
---|
408 | "backgroundColor": "hsla(353,95%,66%,.25)"
|
---|
409 | },
|
---|
410 | "pre.diff-highlight>code .token.token.deleted:not(.prefix)::-moz-selection": {
|
---|
411 | "backgroundColor": "hsla(353,95%,66%,.25)"
|
---|
412 | },
|
---|
413 | "pre>code.diff-highlight .token.token.deleted:not(.prefix) ::-moz-selection": {
|
---|
414 | "backgroundColor": "hsla(353,95%,66%,.25)"
|
---|
415 | },
|
---|
416 | "pre>code.diff-highlight .token.token.deleted:not(.prefix)::-moz-selection": {
|
---|
417 | "backgroundColor": "hsla(353,95%,66%,.25)"
|
---|
418 | },
|
---|
419 | "pre.diff-highlight>code .token.token.deleted:not(.prefix) ::selection": {
|
---|
420 | "backgroundColor": "hsla(353,95%,66%,.25)"
|
---|
421 | },
|
---|
422 | "pre.diff-highlight>code .token.token.deleted:not(.prefix)::selection": {
|
---|
423 | "backgroundColor": "hsla(353,95%,66%,.25)"
|
---|
424 | },
|
---|
425 | "pre>code.diff-highlight .token.token.deleted:not(.prefix) ::selection": {
|
---|
426 | "backgroundColor": "hsla(353,95%,66%,.25)"
|
---|
427 | },
|
---|
428 | "pre>code.diff-highlight .token.token.deleted:not(.prefix)::selection": {
|
---|
429 | "backgroundColor": "hsla(353,95%,66%,.25)"
|
---|
430 | },
|
---|
431 | "pre.diff-highlight>code .token.token.inserted:not(.prefix)": {
|
---|
432 | "backgroundColor": "hsla(137,100%,55%,.15)"
|
---|
433 | },
|
---|
434 | "pre>code.diff-highlight .token.token.inserted:not(.prefix)": {
|
---|
435 | "backgroundColor": "hsla(137,100%,55%,.15)"
|
---|
436 | },
|
---|
437 | "pre.diff-highlight>code .token.token.inserted:not(.prefix) ::-moz-selection": {
|
---|
438 | "backgroundColor": "hsla(135,73%,55%,.25)"
|
---|
439 | },
|
---|
440 | "pre.diff-highlight>code .token.token.inserted:not(.prefix)::-moz-selection": {
|
---|
441 | "backgroundColor": "hsla(135,73%,55%,.25)"
|
---|
442 | },
|
---|
443 | "pre>code.diff-highlight .token.token.inserted:not(.prefix) ::-moz-selection": {
|
---|
444 | "backgroundColor": "hsla(135,73%,55%,.25)"
|
---|
445 | },
|
---|
446 | "pre>code.diff-highlight .token.token.inserted:not(.prefix)::-moz-selection": {
|
---|
447 | "backgroundColor": "hsla(135,73%,55%,.25)"
|
---|
448 | },
|
---|
449 | "pre.diff-highlight>code .token.token.inserted:not(.prefix) ::selection": {
|
---|
450 | "backgroundColor": "hsla(135,73%,55%,.25)"
|
---|
451 | },
|
---|
452 | "pre.diff-highlight>code .token.token.inserted:not(.prefix)::selection": {
|
---|
453 | "backgroundColor": "hsla(135,73%,55%,.25)"
|
---|
454 | },
|
---|
455 | "pre>code.diff-highlight .token.token.inserted:not(.prefix) ::selection": {
|
---|
456 | "backgroundColor": "hsla(135,73%,55%,.25)"
|
---|
457 | },
|
---|
458 | "pre>code.diff-highlight .token.token.inserted:not(.prefix)::selection": {
|
---|
459 | "backgroundColor": "hsla(135,73%,55%,.25)"
|
---|
460 | },
|
---|
461 | ".prism-previewer-gradient.prism-previewer-gradient div": {
|
---|
462 | "borderColor": "#252830",
|
---|
463 | "borderRadius": ".3em"
|
---|
464 | },
|
---|
465 | ".prism-previewer.prism-previewer:before": {
|
---|
466 | "borderColor": "#252830"
|
---|
467 | },
|
---|
468 | ".prism-previewer-color.prism-previewer-color:before": {
|
---|
469 | "borderRadius": ".3em"
|
---|
470 | },
|
---|
471 | ".prism-previewer-easing.prism-previewer-easing:before": {
|
---|
472 | "borderRadius": ".3em"
|
---|
473 | },
|
---|
474 | ".prism-previewer.prism-previewer:after": {
|
---|
475 | "borderTopColor": "#252830"
|
---|
476 | },
|
---|
477 | ".prism-previewer-flipped.prism-previewer-flipped.after": {
|
---|
478 | "borderBottomColor": "#252830"
|
---|
479 | },
|
---|
480 | ".prism-previewer-angle.prism-previewer-angle:before": {
|
---|
481 | "background": "#30353f"
|
---|
482 | },
|
---|
483 | ".prism-previewer-easing.prism-previewer-easing": {
|
---|
484 | "background": "#30353f"
|
---|
485 | },
|
---|
486 | ".prism-previewer-time.prism-previewer-time:before": {
|
---|
487 | "background": "#30353f"
|
---|
488 | },
|
---|
489 | ".prism-previewer-angle.prism-previewer-angle circle": {
|
---|
490 | "stroke": "#aab1bf",
|
---|
491 | "strokeOpacity": "1"
|
---|
492 | },
|
---|
493 | ".prism-previewer-time.prism-previewer-time circle": {
|
---|
494 | "stroke": "#aab1bf",
|
---|
495 | "strokeOpacity": "1"
|
---|
496 | },
|
---|
497 | ".prism-previewer-easing.prism-previewer-easing circle": {
|
---|
498 | "stroke": "#aab1bf",
|
---|
499 | "fill": "transparent"
|
---|
500 | },
|
---|
501 | ".prism-previewer-easing.prism-previewer-easing line": {
|
---|
502 | "stroke": "#aab1bf"
|
---|
503 | },
|
---|
504 | ".prism-previewer-easing.prism-previewer-easing path": {
|
---|
505 | "stroke": "#aab1bf"
|
---|
506 | }
|
---|
507 | };
|
---|
508 | exports["default"] = _default; |
---|