@swizzyweb/swizzy-frontend-template-web-service 0.2.0 → 0.2.1

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