@audiofab-io/easy-spin-ui 0.1.0

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,811 @@
1
+ /*! tailwindcss v4.2.4 | 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-red-400: oklch(70.4% 0.191 22.216);
11
+ --color-black: #000;
12
+ --spacing: 0.25rem;
13
+ --text-xs: 0.75rem;
14
+ --text-xs--line-height: calc(1 / 0.75);
15
+ --text-sm: 0.875rem;
16
+ --text-sm--line-height: calc(1.25 / 0.875);
17
+ --font-weight-medium: 500;
18
+ --font-weight-semibold: 600;
19
+ --font-weight-bold: 700;
20
+ --tracking-wider: 0.05em;
21
+ --leading-tight: 1.25;
22
+ --animate-spin: spin 1s linear infinite;
23
+ --default-transition-duration: 150ms;
24
+ --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
25
+ --default-font-family: var(--font-sans);
26
+ --default-mono-font-family: var(--font-mono);
27
+ --color-surface: #ffffff;
28
+ --color-surface-card: #f7f7f7;
29
+ --color-surface-hover: #ececec;
30
+ --color-gold: #B8942C;
31
+ --color-gold-dim: #8B6914;
32
+ --color-text-primary: #111111;
33
+ --color-text-secondary: #555555;
34
+ --color-text-muted: #888888;
35
+ --color-border: #d4d4d4;
36
+ }
37
+ }
38
+ @layer base {
39
+ *, ::after, ::before, ::backdrop, ::file-selector-button {
40
+ box-sizing: border-box;
41
+ margin: 0;
42
+ padding: 0;
43
+ border: 0 solid;
44
+ }
45
+ html, :host {
46
+ line-height: 1.5;
47
+ -webkit-text-size-adjust: 100%;
48
+ tab-size: 4;
49
+ 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");
50
+ font-feature-settings: var(--default-font-feature-settings, normal);
51
+ font-variation-settings: var(--default-font-variation-settings, normal);
52
+ -webkit-tap-highlight-color: transparent;
53
+ }
54
+ hr {
55
+ height: 0;
56
+ color: inherit;
57
+ border-top-width: 1px;
58
+ }
59
+ abbr:where([title]) {
60
+ -webkit-text-decoration: underline dotted;
61
+ text-decoration: underline dotted;
62
+ }
63
+ h1, h2, h3, h4, h5, h6 {
64
+ font-size: inherit;
65
+ font-weight: inherit;
66
+ }
67
+ a {
68
+ color: inherit;
69
+ -webkit-text-decoration: inherit;
70
+ text-decoration: inherit;
71
+ }
72
+ b, strong {
73
+ font-weight: bolder;
74
+ }
75
+ code, kbd, samp, pre {
76
+ font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
77
+ font-feature-settings: var(--default-mono-font-feature-settings, normal);
78
+ font-variation-settings: var(--default-mono-font-variation-settings, normal);
79
+ font-size: 1em;
80
+ }
81
+ small {
82
+ font-size: 80%;
83
+ }
84
+ sub, sup {
85
+ font-size: 75%;
86
+ line-height: 0;
87
+ position: relative;
88
+ vertical-align: baseline;
89
+ }
90
+ sub {
91
+ bottom: -0.25em;
92
+ }
93
+ sup {
94
+ top: -0.5em;
95
+ }
96
+ table {
97
+ text-indent: 0;
98
+ border-color: inherit;
99
+ border-collapse: collapse;
100
+ }
101
+ :-moz-focusring {
102
+ outline: auto;
103
+ }
104
+ progress {
105
+ vertical-align: baseline;
106
+ }
107
+ summary {
108
+ display: list-item;
109
+ }
110
+ ol, ul, menu {
111
+ list-style: none;
112
+ }
113
+ img, svg, video, canvas, audio, iframe, embed, object {
114
+ display: block;
115
+ vertical-align: middle;
116
+ }
117
+ img, video {
118
+ max-width: 100%;
119
+ height: auto;
120
+ }
121
+ button, input, select, optgroup, textarea, ::file-selector-button {
122
+ font: inherit;
123
+ font-feature-settings: inherit;
124
+ font-variation-settings: inherit;
125
+ letter-spacing: inherit;
126
+ color: inherit;
127
+ border-radius: 0;
128
+ background-color: transparent;
129
+ opacity: 1;
130
+ }
131
+ :where(select:is([multiple], [size])) optgroup {
132
+ font-weight: bolder;
133
+ }
134
+ :where(select:is([multiple], [size])) optgroup option {
135
+ padding-inline-start: 20px;
136
+ }
137
+ ::file-selector-button {
138
+ margin-inline-end: 4px;
139
+ }
140
+ ::placeholder {
141
+ opacity: 1;
142
+ }
143
+ @supports (not (-webkit-appearance: -apple-pay-button)) or (contain-intrinsic-size: 1px) {
144
+ ::placeholder {
145
+ color: currentcolor;
146
+ @supports (color: color-mix(in lab, red, red)) {
147
+ color: color-mix(in oklab, currentcolor 50%, transparent);
148
+ }
149
+ }
150
+ }
151
+ textarea {
152
+ resize: vertical;
153
+ }
154
+ ::-webkit-search-decoration {
155
+ -webkit-appearance: none;
156
+ }
157
+ ::-webkit-date-and-time-value {
158
+ min-height: 1lh;
159
+ text-align: inherit;
160
+ }
161
+ ::-webkit-datetime-edit {
162
+ display: inline-flex;
163
+ }
164
+ ::-webkit-datetime-edit-fields-wrapper {
165
+ padding: 0;
166
+ }
167
+ ::-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 {
168
+ padding-block: 0;
169
+ }
170
+ ::-webkit-calendar-picker-indicator {
171
+ line-height: 1;
172
+ }
173
+ :-moz-ui-invalid {
174
+ box-shadow: none;
175
+ }
176
+ button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
177
+ appearance: button;
178
+ }
179
+ ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
180
+ height: auto;
181
+ }
182
+ [hidden]:where(:not([hidden="until-found"])) {
183
+ display: none !important;
184
+ }
185
+ }
186
+ @layer utilities {
187
+ .pointer-events-none {
188
+ pointer-events: none;
189
+ }
190
+ .visible {
191
+ visibility: visible;
192
+ }
193
+ .absolute {
194
+ position: absolute;
195
+ }
196
+ .relative {
197
+ position: relative;
198
+ }
199
+ .static {
200
+ position: static;
201
+ }
202
+ .mx-auto {
203
+ margin-inline: auto;
204
+ }
205
+ .contents {
206
+ display: contents;
207
+ }
208
+ .flex {
209
+ display: flex;
210
+ }
211
+ .grid {
212
+ display: grid;
213
+ }
214
+ .inline-flex {
215
+ display: inline-flex;
216
+ }
217
+ .h-3\.5 {
218
+ height: calc(var(--spacing) * 3.5);
219
+ }
220
+ .h-4 {
221
+ height: calc(var(--spacing) * 4);
222
+ }
223
+ .h-6 {
224
+ height: calc(var(--spacing) * 6);
225
+ }
226
+ .h-7 {
227
+ height: calc(var(--spacing) * 7);
228
+ }
229
+ .w-3\.5 {
230
+ width: calc(var(--spacing) * 3.5);
231
+ }
232
+ .w-4 {
233
+ width: calc(var(--spacing) * 4);
234
+ }
235
+ .w-6 {
236
+ width: calc(var(--spacing) * 6);
237
+ }
238
+ .w-7 {
239
+ width: calc(var(--spacing) * 7);
240
+ }
241
+ .w-full {
242
+ width: 100%;
243
+ }
244
+ .max-w-\[80px\] {
245
+ max-width: 80px;
246
+ }
247
+ .max-w-\[360px\] {
248
+ max-width: 360px;
249
+ }
250
+ .max-w-\[460px\] {
251
+ max-width: 460px;
252
+ }
253
+ .min-w-0 {
254
+ min-width: calc(var(--spacing) * 0);
255
+ }
256
+ .flex-1 {
257
+ flex: 1;
258
+ }
259
+ .flex-none {
260
+ flex: none;
261
+ }
262
+ .transform {
263
+ transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
264
+ }
265
+ .animate-spin {
266
+ animation: var(--animate-spin);
267
+ }
268
+ .cursor-grab {
269
+ cursor: grab;
270
+ }
271
+ .cursor-pointer {
272
+ cursor: pointer;
273
+ }
274
+ .touch-none {
275
+ touch-action: none;
276
+ }
277
+ .grid-cols-2 {
278
+ grid-template-columns: repeat(2, minmax(0, 1fr));
279
+ }
280
+ .grid-cols-4 {
281
+ grid-template-columns: repeat(4, minmax(0, 1fr));
282
+ }
283
+ .flex-col {
284
+ flex-direction: column;
285
+ }
286
+ .flex-wrap {
287
+ flex-wrap: wrap;
288
+ }
289
+ .items-center {
290
+ align-items: center;
291
+ }
292
+ .justify-between {
293
+ justify-content: space-between;
294
+ }
295
+ .justify-center {
296
+ justify-content: center;
297
+ }
298
+ .gap-1 {
299
+ gap: calc(var(--spacing) * 1);
300
+ }
301
+ .gap-2 {
302
+ gap: calc(var(--spacing) * 2);
303
+ }
304
+ .gap-3 {
305
+ gap: calc(var(--spacing) * 3);
306
+ }
307
+ .gap-5 {
308
+ gap: calc(var(--spacing) * 5);
309
+ }
310
+ .space-y-2 {
311
+ :where(& > :not(:last-child)) {
312
+ --tw-space-y-reverse: 0;
313
+ margin-block-start: calc(calc(var(--spacing) * 2) * var(--tw-space-y-reverse));
314
+ margin-block-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-y-reverse)));
315
+ }
316
+ }
317
+ .truncate {
318
+ overflow: hidden;
319
+ text-overflow: ellipsis;
320
+ white-space: nowrap;
321
+ }
322
+ .overflow-hidden {
323
+ overflow: hidden;
324
+ }
325
+ .rounded {
326
+ border-radius: 0.25rem;
327
+ }
328
+ .rounded-full {
329
+ border-radius: calc(infinity * 1px);
330
+ }
331
+ .border {
332
+ border-style: var(--tw-border-style);
333
+ border-width: 1px;
334
+ }
335
+ .border-dashed {
336
+ --tw-border-style: dashed;
337
+ border-style: dashed;
338
+ }
339
+ .border-border {
340
+ border-color: var(--color-border);
341
+ }
342
+ .border-gold-dim {
343
+ border-color: var(--color-gold-dim);
344
+ }
345
+ .bg-black\/30 {
346
+ background-color: color-mix(in srgb, #000 30%, transparent);
347
+ @supports (color: color-mix(in lab, red, red)) {
348
+ background-color: color-mix(in oklab, var(--color-black) 30%, transparent);
349
+ }
350
+ }
351
+ .bg-gold {
352
+ background-color: var(--color-gold);
353
+ }
354
+ .bg-gold-dim {
355
+ background-color: var(--color-gold-dim);
356
+ }
357
+ .bg-gold-dim\/10 {
358
+ background-color: color-mix(in srgb, #8B6914 10%, transparent);
359
+ @supports (color: color-mix(in lab, red, red)) {
360
+ background-color: color-mix(in oklab, var(--color-gold-dim) 10%, transparent);
361
+ }
362
+ }
363
+ .bg-surface-card {
364
+ background-color: var(--color-surface-card);
365
+ }
366
+ .bg-surface-hover {
367
+ background-color: var(--color-surface-hover);
368
+ }
369
+ .p-1 {
370
+ padding: calc(var(--spacing) * 1);
371
+ }
372
+ .px-2 {
373
+ padding-inline: calc(var(--spacing) * 2);
374
+ }
375
+ .px-3 {
376
+ padding-inline: calc(var(--spacing) * 3);
377
+ }
378
+ .px-4 {
379
+ padding-inline: calc(var(--spacing) * 4);
380
+ }
381
+ .py-1 {
382
+ padding-block: calc(var(--spacing) * 1);
383
+ }
384
+ .py-1\.5 {
385
+ padding-block: calc(var(--spacing) * 1.5);
386
+ }
387
+ .py-2 {
388
+ padding-block: calc(var(--spacing) * 2);
389
+ }
390
+ .text-center {
391
+ text-align: center;
392
+ }
393
+ .text-left {
394
+ text-align: left;
395
+ }
396
+ .text-sm {
397
+ font-size: var(--text-sm);
398
+ line-height: var(--tw-leading, var(--text-sm--line-height));
399
+ }
400
+ .text-xs {
401
+ font-size: var(--text-xs);
402
+ line-height: var(--tw-leading, var(--text-xs--line-height));
403
+ }
404
+ .text-\[10px\] {
405
+ font-size: 10px;
406
+ }
407
+ .text-\[11px\] {
408
+ font-size: 11px;
409
+ }
410
+ .leading-tight {
411
+ --tw-leading: var(--leading-tight);
412
+ line-height: var(--leading-tight);
413
+ }
414
+ .font-bold {
415
+ --tw-font-weight: var(--font-weight-bold);
416
+ font-weight: var(--font-weight-bold);
417
+ }
418
+ .font-medium {
419
+ --tw-font-weight: var(--font-weight-medium);
420
+ font-weight: var(--font-weight-medium);
421
+ }
422
+ .font-semibold {
423
+ --tw-font-weight: var(--font-weight-semibold);
424
+ font-weight: var(--font-weight-semibold);
425
+ }
426
+ .tracking-wider {
427
+ --tw-tracking: var(--tracking-wider);
428
+ letter-spacing: var(--tracking-wider);
429
+ }
430
+ .whitespace-nowrap {
431
+ white-space: nowrap;
432
+ }
433
+ .text-black {
434
+ color: var(--color-black);
435
+ }
436
+ .text-surface {
437
+ color: var(--color-surface);
438
+ }
439
+ .text-text-muted {
440
+ color: var(--color-text-muted);
441
+ }
442
+ .text-text-primary {
443
+ color: var(--color-text-primary);
444
+ }
445
+ .text-text-secondary {
446
+ color: var(--color-text-secondary);
447
+ }
448
+ .uppercase {
449
+ text-transform: uppercase;
450
+ }
451
+ .italic {
452
+ font-style: italic;
453
+ }
454
+ .ring-1 {
455
+ --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
456
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
457
+ }
458
+ .ring-gold-dim\/60 {
459
+ --tw-ring-color: color-mix(in srgb, #8B6914 60%, transparent);
460
+ @supports (color: color-mix(in lab, red, red)) {
461
+ --tw-ring-color: color-mix(in oklab, var(--color-gold-dim) 60%, transparent);
462
+ }
463
+ }
464
+ .outline {
465
+ outline-style: var(--tw-outline-style);
466
+ outline-width: 1px;
467
+ }
468
+ .filter {
469
+ 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,);
470
+ }
471
+ .transition-all {
472
+ transition-property: all;
473
+ transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
474
+ transition-duration: var(--tw-duration, var(--default-transition-duration));
475
+ }
476
+ .transition-colors {
477
+ transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
478
+ transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
479
+ transition-duration: var(--tw-duration, var(--default-transition-duration));
480
+ }
481
+ .outline-none {
482
+ --tw-outline-style: none;
483
+ outline-style: none;
484
+ }
485
+ .select-none {
486
+ -webkit-user-select: none;
487
+ user-select: none;
488
+ }
489
+ .hover\:border-gold-dim {
490
+ &:hover {
491
+ @media (hover: hover) {
492
+ border-color: var(--color-gold-dim);
493
+ }
494
+ }
495
+ }
496
+ .hover\:bg-black\/20 {
497
+ &:hover {
498
+ @media (hover: hover) {
499
+ background-color: color-mix(in srgb, #000 20%, transparent);
500
+ @supports (color: color-mix(in lab, red, red)) {
501
+ background-color: color-mix(in oklab, var(--color-black) 20%, transparent);
502
+ }
503
+ }
504
+ }
505
+ }
506
+ .hover\:bg-surface-card {
507
+ &:hover {
508
+ @media (hover: hover) {
509
+ background-color: var(--color-surface-card);
510
+ }
511
+ }
512
+ }
513
+ .hover\:text-gold-dim {
514
+ &:hover {
515
+ @media (hover: hover) {
516
+ color: var(--color-gold-dim);
517
+ }
518
+ }
519
+ }
520
+ .hover\:text-red-400 {
521
+ &:hover {
522
+ @media (hover: hover) {
523
+ color: var(--color-red-400);
524
+ }
525
+ }
526
+ }
527
+ .hover\:text-text-primary {
528
+ &:hover {
529
+ @media (hover: hover) {
530
+ color: var(--color-text-primary);
531
+ }
532
+ }
533
+ }
534
+ .focus\:border-gold-dim {
535
+ &:focus {
536
+ border-color: var(--color-gold-dim);
537
+ }
538
+ }
539
+ .focus\:outline-none {
540
+ &:focus {
541
+ --tw-outline-style: none;
542
+ outline-style: none;
543
+ }
544
+ }
545
+ .focus-visible\:ring-1 {
546
+ &:focus-visible {
547
+ --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
548
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
549
+ }
550
+ }
551
+ .focus-visible\:ring-gold-dim {
552
+ &:focus-visible {
553
+ --tw-ring-color: var(--color-gold-dim);
554
+ }
555
+ }
556
+ .active\:cursor-grabbing {
557
+ &:active {
558
+ cursor: grabbing;
559
+ }
560
+ }
561
+ .disabled\:cursor-not-allowed {
562
+ &:disabled {
563
+ cursor: not-allowed;
564
+ }
565
+ }
566
+ .disabled\:opacity-40 {
567
+ &:disabled {
568
+ opacity: 40%;
569
+ }
570
+ }
571
+ .disabled\:opacity-50 {
572
+ &:disabled {
573
+ opacity: 50%;
574
+ }
575
+ }
576
+ .sm\:text-xs {
577
+ @media (width >= 40rem) {
578
+ font-size: var(--text-xs);
579
+ line-height: var(--tw-leading, var(--text-xs--line-height));
580
+ }
581
+ }
582
+ }
583
+ .dark {
584
+ --color-surface: #141414;
585
+ --color-surface-card: #1d1d1d;
586
+ --color-surface-hover: #2a2a2a;
587
+ --color-gold: #D4AE4A;
588
+ --color-gold-dim: #A8862A;
589
+ --color-text-primary: #f0f0f0;
590
+ --color-text-secondary: #b0b0b0;
591
+ --color-text-muted: #808080;
592
+ --color-border: #333333;
593
+ --color-border-gold: #D4AE4A;
594
+ }
595
+ .dark .pedal-outline {
596
+ filter: invert(1) hue-rotate(180deg);
597
+ }
598
+ @property --tw-rotate-x {
599
+ syntax: "*";
600
+ inherits: false;
601
+ }
602
+ @property --tw-rotate-y {
603
+ syntax: "*";
604
+ inherits: false;
605
+ }
606
+ @property --tw-rotate-z {
607
+ syntax: "*";
608
+ inherits: false;
609
+ }
610
+ @property --tw-skew-x {
611
+ syntax: "*";
612
+ inherits: false;
613
+ }
614
+ @property --tw-skew-y {
615
+ syntax: "*";
616
+ inherits: false;
617
+ }
618
+ @property --tw-space-y-reverse {
619
+ syntax: "*";
620
+ inherits: false;
621
+ initial-value: 0;
622
+ }
623
+ @property --tw-border-style {
624
+ syntax: "*";
625
+ inherits: false;
626
+ initial-value: solid;
627
+ }
628
+ @property --tw-leading {
629
+ syntax: "*";
630
+ inherits: false;
631
+ }
632
+ @property --tw-font-weight {
633
+ syntax: "*";
634
+ inherits: false;
635
+ }
636
+ @property --tw-tracking {
637
+ syntax: "*";
638
+ inherits: false;
639
+ }
640
+ @property --tw-shadow {
641
+ syntax: "*";
642
+ inherits: false;
643
+ initial-value: 0 0 #0000;
644
+ }
645
+ @property --tw-shadow-color {
646
+ syntax: "*";
647
+ inherits: false;
648
+ }
649
+ @property --tw-shadow-alpha {
650
+ syntax: "<percentage>";
651
+ inherits: false;
652
+ initial-value: 100%;
653
+ }
654
+ @property --tw-inset-shadow {
655
+ syntax: "*";
656
+ inherits: false;
657
+ initial-value: 0 0 #0000;
658
+ }
659
+ @property --tw-inset-shadow-color {
660
+ syntax: "*";
661
+ inherits: false;
662
+ }
663
+ @property --tw-inset-shadow-alpha {
664
+ syntax: "<percentage>";
665
+ inherits: false;
666
+ initial-value: 100%;
667
+ }
668
+ @property --tw-ring-color {
669
+ syntax: "*";
670
+ inherits: false;
671
+ }
672
+ @property --tw-ring-shadow {
673
+ syntax: "*";
674
+ inherits: false;
675
+ initial-value: 0 0 #0000;
676
+ }
677
+ @property --tw-inset-ring-color {
678
+ syntax: "*";
679
+ inherits: false;
680
+ }
681
+ @property --tw-inset-ring-shadow {
682
+ syntax: "*";
683
+ inherits: false;
684
+ initial-value: 0 0 #0000;
685
+ }
686
+ @property --tw-ring-inset {
687
+ syntax: "*";
688
+ inherits: false;
689
+ }
690
+ @property --tw-ring-offset-width {
691
+ syntax: "<length>";
692
+ inherits: false;
693
+ initial-value: 0px;
694
+ }
695
+ @property --tw-ring-offset-color {
696
+ syntax: "*";
697
+ inherits: false;
698
+ initial-value: #fff;
699
+ }
700
+ @property --tw-ring-offset-shadow {
701
+ syntax: "*";
702
+ inherits: false;
703
+ initial-value: 0 0 #0000;
704
+ }
705
+ @property --tw-outline-style {
706
+ syntax: "*";
707
+ inherits: false;
708
+ initial-value: solid;
709
+ }
710
+ @property --tw-blur {
711
+ syntax: "*";
712
+ inherits: false;
713
+ }
714
+ @property --tw-brightness {
715
+ syntax: "*";
716
+ inherits: false;
717
+ }
718
+ @property --tw-contrast {
719
+ syntax: "*";
720
+ inherits: false;
721
+ }
722
+ @property --tw-grayscale {
723
+ syntax: "*";
724
+ inherits: false;
725
+ }
726
+ @property --tw-hue-rotate {
727
+ syntax: "*";
728
+ inherits: false;
729
+ }
730
+ @property --tw-invert {
731
+ syntax: "*";
732
+ inherits: false;
733
+ }
734
+ @property --tw-opacity {
735
+ syntax: "*";
736
+ inherits: false;
737
+ }
738
+ @property --tw-saturate {
739
+ syntax: "*";
740
+ inherits: false;
741
+ }
742
+ @property --tw-sepia {
743
+ syntax: "*";
744
+ inherits: false;
745
+ }
746
+ @property --tw-drop-shadow {
747
+ syntax: "*";
748
+ inherits: false;
749
+ }
750
+ @property --tw-drop-shadow-color {
751
+ syntax: "*";
752
+ inherits: false;
753
+ }
754
+ @property --tw-drop-shadow-alpha {
755
+ syntax: "<percentage>";
756
+ inherits: false;
757
+ initial-value: 100%;
758
+ }
759
+ @property --tw-drop-shadow-size {
760
+ syntax: "*";
761
+ inherits: false;
762
+ }
763
+ @keyframes spin {
764
+ to {
765
+ transform: rotate(360deg);
766
+ }
767
+ }
768
+ @layer properties {
769
+ @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
770
+ *, ::before, ::after, ::backdrop {
771
+ --tw-rotate-x: initial;
772
+ --tw-rotate-y: initial;
773
+ --tw-rotate-z: initial;
774
+ --tw-skew-x: initial;
775
+ --tw-skew-y: initial;
776
+ --tw-space-y-reverse: 0;
777
+ --tw-border-style: solid;
778
+ --tw-leading: initial;
779
+ --tw-font-weight: initial;
780
+ --tw-tracking: initial;
781
+ --tw-shadow: 0 0 #0000;
782
+ --tw-shadow-color: initial;
783
+ --tw-shadow-alpha: 100%;
784
+ --tw-inset-shadow: 0 0 #0000;
785
+ --tw-inset-shadow-color: initial;
786
+ --tw-inset-shadow-alpha: 100%;
787
+ --tw-ring-color: initial;
788
+ --tw-ring-shadow: 0 0 #0000;
789
+ --tw-inset-ring-color: initial;
790
+ --tw-inset-ring-shadow: 0 0 #0000;
791
+ --tw-ring-inset: initial;
792
+ --tw-ring-offset-width: 0px;
793
+ --tw-ring-offset-color: #fff;
794
+ --tw-ring-offset-shadow: 0 0 #0000;
795
+ --tw-outline-style: solid;
796
+ --tw-blur: initial;
797
+ --tw-brightness: initial;
798
+ --tw-contrast: initial;
799
+ --tw-grayscale: initial;
800
+ --tw-hue-rotate: initial;
801
+ --tw-invert: initial;
802
+ --tw-opacity: initial;
803
+ --tw-saturate: initial;
804
+ --tw-sepia: initial;
805
+ --tw-drop-shadow: initial;
806
+ --tw-drop-shadow-color: initial;
807
+ --tw-drop-shadow-alpha: 100%;
808
+ --tw-drop-shadow-size: initial;
809
+ }
810
+ }
811
+ }