@sjtdev/koishi-plugin-dota2tracker 1.5.2 → 1.5.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,746 @@
1
+ /*! tailwindcss v4.1.11 | MIT License | https://tailwindcss.com */
2
+ @layer properties;
3
+ @layer theme, base, components, utilities;
4
+ @layer theme {
5
+ :root, :host {
6
+ --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
7
+ "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
8
+ --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
9
+ "Courier New", monospace;
10
+ --color-stone-700: oklch(37.4% 0.01 67.558);
11
+ --color-black: #000;
12
+ --color-white: #fff;
13
+ --spacing: 0.25rem;
14
+ --text-xs: 0.75rem;
15
+ --text-xs--line-height: calc(1 / 0.75);
16
+ --text-sm: 0.875rem;
17
+ --text-sm--line-height: calc(1.25 / 0.875);
18
+ --text-3xl: 1.875rem;
19
+ --text-3xl--line-height: calc(2.25 / 1.875);
20
+ --default-font-family: var(--font-sans);
21
+ --default-mono-font-family: var(--font-mono);
22
+ }
23
+ }
24
+ @layer base {
25
+ *, ::after, ::before, ::backdrop, ::file-selector-button {
26
+ box-sizing: border-box;
27
+ margin: 0;
28
+ padding: 0;
29
+ border: 0 solid;
30
+ }
31
+ html, :host {
32
+ line-height: 1.5;
33
+ -webkit-text-size-adjust: 100%;
34
+ tab-size: 4;
35
+ font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
36
+ font-feature-settings: var(--default-font-feature-settings, normal);
37
+ font-variation-settings: var(--default-font-variation-settings, normal);
38
+ -webkit-tap-highlight-color: transparent;
39
+ }
40
+ hr {
41
+ height: 0;
42
+ color: inherit;
43
+ border-top-width: 1px;
44
+ }
45
+ abbr:where([title]) {
46
+ -webkit-text-decoration: underline dotted;
47
+ text-decoration: underline dotted;
48
+ }
49
+ h1, h2, h3, h4, h5, h6 {
50
+ font-size: inherit;
51
+ font-weight: inherit;
52
+ }
53
+ a {
54
+ color: inherit;
55
+ -webkit-text-decoration: inherit;
56
+ text-decoration: inherit;
57
+ }
58
+ b, strong {
59
+ font-weight: bolder;
60
+ }
61
+ code, kbd, samp, pre {
62
+ font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
63
+ font-feature-settings: var(--default-mono-font-feature-settings, normal);
64
+ font-variation-settings: var(--default-mono-font-variation-settings, normal);
65
+ font-size: 1em;
66
+ }
67
+ small {
68
+ font-size: 80%;
69
+ }
70
+ sub, sup {
71
+ font-size: 75%;
72
+ line-height: 0;
73
+ position: relative;
74
+ vertical-align: baseline;
75
+ }
76
+ sub {
77
+ bottom: -0.25em;
78
+ }
79
+ sup {
80
+ top: -0.5em;
81
+ }
82
+ table {
83
+ text-indent: 0;
84
+ border-color: inherit;
85
+ border-collapse: collapse;
86
+ }
87
+ :-moz-focusring {
88
+ outline: auto;
89
+ }
90
+ progress {
91
+ vertical-align: baseline;
92
+ }
93
+ summary {
94
+ display: list-item;
95
+ }
96
+ ol, ul, menu {
97
+ list-style: none;
98
+ }
99
+ img, svg, video, canvas, audio, iframe, embed, object {
100
+ display: block;
101
+ vertical-align: middle;
102
+ }
103
+ img, video {
104
+ max-width: 100%;
105
+ height: auto;
106
+ }
107
+ button, input, select, optgroup, textarea, ::file-selector-button {
108
+ font: inherit;
109
+ font-feature-settings: inherit;
110
+ font-variation-settings: inherit;
111
+ letter-spacing: inherit;
112
+ color: inherit;
113
+ border-radius: 0;
114
+ background-color: transparent;
115
+ opacity: 1;
116
+ }
117
+ :where(select:is([multiple], [size])) optgroup {
118
+ font-weight: bolder;
119
+ }
120
+ :where(select:is([multiple], [size])) optgroup option {
121
+ padding-inline-start: 20px;
122
+ }
123
+ ::file-selector-button {
124
+ margin-inline-end: 4px;
125
+ }
126
+ ::placeholder {
127
+ opacity: 1;
128
+ }
129
+ @supports (not (-webkit-appearance: -apple-pay-button)) or (contain-intrinsic-size: 1px) {
130
+ ::placeholder {
131
+ color: currentcolor;
132
+ @supports (color: color-mix(in lab, red, red)) {
133
+ color: color-mix(in oklab, currentcolor 50%, transparent);
134
+ }
135
+ }
136
+ }
137
+ textarea {
138
+ resize: vertical;
139
+ }
140
+ ::-webkit-search-decoration {
141
+ -webkit-appearance: none;
142
+ }
143
+ ::-webkit-date-and-time-value {
144
+ min-height: 1lh;
145
+ text-align: inherit;
146
+ }
147
+ ::-webkit-datetime-edit {
148
+ display: inline-flex;
149
+ }
150
+ ::-webkit-datetime-edit-fields-wrapper {
151
+ padding: 0;
152
+ }
153
+ ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
154
+ padding-block: 0;
155
+ }
156
+ :-moz-ui-invalid {
157
+ box-shadow: none;
158
+ }
159
+ button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
160
+ appearance: button;
161
+ }
162
+ ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
163
+ height: auto;
164
+ }
165
+ [hidden]:where(:not([hidden="until-found"])) {
166
+ display: none !important;
167
+ }
168
+ }
169
+ @layer utilities {
170
+ .absolute {
171
+ position: absolute;
172
+ }
173
+ .relative {
174
+ position: relative;
175
+ }
176
+ .inset-0 {
177
+ inset: calc(var(--spacing) * 0);
178
+ }
179
+ .top-0 {
180
+ top: calc(var(--spacing) * 0);
181
+ }
182
+ .top-\[3px\] {
183
+ top: 3px;
184
+ }
185
+ .right-0 {
186
+ right: calc(var(--spacing) * 0);
187
+ }
188
+ .bottom-0 {
189
+ bottom: calc(var(--spacing) * 0);
190
+ }
191
+ .bottom-\[10px\] {
192
+ bottom: 10px;
193
+ }
194
+ .left-1\/2 {
195
+ left: calc(1/2 * 100%);
196
+ }
197
+ .left-\[2px\] {
198
+ left: 2px;
199
+ }
200
+ .z-1 {
201
+ z-index: 1;
202
+ }
203
+ .z-2 {
204
+ z-index: 2;
205
+ }
206
+ .col-1 {
207
+ grid-column: 1;
208
+ }
209
+ .col-2 {
210
+ grid-column: 2;
211
+ }
212
+ .col-3 {
213
+ grid-column: 3;
214
+ }
215
+ .col-4 {
216
+ grid-column: 4;
217
+ }
218
+ .col-5 {
219
+ grid-column: 5;
220
+ }
221
+ .col-6 {
222
+ grid-column: 6;
223
+ }
224
+ .col-start-2 {
225
+ grid-column-start: 2;
226
+ }
227
+ .col-end-3 {
228
+ grid-column-end: 3;
229
+ }
230
+ .row-1 {
231
+ grid-row: 1;
232
+ }
233
+ .row-2 {
234
+ grid-row: 2;
235
+ }
236
+ .row-3 {
237
+ grid-row: 3;
238
+ }
239
+ .row-4 {
240
+ grid-row: 4;
241
+ }
242
+ .row-span-2 {
243
+ grid-row: span 2 / span 2;
244
+ }
245
+ .row-start-1 {
246
+ grid-row-start: 1;
247
+ }
248
+ .m-\[5px\] {
249
+ margin: 5px;
250
+ }
251
+ .mx-\[5px\] {
252
+ margin-inline: 5px;
253
+ }
254
+ .mx-\[10px\] {
255
+ margin-inline: 10px;
256
+ }
257
+ .contents {
258
+ display: contents;
259
+ }
260
+ .flex {
261
+ display: flex;
262
+ }
263
+ .grid {
264
+ display: grid;
265
+ }
266
+ .size-\[36px\] {
267
+ width: 36px;
268
+ height: 36px;
269
+ }
270
+ .h-\[2px\] {
271
+ height: 2px;
272
+ }
273
+ .h-\[18px\] {
274
+ height: 18px;
275
+ }
276
+ .h-\[24px\] {
277
+ height: 24px;
278
+ }
279
+ .h-\[44px\] {
280
+ height: 44px;
281
+ }
282
+ .h-\[100px\] {
283
+ height: 100px;
284
+ }
285
+ .h-\[320px\] {
286
+ height: 320px;
287
+ }
288
+ .h-full {
289
+ height: 100%;
290
+ }
291
+ .w-\[10\%\] {
292
+ width: 10%;
293
+ }
294
+ .w-\[16px\] {
295
+ width: 16px;
296
+ }
297
+ .w-\[24px\] {
298
+ width: 24px;
299
+ }
300
+ .w-\[33px\] {
301
+ width: 33px;
302
+ }
303
+ .w-\[36px\] {
304
+ width: 36px;
305
+ }
306
+ .w-\[44px\] {
307
+ width: 44px;
308
+ }
309
+ .w-\[64px\] {
310
+ width: 64px;
311
+ }
312
+ .w-\[100px\] {
313
+ width: 100px;
314
+ }
315
+ .w-\[790px\] {
316
+ width: 790px;
317
+ }
318
+ .w-\[800px\] {
319
+ width: 800px;
320
+ }
321
+ .w-auto {
322
+ width: auto;
323
+ }
324
+ .w-full {
325
+ width: 100%;
326
+ }
327
+ .max-w-full {
328
+ max-width: 100%;
329
+ }
330
+ .grow {
331
+ flex-grow: 1;
332
+ }
333
+ .origin-top-right {
334
+ transform-origin: top right;
335
+ }
336
+ .-translate-x-1\/2 {
337
+ --tw-translate-x: calc(calc(1/2 * 100%) * -1);
338
+ translate: var(--tw-translate-x) var(--tw-translate-y);
339
+ }
340
+ .scale-\[0\.6\] {
341
+ scale: 0.6;
342
+ }
343
+ .grid-cols-2 {
344
+ grid-template-columns: repeat(2, minmax(0, 1fr));
345
+ }
346
+ .grid-cols-\[112px_1fr_100px\] {
347
+ grid-template-columns: 112px 1fr 100px;
348
+ }
349
+ .grid-cols-\[repeat\(3\,3fr\)_2fr_3fr\] {
350
+ grid-template-columns: repeat(3,3fr) 2fr 3fr;
351
+ }
352
+ .grid-cols-\[repeat\(6\,3fr\)_10fr\] {
353
+ grid-template-columns: repeat(6,3fr) 10fr;
354
+ }
355
+ .grid-rows-2 {
356
+ grid-template-rows: repeat(2, minmax(0, 1fr));
357
+ }
358
+ .grid-rows-4 {
359
+ grid-template-rows: repeat(4, minmax(0, 1fr));
360
+ }
361
+ .grid-rows-\[63px_24px\] {
362
+ grid-template-rows: 63px 24px;
363
+ }
364
+ .flex-col {
365
+ flex-direction: column;
366
+ }
367
+ .flex-wrap {
368
+ flex-wrap: wrap;
369
+ }
370
+ .items-center {
371
+ align-items: center;
372
+ }
373
+ .items-end {
374
+ align-items: flex-end;
375
+ }
376
+ .justify-around {
377
+ justify-content: space-around;
378
+ }
379
+ .justify-between {
380
+ justify-content: space-between;
381
+ }
382
+ .justify-center {
383
+ justify-content: center;
384
+ }
385
+ .justify-evenly {
386
+ justify-content: space-evenly;
387
+ }
388
+ .gap-\[4px\] {
389
+ gap: 4px;
390
+ }
391
+ .gap-\[5px\] {
392
+ gap: 5px;
393
+ }
394
+ .gap-\[6px\] {
395
+ gap: 6px;
396
+ }
397
+ .gap-\[12px\] {
398
+ gap: 12px;
399
+ }
400
+ .gap-\[16px\] {
401
+ gap: 16px;
402
+ }
403
+ .truncate {
404
+ overflow: hidden;
405
+ text-overflow: ellipsis;
406
+ white-space: nowrap;
407
+ }
408
+ .overflow-hidden {
409
+ overflow: hidden;
410
+ }
411
+ .rounded-\[5px\] {
412
+ border-radius: 5px;
413
+ }
414
+ .border {
415
+ border-style: var(--tw-border-style);
416
+ border-width: 1px;
417
+ }
418
+ .bg-\[\#4444\] {
419
+ background-color: #4444;
420
+ }
421
+ .bg-black {
422
+ background-color: var(--color-black);
423
+ }
424
+ .bg-black\/80 {
425
+ background-color: color-mix(in srgb, #000 80%, transparent);
426
+ @supports (color: color-mix(in lab, red, red)) {
427
+ background-color: color-mix(in oklab, var(--color-black) 80%, transparent);
428
+ }
429
+ }
430
+ .bg-stone-700\/50 {
431
+ background-color: color-mix(in srgb, oklch(37.4% 0.01 67.558) 50%, transparent);
432
+ @supports (color: color-mix(in lab, red, red)) {
433
+ background-color: color-mix(in oklab, var(--color-stone-700) 50%, transparent);
434
+ }
435
+ }
436
+ .bg-linear-to-r {
437
+ --tw-gradient-position: to right;
438
+ @supports (background-image: linear-gradient(in lab, red, red)) {
439
+ --tw-gradient-position: to right in oklab;
440
+ }
441
+ background-image: linear-gradient(var(--tw-gradient-stops));
442
+ }
443
+ .from-\[\#2d2d2d\] {
444
+ --tw-gradient-from: #2d2d2d;
445
+ --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
446
+ }
447
+ .from-\[\#9f3c3c\] {
448
+ --tw-gradient-from: #9f3c3c;
449
+ --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
450
+ }
451
+ .from-\[\#547ea6\] {
452
+ --tw-gradient-from: #547ea6;
453
+ --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
454
+ }
455
+ .from-\[\#675cae\] {
456
+ --tw-gradient-from: #675cae;
457
+ --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
458
+ }
459
+ .from-\[\#a2b23e\] {
460
+ --tw-gradient-from: #a2b23e;
461
+ --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
462
+ }
463
+ .from-\[\#adb6be\] {
464
+ --tw-gradient-from: #adb6be;
465
+ --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
466
+ }
467
+ .from-\[\#c8a45c\] {
468
+ --tw-gradient-from: #c8a45c;
469
+ --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
470
+ }
471
+ .to-\[\#000000\] {
472
+ --tw-gradient-to: #000000;
473
+ --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
474
+ }
475
+ .to-\[\#2a385e\] {
476
+ --tw-gradient-to: #2a385e;
477
+ --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
478
+ }
479
+ .to-\[\#2d5a18\] {
480
+ --tw-gradient-to: #2d5a18;
481
+ --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
482
+ }
483
+ .to-\[\#4a2026\] {
484
+ --tw-gradient-to: #4a2026;
485
+ --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
486
+ }
487
+ .to-\[\#4e5557\] {
488
+ --tw-gradient-to: #4e5557;
489
+ --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
490
+ }
491
+ .to-\[\#6f3d21\] {
492
+ --tw-gradient-to: #6f3d21;
493
+ --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
494
+ }
495
+ .to-\[\#261c44\] {
496
+ --tw-gradient-to: #261c44;
497
+ --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
498
+ }
499
+ .bg-cover {
500
+ background-size: cover;
501
+ }
502
+ .object-contain {
503
+ object-fit: contain;
504
+ }
505
+ .object-cover {
506
+ object-fit: cover;
507
+ }
508
+ .px-\[2px\] {
509
+ padding-inline: 2px;
510
+ }
511
+ .pl-\[12px\] {
512
+ padding-left: 12px;
513
+ }
514
+ .text-center {
515
+ text-align: center;
516
+ }
517
+ .text-right {
518
+ text-align: right;
519
+ }
520
+ .text-3xl {
521
+ font-size: var(--text-3xl);
522
+ line-height: var(--tw-leading, var(--text-3xl--line-height));
523
+ }
524
+ .text-sm {
525
+ font-size: var(--text-sm);
526
+ line-height: var(--tw-leading, var(--text-sm--line-height));
527
+ }
528
+ .text-xs {
529
+ font-size: var(--text-xs);
530
+ line-height: var(--tw-leading, var(--text-xs--line-height));
531
+ }
532
+ .text-\[10px\] {
533
+ font-size: 10px;
534
+ }
535
+ .text-\[13px\] {
536
+ font-size: 13px;
537
+ }
538
+ .leading-\[1\.5\] {
539
+ --tw-leading: 1.5;
540
+ line-height: 1.5;
541
+ }
542
+ .leading-\[1\.15\] {
543
+ --tw-leading: 1.15;
544
+ line-height: 1.15;
545
+ }
546
+ .leading-\[1\.25\] {
547
+ --tw-leading: 1.25;
548
+ line-height: 1.25;
549
+ }
550
+ .leading-\[1\] {
551
+ --tw-leading: 1;
552
+ line-height: 1;
553
+ }
554
+ .leading-\[24px\] {
555
+ --tw-leading: 24px;
556
+ line-height: 24px;
557
+ }
558
+ .whitespace-nowrap {
559
+ white-space: nowrap;
560
+ }
561
+ .text-\[\#ccc\] {
562
+ color: #ccc;
563
+ }
564
+ .text-\[rgb\(203\,176\,42\)\] {
565
+ color: rgb(203,176,42);
566
+ }
567
+ .text-white {
568
+ color: var(--color-white);
569
+ }
570
+ .opacity-75 {
571
+ opacity: 75%;
572
+ }
573
+ .grayscale {
574
+ --tw-grayscale: grayscale(100%);
575
+ filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
576
+ }
577
+ .text-shadow-\[-1px_1px_0_\#000\,1px_-1px_0_\#000\,-1px_1px_0_\#000\,1px_1px_0_\#000\] {
578
+ text-shadow: -1px 1px 0 var(--tw-text-shadow-color, #000), 1px -1px 0 var(--tw-text-shadow-color, #000), -1px 1px 0 var(--tw-text-shadow-color, #000), 1px 1px 0 var(--tw-text-shadow-color, #000);
579
+ }
580
+ .text-shadow-\[-1px_1px_2px_\#000\,1px_-1px_2px_\#000\,-1px_1px_2px_\#000\,1px_1px_2px_\#000\] {
581
+ text-shadow: -1px 1px 2px var(--tw-text-shadow-color, #000), 1px -1px 2px var(--tw-text-shadow-color, #000), -1px 1px 2px var(--tw-text-shadow-color, #000), 1px 1px 2px var(--tw-text-shadow-color, #000);
582
+ }
583
+ }
584
+ @property --tw-translate-x {
585
+ syntax: "*";
586
+ inherits: false;
587
+ initial-value: 0;
588
+ }
589
+ @property --tw-translate-y {
590
+ syntax: "*";
591
+ inherits: false;
592
+ initial-value: 0;
593
+ }
594
+ @property --tw-translate-z {
595
+ syntax: "*";
596
+ inherits: false;
597
+ initial-value: 0;
598
+ }
599
+ @property --tw-border-style {
600
+ syntax: "*";
601
+ inherits: false;
602
+ initial-value: solid;
603
+ }
604
+ @property --tw-gradient-position {
605
+ syntax: "*";
606
+ inherits: false;
607
+ }
608
+ @property --tw-gradient-from {
609
+ syntax: "<color>";
610
+ inherits: false;
611
+ initial-value: #0000;
612
+ }
613
+ @property --tw-gradient-via {
614
+ syntax: "<color>";
615
+ inherits: false;
616
+ initial-value: #0000;
617
+ }
618
+ @property --tw-gradient-to {
619
+ syntax: "<color>";
620
+ inherits: false;
621
+ initial-value: #0000;
622
+ }
623
+ @property --tw-gradient-stops {
624
+ syntax: "*";
625
+ inherits: false;
626
+ }
627
+ @property --tw-gradient-via-stops {
628
+ syntax: "*";
629
+ inherits: false;
630
+ }
631
+ @property --tw-gradient-from-position {
632
+ syntax: "<length-percentage>";
633
+ inherits: false;
634
+ initial-value: 0%;
635
+ }
636
+ @property --tw-gradient-via-position {
637
+ syntax: "<length-percentage>";
638
+ inherits: false;
639
+ initial-value: 50%;
640
+ }
641
+ @property --tw-gradient-to-position {
642
+ syntax: "<length-percentage>";
643
+ inherits: false;
644
+ initial-value: 100%;
645
+ }
646
+ @property --tw-leading {
647
+ syntax: "*";
648
+ inherits: false;
649
+ }
650
+ @property --tw-blur {
651
+ syntax: "*";
652
+ inherits: false;
653
+ }
654
+ @property --tw-brightness {
655
+ syntax: "*";
656
+ inherits: false;
657
+ }
658
+ @property --tw-contrast {
659
+ syntax: "*";
660
+ inherits: false;
661
+ }
662
+ @property --tw-grayscale {
663
+ syntax: "*";
664
+ inherits: false;
665
+ }
666
+ @property --tw-hue-rotate {
667
+ syntax: "*";
668
+ inherits: false;
669
+ }
670
+ @property --tw-invert {
671
+ syntax: "*";
672
+ inherits: false;
673
+ }
674
+ @property --tw-opacity {
675
+ syntax: "*";
676
+ inherits: false;
677
+ }
678
+ @property --tw-saturate {
679
+ syntax: "*";
680
+ inherits: false;
681
+ }
682
+ @property --tw-sepia {
683
+ syntax: "*";
684
+ inherits: false;
685
+ }
686
+ @property --tw-drop-shadow {
687
+ syntax: "*";
688
+ inherits: false;
689
+ }
690
+ @property --tw-drop-shadow-color {
691
+ syntax: "*";
692
+ inherits: false;
693
+ }
694
+ @property --tw-drop-shadow-alpha {
695
+ syntax: "<percentage>";
696
+ inherits: false;
697
+ initial-value: 100%;
698
+ }
699
+ @property --tw-drop-shadow-size {
700
+ syntax: "*";
701
+ inherits: false;
702
+ }
703
+ @property --tw-text-shadow-color {
704
+ syntax: "*";
705
+ inherits: false;
706
+ }
707
+ @property --tw-text-shadow-alpha {
708
+ syntax: "<percentage>";
709
+ inherits: false;
710
+ initial-value: 100%;
711
+ }
712
+ @layer properties {
713
+ @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
714
+ *, ::before, ::after, ::backdrop {
715
+ --tw-translate-x: 0;
716
+ --tw-translate-y: 0;
717
+ --tw-translate-z: 0;
718
+ --tw-border-style: solid;
719
+ --tw-gradient-position: initial;
720
+ --tw-gradient-from: #0000;
721
+ --tw-gradient-via: #0000;
722
+ --tw-gradient-to: #0000;
723
+ --tw-gradient-stops: initial;
724
+ --tw-gradient-via-stops: initial;
725
+ --tw-gradient-from-position: 0%;
726
+ --tw-gradient-via-position: 50%;
727
+ --tw-gradient-to-position: 100%;
728
+ --tw-leading: initial;
729
+ --tw-blur: initial;
730
+ --tw-brightness: initial;
731
+ --tw-contrast: initial;
732
+ --tw-grayscale: initial;
733
+ --tw-hue-rotate: initial;
734
+ --tw-invert: initial;
735
+ --tw-opacity: initial;
736
+ --tw-saturate: initial;
737
+ --tw-sepia: initial;
738
+ --tw-drop-shadow: initial;
739
+ --tw-drop-shadow-color: initial;
740
+ --tw-drop-shadow-alpha: 100%;
741
+ --tw-drop-shadow-size: initial;
742
+ --tw-text-shadow-color: initial;
743
+ --tw-text-shadow-alpha: 100%;
744
+ }
745
+ }
746
+ }