create-gardener 1.1.2 → 1.1.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.
@@ -1,1220 +0,0 @@
1
- /*! tailwindcss v4.1.18 | 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', 'Segoe UI Emoji', 'Segoe UI Symbol',
7
- 'Noto Color Emoji';
8
- --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New',
9
- monospace;
10
- --color-red-300: oklch(80.8% 0.114 19.571);
11
- --color-green-300: oklch(87.1% 0.15 154.449);
12
- --color-green-500: oklch(72.3% 0.219 149.579);
13
- --color-emerald-50: oklch(97.9% 0.021 166.113);
14
- --color-emerald-300: oklch(84.5% 0.143 164.978);
15
- --color-cyan-50: oklch(98.4% 0.019 200.873);
16
- --color-slate-50: oklch(98.4% 0.003 247.858);
17
- --color-slate-100: oklch(96.8% 0.007 247.896);
18
- --color-slate-200: oklch(92.9% 0.013 255.508);
19
- --color-slate-300: oklch(86.9% 0.022 252.894);
20
- --color-slate-500: oklch(55.4% 0.046 257.417);
21
- --color-slate-600: oklch(44.6% 0.043 257.281);
22
- --color-slate-700: oklch(37.2% 0.044 257.287);
23
- --color-slate-800: oklch(27.9% 0.041 260.031);
24
- --color-slate-900: oklch(20.8% 0.042 265.755);
25
- --color-gray-200: oklch(92.8% 0.006 264.531);
26
- --color-gray-500: oklch(55.1% 0.027 264.364);
27
- --color-black: #000;
28
- --color-white: #fff;
29
- --spacing: 0.25rem;
30
- --container-xl: 36rem;
31
- --container-2xl: 42rem;
32
- --container-7xl: 80rem;
33
- --text-sm: 0.875rem;
34
- --text-sm--line-height: calc(1.25 / 0.875);
35
- --text-lg: 1.125rem;
36
- --text-lg--line-height: calc(1.75 / 1.125);
37
- --text-xl: 1.25rem;
38
- --text-xl--line-height: calc(1.75 / 1.25);
39
- --text-2xl: 1.5rem;
40
- --text-2xl--line-height: calc(2 / 1.5);
41
- --text-3xl: 1.875rem;
42
- --text-3xl--line-height: calc(2.25 / 1.875);
43
- --text-4xl: 2.25rem;
44
- --text-4xl--line-height: calc(2.5 / 2.25);
45
- --text-5xl: 3rem;
46
- --text-5xl--line-height: 1;
47
- --font-weight-semibold: 600;
48
- --font-weight-bold: 700;
49
- --leading-relaxed: 1.625;
50
- --radius-md: 0.375rem;
51
- --radius-lg: 0.5rem;
52
- --radius-xl: 0.75rem;
53
- --radius-2xl: 1rem;
54
- --radius-3xl: 1.5rem;
55
- --default-transition-duration: 150ms;
56
- --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
57
- --default-font-family: var(--font-sans);
58
- --default-mono-font-family: var(--font-mono);
59
- }
60
- }
61
- @layer base {
62
- *, ::after, ::before, ::backdrop, ::file-selector-button {
63
- box-sizing: border-box;
64
- margin: 0;
65
- padding: 0;
66
- border: 0 solid;
67
- }
68
- html, :host {
69
- line-height: 1.5;
70
- -webkit-text-size-adjust: 100%;
71
- tab-size: 4;
72
- 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');
73
- font-feature-settings: var(--default-font-feature-settings, normal);
74
- font-variation-settings: var(--default-font-variation-settings, normal);
75
- -webkit-tap-highlight-color: transparent;
76
- }
77
- hr {
78
- height: 0;
79
- color: inherit;
80
- border-top-width: 1px;
81
- }
82
- abbr:where([title]) {
83
- -webkit-text-decoration: underline dotted;
84
- text-decoration: underline dotted;
85
- }
86
- h1, h2, h3, h4, h5, h6 {
87
- font-size: inherit;
88
- font-weight: inherit;
89
- }
90
- a {
91
- color: inherit;
92
- -webkit-text-decoration: inherit;
93
- text-decoration: inherit;
94
- }
95
- b, strong {
96
- font-weight: bolder;
97
- }
98
- code, kbd, samp, pre {
99
- font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace);
100
- font-feature-settings: var(--default-mono-font-feature-settings, normal);
101
- font-variation-settings: var(--default-mono-font-variation-settings, normal);
102
- font-size: 1em;
103
- }
104
- small {
105
- font-size: 80%;
106
- }
107
- sub, sup {
108
- font-size: 75%;
109
- line-height: 0;
110
- position: relative;
111
- vertical-align: baseline;
112
- }
113
- sub {
114
- bottom: -0.25em;
115
- }
116
- sup {
117
- top: -0.5em;
118
- }
119
- table {
120
- text-indent: 0;
121
- border-color: inherit;
122
- border-collapse: collapse;
123
- }
124
- :-moz-focusring {
125
- outline: auto;
126
- }
127
- progress {
128
- vertical-align: baseline;
129
- }
130
- summary {
131
- display: list-item;
132
- }
133
- ol, ul, menu {
134
- list-style: none;
135
- }
136
- img, svg, video, canvas, audio, iframe, embed, object {
137
- display: block;
138
- vertical-align: middle;
139
- }
140
- img, video {
141
- max-width: 100%;
142
- height: auto;
143
- }
144
- button, input, select, optgroup, textarea, ::file-selector-button {
145
- font: inherit;
146
- font-feature-settings: inherit;
147
- font-variation-settings: inherit;
148
- letter-spacing: inherit;
149
- color: inherit;
150
- border-radius: 0;
151
- background-color: transparent;
152
- opacity: 1;
153
- }
154
- :where(select:is([multiple], [size])) optgroup {
155
- font-weight: bolder;
156
- }
157
- :where(select:is([multiple], [size])) optgroup option {
158
- padding-inline-start: 20px;
159
- }
160
- ::file-selector-button {
161
- margin-inline-end: 4px;
162
- }
163
- ::placeholder {
164
- opacity: 1;
165
- }
166
- @supports (not (-webkit-appearance: -apple-pay-button)) or (contain-intrinsic-size: 1px) {
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
- appearance: button;
201
- }
202
- ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
203
- height: auto;
204
- }
205
- [hidden]:where(:not([hidden='until-found'])) {
206
- display: none !important;
207
- }
208
- }
209
- @layer utilities {
210
- .collapse {
211
- visibility: collapse;
212
- }
213
- .invisible {
214
- visibility: hidden;
215
- }
216
- .visible {
217
- visibility: visible;
218
- }
219
- .\!static {
220
- position: static !important;
221
- }
222
- .absolute {
223
- position: absolute;
224
- }
225
- .fixed {
226
- position: fixed;
227
- }
228
- .relative {
229
- position: relative;
230
- }
231
- .static {
232
- position: static;
233
- }
234
- .sticky {
235
- position: sticky;
236
- }
237
- .top-0 {
238
- top: calc(var(--spacing) * 0);
239
- }
240
- .top-1\/4 {
241
- top: calc(1/4 * 100%);
242
- }
243
- .top-2\/5 {
244
- top: calc(2/5 * 100%);
245
- }
246
- .top-100 {
247
- top: calc(var(--spacing) * 100);
248
- }
249
- .right-0 {
250
- right: calc(var(--spacing) * 0);
251
- }
252
- .right-2 {
253
- right: calc(var(--spacing) * 2);
254
- }
255
- .-bottom-22 {
256
- bottom: calc(var(--spacing) * -22);
257
- }
258
- .bottom-0 {
259
- bottom: calc(var(--spacing) * 0);
260
- }
261
- .bottom-22 {
262
- bottom: calc(var(--spacing) * 22);
263
- }
264
- .left-1\/4 {
265
- left: calc(1/4 * 100%);
266
- }
267
- .left-2\/5 {
268
- left: calc(2/5 * 100%);
269
- }
270
- .left-\[100vw\] {
271
- left: 100vw;
272
- }
273
- .isolate {
274
- isolation: isolate;
275
- }
276
- .z-90 {
277
- z-index: 90;
278
- }
279
- .z-100 {
280
- z-index: 100;
281
- }
282
- .order-4 {
283
- order: 4;
284
- }
285
- .\!container {
286
- width: 100% !important;
287
- @media (width >= 40rem) {
288
- max-width: 40rem !important;
289
- }
290
- @media (width >= 48rem) {
291
- max-width: 48rem !important;
292
- }
293
- @media (width >= 64rem) {
294
- max-width: 64rem !important;
295
- }
296
- @media (width >= 80rem) {
297
- max-width: 80rem !important;
298
- }
299
- @media (width >= 96rem) {
300
- max-width: 96rem !important;
301
- }
302
- }
303
- .container {
304
- width: 100%;
305
- @media (width >= 40rem) {
306
- max-width: 40rem;
307
- }
308
- @media (width >= 48rem) {
309
- max-width: 48rem;
310
- }
311
- @media (width >= 64rem) {
312
- max-width: 64rem;
313
- }
314
- @media (width >= 80rem) {
315
- max-width: 80rem;
316
- }
317
- @media (width >= 96rem) {
318
- max-width: 96rem;
319
- }
320
- }
321
- .mx-auto {
322
- margin-inline: auto;
323
- }
324
- .mt-1 {
325
- margin-top: calc(var(--spacing) * 1);
326
- }
327
- .mt-4 {
328
- margin-top: calc(var(--spacing) * 4);
329
- }
330
- .mt-940 {
331
- margin-top: calc(var(--spacing) * 940);
332
- }
333
- .mb-2 {
334
- margin-bottom: calc(var(--spacing) * 2);
335
- }
336
- .ml-4 {
337
- margin-left: calc(var(--spacing) * 4);
338
- }
339
- .block {
340
- display: block;
341
- }
342
- .contents {
343
- display: contents;
344
- }
345
- .flex {
346
- display: flex;
347
- }
348
- .grid {
349
- display: grid;
350
- }
351
- .hidden {
352
- display: none;
353
- }
354
- .inline {
355
- display: inline;
356
- }
357
- .inline-block {
358
- display: inline-block;
359
- }
360
- .table {
361
- display: table;
362
- }
363
- .h-2\/4 {
364
- height: calc(2/4 * 100%);
365
- }
366
- .h-15 {
367
- height: calc(var(--spacing) * 15);
368
- }
369
- .h-\[90vh\] {
370
- height: 90vh;
371
- }
372
- .h-screen {
373
- height: 100vh;
374
- }
375
- .min-h-\[90vh\] {
376
- min-height: 90vh;
377
- }
378
- .w-2\/4 {
379
- width: calc(2/4 * 100%);
380
- }
381
- .w-15 {
382
- width: calc(var(--spacing) * 15);
383
- }
384
- .w-64 {
385
- width: calc(var(--spacing) * 64);
386
- }
387
- .w-72 {
388
- width: calc(var(--spacing) * 72);
389
- }
390
- .w-500 {
391
- width: calc(var(--spacing) * 500);
392
- }
393
- .w-full {
394
- width: 100%;
395
- }
396
- .w-screen {
397
- width: 100vw;
398
- }
399
- .max-w-2xl {
400
- max-width: var(--container-2xl);
401
- }
402
- .max-w-7xl {
403
- max-width: var(--container-7xl);
404
- }
405
- .max-w-xl {
406
- max-width: var(--container-xl);
407
- }
408
- .shrink {
409
- flex-shrink: 1;
410
- }
411
- .grow {
412
- flex-grow: 1;
413
- }
414
- .scale-15878 {
415
- --tw-scale-x: 15878%;
416
- --tw-scale-y: 15878%;
417
- --tw-scale-z: 15878%;
418
- scale: var(--tw-scale-x) var(--tw-scale-y);
419
- }
420
- .rotate-180 {
421
- rotate: 180deg;
422
- }
423
- .transform {
424
- transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
425
- }
426
- .cursor-pointer {
427
- cursor: pointer;
428
- }
429
- .resize {
430
- resize: both;
431
- }
432
- .list-inside {
433
- list-style-position: inside;
434
- }
435
- .list-decimal {
436
- list-style-type: decimal;
437
- }
438
- .list-disc {
439
- list-style-type: disc;
440
- }
441
- .flex-col {
442
- flex-direction: column;
443
- }
444
- .flex-wrap {
445
- flex-wrap: wrap;
446
- }
447
- .items-center {
448
- align-items: center;
449
- }
450
- .justify-around {
451
- justify-content: space-around;
452
- }
453
- .justify-between {
454
- justify-content: space-between;
455
- }
456
- .justify-center {
457
- justify-content: center;
458
- }
459
- .gap-2 {
460
- gap: calc(var(--spacing) * 2);
461
- }
462
- .gap-4 {
463
- gap: calc(var(--spacing) * 4);
464
- }
465
- .gap-8 {
466
- gap: calc(var(--spacing) * 8);
467
- }
468
- .gap-10 {
469
- gap: calc(var(--spacing) * 10);
470
- }
471
- .gap-12 {
472
- gap: calc(var(--spacing) * 12);
473
- }
474
- .space-y-2 {
475
- :where(& > :not(:last-child)) {
476
- --tw-space-y-reverse: 0;
477
- margin-block-start: calc(calc(var(--spacing) * 2) * var(--tw-space-y-reverse));
478
- margin-block-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-y-reverse)));
479
- }
480
- }
481
- .space-y-3 {
482
- :where(& > :not(:last-child)) {
483
- --tw-space-y-reverse: 0;
484
- margin-block-start: calc(calc(var(--spacing) * 3) * var(--tw-space-y-reverse));
485
- margin-block-end: calc(calc(var(--spacing) * 3) * calc(1 - var(--tw-space-y-reverse)));
486
- }
487
- }
488
- .space-y-4 {
489
- :where(& > :not(:last-child)) {
490
- --tw-space-y-reverse: 0;
491
- margin-block-start: calc(calc(var(--spacing) * 4) * var(--tw-space-y-reverse));
492
- margin-block-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-y-reverse)));
493
- }
494
- }
495
- .space-y-6 {
496
- :where(& > :not(:last-child)) {
497
- --tw-space-y-reverse: 0;
498
- margin-block-start: calc(calc(var(--spacing) * 6) * var(--tw-space-y-reverse));
499
- margin-block-end: calc(calc(var(--spacing) * 6) * calc(1 - var(--tw-space-y-reverse)));
500
- }
501
- }
502
- .space-y-8 {
503
- :where(& > :not(:last-child)) {
504
- --tw-space-y-reverse: 0;
505
- margin-block-start: calc(calc(var(--spacing) * 8) * var(--tw-space-y-reverse));
506
- margin-block-end: calc(calc(var(--spacing) * 8) * calc(1 - var(--tw-space-y-reverse)));
507
- }
508
- }
509
- .space-y-10 {
510
- :where(& > :not(:last-child)) {
511
- --tw-space-y-reverse: 0;
512
- margin-block-start: calc(calc(var(--spacing) * 10) * var(--tw-space-y-reverse));
513
- margin-block-end: calc(calc(var(--spacing) * 10) * calc(1 - var(--tw-space-y-reverse)));
514
- }
515
- }
516
- .space-y-16 {
517
- :where(& > :not(:last-child)) {
518
- --tw-space-y-reverse: 0;
519
- margin-block-start: calc(calc(var(--spacing) * 16) * var(--tw-space-y-reverse));
520
- margin-block-end: calc(calc(var(--spacing) * 16) * calc(1 - var(--tw-space-y-reverse)));
521
- }
522
- }
523
- .space-y-20 {
524
- :where(& > :not(:last-child)) {
525
- --tw-space-y-reverse: 0;
526
- margin-block-start: calc(calc(var(--spacing) * 20) * var(--tw-space-y-reverse));
527
- margin-block-end: calc(calc(var(--spacing) * 20) * calc(1 - var(--tw-space-y-reverse)));
528
- }
529
- }
530
- .truncate {
531
- overflow: hidden;
532
- text-overflow: ellipsis;
533
- white-space: nowrap;
534
- }
535
- .overflow-scroll {
536
- overflow: scroll;
537
- }
538
- .overflow-x-auto {
539
- overflow-x: auto;
540
- }
541
- .rounded {
542
- border-radius: 0.25rem;
543
- }
544
- .rounded-2xl {
545
- border-radius: var(--radius-2xl);
546
- }
547
- .rounded-3xl {
548
- border-radius: var(--radius-3xl);
549
- }
550
- .rounded-full {
551
- border-radius: calc(infinity * 1px);
552
- }
553
- .rounded-lg {
554
- border-radius: var(--radius-lg);
555
- }
556
- .rounded-md {
557
- border-radius: var(--radius-md);
558
- }
559
- .rounded-xl {
560
- border-radius: var(--radius-xl);
561
- }
562
- .rounded-t-lg {
563
- border-top-left-radius: var(--radius-lg);
564
- border-top-right-radius: var(--radius-lg);
565
- }
566
- .border {
567
- border-style: var(--tw-border-style);
568
- border-width: 1px;
569
- }
570
- .border-2 {
571
- border-style: var(--tw-border-style);
572
- border-width: 2px;
573
- }
574
- .border-t {
575
- border-top-style: var(--tw-border-style);
576
- border-top-width: 1px;
577
- }
578
- .border-b-1 {
579
- border-bottom-style: var(--tw-border-style);
580
- border-bottom-width: 1px;
581
- }
582
- .border-black {
583
- border-color: var(--color-black);
584
- }
585
- .border-slate-200 {
586
- border-color: var(--color-slate-200);
587
- }
588
- .border-slate-300 {
589
- border-color: var(--color-slate-300);
590
- }
591
- .bg-gray-200 {
592
- background-color: var(--color-gray-200);
593
- }
594
- .bg-gray-500 {
595
- background-color: var(--color-gray-500);
596
- }
597
- .bg-green-300 {
598
- background-color: var(--color-green-300);
599
- }
600
- .bg-red-300 {
601
- background-color: var(--color-red-300);
602
- }
603
- .bg-slate-50 {
604
- background-color: var(--color-slate-50);
605
- }
606
- .bg-slate-100 {
607
- background-color: var(--color-slate-100);
608
- }
609
- .bg-slate-900 {
610
- background-color: var(--color-slate-900);
611
- }
612
- .bg-white {
613
- background-color: var(--color-white);
614
- }
615
- .bg-linear-to-br {
616
- --tw-gradient-position: to bottom right;
617
- @supports (background-image: linear-gradient(in lab, red, red)) {
618
- --tw-gradient-position: to bottom right in oklab;
619
- }
620
- background-image: linear-gradient(var(--tw-gradient-stops));
621
- }
622
- .bg-gradient-to-br {
623
- --tw-gradient-position: to bottom right in oklab;
624
- background-image: linear-gradient(var(--tw-gradient-stops));
625
- }
626
- .from-emerald-50 {
627
- --tw-gradient-from: var(--color-emerald-50);
628
- --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));
629
- }
630
- .from-slate-900 {
631
- --tw-gradient-from: var(--color-slate-900);
632
- --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));
633
- }
634
- .to-cyan-50 {
635
- --tw-gradient-to: var(--color-cyan-50);
636
- --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));
637
- }
638
- .to-slate-800 {
639
- --tw-gradient-to: var(--color-slate-800);
640
- --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));
641
- }
642
- .p-2 {
643
- padding: calc(var(--spacing) * 2);
644
- }
645
- .p-4 {
646
- padding: calc(var(--spacing) * 4);
647
- }
648
- .p-5 {
649
- padding: calc(var(--spacing) * 5);
650
- }
651
- .p-6 {
652
- padding: calc(var(--spacing) * 6);
653
- }
654
- .p-8 {
655
- padding: calc(var(--spacing) * 8);
656
- }
657
- .p-10 {
658
- padding: calc(var(--spacing) * 10);
659
- }
660
- .px-1 {
661
- padding-inline: calc(var(--spacing) * 1);
662
- }
663
- .px-2 {
664
- padding-inline: calc(var(--spacing) * 2);
665
- }
666
- .px-5 {
667
- padding-inline: calc(var(--spacing) * 5);
668
- }
669
- .px-6 {
670
- padding-inline: calc(var(--spacing) * 6);
671
- }
672
- .py-1 {
673
- padding-block: calc(var(--spacing) * 1);
674
- }
675
- .py-3 {
676
- padding-block: calc(var(--spacing) * 3);
677
- }
678
- .py-10 {
679
- padding-block: calc(var(--spacing) * 10);
680
- }
681
- .py-12 {
682
- padding-block: calc(var(--spacing) * 12);
683
- }
684
- .pb-1\.5 {
685
- padding-bottom: calc(var(--spacing) * 1.5);
686
- }
687
- .pl-58661 {
688
- padding-left: calc(var(--spacing) * 58661);
689
- }
690
- .text-center {
691
- text-align: center;
692
- }
693
- .text-left {
694
- text-align: left;
695
- }
696
- .font-mono {
697
- font-family: var(--font-mono);
698
- }
699
- .text-2xl {
700
- font-size: var(--text-2xl);
701
- line-height: var(--tw-leading, var(--text-2xl--line-height));
702
- }
703
- .text-3xl {
704
- font-size: var(--text-3xl);
705
- line-height: var(--tw-leading, var(--text-3xl--line-height));
706
- }
707
- .text-4xl {
708
- font-size: var(--text-4xl);
709
- line-height: var(--tw-leading, var(--text-4xl--line-height));
710
- }
711
- .text-5xl {
712
- font-size: var(--text-5xl);
713
- line-height: var(--tw-leading, var(--text-5xl--line-height));
714
- }
715
- .text-lg {
716
- font-size: var(--text-lg);
717
- line-height: var(--tw-leading, var(--text-lg--line-height));
718
- }
719
- .text-sm {
720
- font-size: var(--text-sm);
721
- line-height: var(--tw-leading, var(--text-sm--line-height));
722
- }
723
- .text-xl {
724
- font-size: var(--text-xl);
725
- line-height: var(--tw-leading, var(--text-xl--line-height));
726
- }
727
- .leading-15878 {
728
- --tw-leading: calc(var(--spacing) * 15878);
729
- line-height: calc(var(--spacing) * 15878);
730
- }
731
- .leading-relaxed {
732
- --tw-leading: var(--leading-relaxed);
733
- line-height: var(--leading-relaxed);
734
- }
735
- .font-bold {
736
- --tw-font-weight: var(--font-weight-bold);
737
- font-weight: var(--font-weight-bold);
738
- }
739
- .font-semibold {
740
- --tw-font-weight: var(--font-weight-semibold);
741
- font-weight: var(--font-weight-semibold);
742
- }
743
- .text-black {
744
- color: var(--color-black);
745
- }
746
- .text-emerald-300 {
747
- color: var(--color-emerald-300);
748
- }
749
- .text-green-500 {
750
- color: var(--color-green-500);
751
- }
752
- .text-slate-100 {
753
- color: var(--color-slate-100);
754
- }
755
- .text-slate-500 {
756
- color: var(--color-slate-500);
757
- }
758
- .text-slate-600 {
759
- color: var(--color-slate-600);
760
- }
761
- .text-slate-700 {
762
- color: var(--color-slate-700);
763
- }
764
- .text-slate-800 {
765
- color: var(--color-slate-800);
766
- }
767
- .text-slate-900 {
768
- color: var(--color-slate-900);
769
- }
770
- .text-white {
771
- color: var(--color-white);
772
- }
773
- .capitalize {
774
- text-transform: capitalize;
775
- }
776
- .lowercase {
777
- text-transform: lowercase;
778
- }
779
- .uppercase {
780
- text-transform: uppercase;
781
- }
782
- .italic {
783
- font-style: italic;
784
- }
785
- .ordinal {
786
- --tw-ordinal: ordinal;
787
- font-variant-numeric: var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,) var(--tw-numeric-spacing,) var(--tw-numeric-fraction,);
788
- }
789
- .underline {
790
- text-decoration-line: underline;
791
- }
792
- .antialiased {
793
- -webkit-font-smoothing: antialiased;
794
- -moz-osx-font-smoothing: grayscale;
795
- }
796
- .shadow {
797
- --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
798
- box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
799
- }
800
- .shadow-2xl {
801
- --tw-shadow: 0 25px 50px -12px var(--tw-shadow-color, rgb(0 0 0 / 0.25));
802
- box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
803
- }
804
- .shadow-\[30px_0_60px_15px_rgb\(0\,0\,0\)\] {
805
- --tw-shadow: 30px 0 60px 15px var(--tw-shadow-color, rgb(0,0,0));
806
- box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
807
- }
808
- .shadow-xl {
809
- --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));
810
- box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
811
- }
812
- .ring {
813
- --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
814
- box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
815
- }
816
- .outline {
817
- outline-style: var(--tw-outline-style);
818
- outline-width: 1px;
819
- }
820
- .outline-18360 {
821
- outline-style: var(--tw-outline-style);
822
- outline-width: 18360px;
823
- }
824
- .blur {
825
- --tw-blur: blur(8px);
826
- 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,);
827
- }
828
- .grayscale {
829
- --tw-grayscale: grayscale(100%);
830
- 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,);
831
- }
832
- .invert {
833
- --tw-invert: invert(100%);
834
- 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,);
835
- }
836
- .sepia {
837
- --tw-sepia: sepia(100%);
838
- 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,);
839
- }
840
- .filter {
841
- 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,);
842
- }
843
- .transition {
844
- 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, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
845
- transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
846
- transition-duration: var(--tw-duration, var(--default-transition-duration));
847
- }
848
- .\[a\:x\] {
849
- a: x;
850
- }
851
- .\[hw\:1\] {
852
- hw: 1;
853
- }
854
- .\[mailto\:marco-oweber\@gmx\.de\] {
855
- mailto: marco-oweber@gmx.de;
856
- }
857
- .\[nix-shell\:\~\] {
858
- nix-shell: ~;
859
- }
860
- .\[plughw\:1\,0\] {
861
- plughw: 1,0;
862
- }
863
- .\[rightalt\:G\] {
864
- rightalt: G;
865
- }
866
- .\[testenv\:docs\] {
867
- testenv: docs;
868
- }
869
- .\[tool\:pytest\] {
870
- tool: pytest;
871
- }
872
- .\[translation\:info\] {
873
- translation: info;
874
- }
875
- .\[tytso\:19940520\.0036EDT\] {
876
- tytso: 19940520.0036EDT;
877
- }
878
- .\[vhost\:www\.example\.com\] {
879
- vhost: www.example.com;
880
- }
881
- .md\:grid-cols-2 {
882
- @media (width >= 48rem) {
883
- grid-template-columns: repeat(2, minmax(0, 1fr));
884
- }
885
- }
886
- .lg\:w-80 {
887
- @media (width >= 64rem) {
888
- width: calc(var(--spacing) * 80);
889
- }
890
- }
891
- .lg\:grid-cols-2 {
892
- @media (width >= 64rem) {
893
- grid-template-columns: repeat(2, minmax(0, 1fr));
894
- }
895
- }
896
- .lg\:flex-row {
897
- @media (width >= 64rem) {
898
- flex-direction: row;
899
- }
900
- }
901
- .lg\:p-12 {
902
- @media (width >= 64rem) {
903
- padding: calc(var(--spacing) * 12);
904
- }
905
- }
906
- .lg\:p-16 {
907
- @media (width >= 64rem) {
908
- padding: calc(var(--spacing) * 16);
909
- }
910
- }
911
- .lg\:text-left {
912
- @media (width >= 64rem) {
913
- text-align: left;
914
- }
915
- }
916
- .lg\:text-5xl {
917
- @media (width >= 64rem) {
918
- font-size: var(--text-5xl);
919
- line-height: var(--tw-leading, var(--text-5xl--line-height));
920
- }
921
- }
922
- }
923
- @property --tw-scale-x {
924
- syntax: "*";
925
- inherits: false;
926
- initial-value: 1;
927
- }
928
- @property --tw-scale-y {
929
- syntax: "*";
930
- inherits: false;
931
- initial-value: 1;
932
- }
933
- @property --tw-scale-z {
934
- syntax: "*";
935
- inherits: false;
936
- initial-value: 1;
937
- }
938
- @property --tw-rotate-x {
939
- syntax: "*";
940
- inherits: false;
941
- }
942
- @property --tw-rotate-y {
943
- syntax: "*";
944
- inherits: false;
945
- }
946
- @property --tw-rotate-z {
947
- syntax: "*";
948
- inherits: false;
949
- }
950
- @property --tw-skew-x {
951
- syntax: "*";
952
- inherits: false;
953
- }
954
- @property --tw-skew-y {
955
- syntax: "*";
956
- inherits: false;
957
- }
958
- @property --tw-space-y-reverse {
959
- syntax: "*";
960
- inherits: false;
961
- initial-value: 0;
962
- }
963
- @property --tw-border-style {
964
- syntax: "*";
965
- inherits: false;
966
- initial-value: solid;
967
- }
968
- @property --tw-gradient-position {
969
- syntax: "*";
970
- inherits: false;
971
- }
972
- @property --tw-gradient-from {
973
- syntax: "<color>";
974
- inherits: false;
975
- initial-value: #0000;
976
- }
977
- @property --tw-gradient-via {
978
- syntax: "<color>";
979
- inherits: false;
980
- initial-value: #0000;
981
- }
982
- @property --tw-gradient-to {
983
- syntax: "<color>";
984
- inherits: false;
985
- initial-value: #0000;
986
- }
987
- @property --tw-gradient-stops {
988
- syntax: "*";
989
- inherits: false;
990
- }
991
- @property --tw-gradient-via-stops {
992
- syntax: "*";
993
- inherits: false;
994
- }
995
- @property --tw-gradient-from-position {
996
- syntax: "<length-percentage>";
997
- inherits: false;
998
- initial-value: 0%;
999
- }
1000
- @property --tw-gradient-via-position {
1001
- syntax: "<length-percentage>";
1002
- inherits: false;
1003
- initial-value: 50%;
1004
- }
1005
- @property --tw-gradient-to-position {
1006
- syntax: "<length-percentage>";
1007
- inherits: false;
1008
- initial-value: 100%;
1009
- }
1010
- @property --tw-leading {
1011
- syntax: "*";
1012
- inherits: false;
1013
- }
1014
- @property --tw-font-weight {
1015
- syntax: "*";
1016
- inherits: false;
1017
- }
1018
- @property --tw-ordinal {
1019
- syntax: "*";
1020
- inherits: false;
1021
- }
1022
- @property --tw-slashed-zero {
1023
- syntax: "*";
1024
- inherits: false;
1025
- }
1026
- @property --tw-numeric-figure {
1027
- syntax: "*";
1028
- inherits: false;
1029
- }
1030
- @property --tw-numeric-spacing {
1031
- syntax: "*";
1032
- inherits: false;
1033
- }
1034
- @property --tw-numeric-fraction {
1035
- syntax: "*";
1036
- inherits: false;
1037
- }
1038
- @property --tw-shadow {
1039
- syntax: "*";
1040
- inherits: false;
1041
- initial-value: 0 0 #0000;
1042
- }
1043
- @property --tw-shadow-color {
1044
- syntax: "*";
1045
- inherits: false;
1046
- }
1047
- @property --tw-shadow-alpha {
1048
- syntax: "<percentage>";
1049
- inherits: false;
1050
- initial-value: 100%;
1051
- }
1052
- @property --tw-inset-shadow {
1053
- syntax: "*";
1054
- inherits: false;
1055
- initial-value: 0 0 #0000;
1056
- }
1057
- @property --tw-inset-shadow-color {
1058
- syntax: "*";
1059
- inherits: false;
1060
- }
1061
- @property --tw-inset-shadow-alpha {
1062
- syntax: "<percentage>";
1063
- inherits: false;
1064
- initial-value: 100%;
1065
- }
1066
- @property --tw-ring-color {
1067
- syntax: "*";
1068
- inherits: false;
1069
- }
1070
- @property --tw-ring-shadow {
1071
- syntax: "*";
1072
- inherits: false;
1073
- initial-value: 0 0 #0000;
1074
- }
1075
- @property --tw-inset-ring-color {
1076
- syntax: "*";
1077
- inherits: false;
1078
- }
1079
- @property --tw-inset-ring-shadow {
1080
- syntax: "*";
1081
- inherits: false;
1082
- initial-value: 0 0 #0000;
1083
- }
1084
- @property --tw-ring-inset {
1085
- syntax: "*";
1086
- inherits: false;
1087
- }
1088
- @property --tw-ring-offset-width {
1089
- syntax: "<length>";
1090
- inherits: false;
1091
- initial-value: 0px;
1092
- }
1093
- @property --tw-ring-offset-color {
1094
- syntax: "*";
1095
- inherits: false;
1096
- initial-value: #fff;
1097
- }
1098
- @property --tw-ring-offset-shadow {
1099
- syntax: "*";
1100
- inherits: false;
1101
- initial-value: 0 0 #0000;
1102
- }
1103
- @property --tw-outline-style {
1104
- syntax: "*";
1105
- inherits: false;
1106
- initial-value: solid;
1107
- }
1108
- @property --tw-blur {
1109
- syntax: "*";
1110
- inherits: false;
1111
- }
1112
- @property --tw-brightness {
1113
- syntax: "*";
1114
- inherits: false;
1115
- }
1116
- @property --tw-contrast {
1117
- syntax: "*";
1118
- inherits: false;
1119
- }
1120
- @property --tw-grayscale {
1121
- syntax: "*";
1122
- inherits: false;
1123
- }
1124
- @property --tw-hue-rotate {
1125
- syntax: "*";
1126
- inherits: false;
1127
- }
1128
- @property --tw-invert {
1129
- syntax: "*";
1130
- inherits: false;
1131
- }
1132
- @property --tw-opacity {
1133
- syntax: "*";
1134
- inherits: false;
1135
- }
1136
- @property --tw-saturate {
1137
- syntax: "*";
1138
- inherits: false;
1139
- }
1140
- @property --tw-sepia {
1141
- syntax: "*";
1142
- inherits: false;
1143
- }
1144
- @property --tw-drop-shadow {
1145
- syntax: "*";
1146
- inherits: false;
1147
- }
1148
- @property --tw-drop-shadow-color {
1149
- syntax: "*";
1150
- inherits: false;
1151
- }
1152
- @property --tw-drop-shadow-alpha {
1153
- syntax: "<percentage>";
1154
- inherits: false;
1155
- initial-value: 100%;
1156
- }
1157
- @property --tw-drop-shadow-size {
1158
- syntax: "*";
1159
- inherits: false;
1160
- }
1161
- @layer properties {
1162
- @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
1163
- *, ::before, ::after, ::backdrop {
1164
- --tw-scale-x: 1;
1165
- --tw-scale-y: 1;
1166
- --tw-scale-z: 1;
1167
- --tw-rotate-x: initial;
1168
- --tw-rotate-y: initial;
1169
- --tw-rotate-z: initial;
1170
- --tw-skew-x: initial;
1171
- --tw-skew-y: initial;
1172
- --tw-space-y-reverse: 0;
1173
- --tw-border-style: solid;
1174
- --tw-gradient-position: initial;
1175
- --tw-gradient-from: #0000;
1176
- --tw-gradient-via: #0000;
1177
- --tw-gradient-to: #0000;
1178
- --tw-gradient-stops: initial;
1179
- --tw-gradient-via-stops: initial;
1180
- --tw-gradient-from-position: 0%;
1181
- --tw-gradient-via-position: 50%;
1182
- --tw-gradient-to-position: 100%;
1183
- --tw-leading: initial;
1184
- --tw-font-weight: initial;
1185
- --tw-ordinal: initial;
1186
- --tw-slashed-zero: initial;
1187
- --tw-numeric-figure: initial;
1188
- --tw-numeric-spacing: initial;
1189
- --tw-numeric-fraction: initial;
1190
- --tw-shadow: 0 0 #0000;
1191
- --tw-shadow-color: initial;
1192
- --tw-shadow-alpha: 100%;
1193
- --tw-inset-shadow: 0 0 #0000;
1194
- --tw-inset-shadow-color: initial;
1195
- --tw-inset-shadow-alpha: 100%;
1196
- --tw-ring-color: initial;
1197
- --tw-ring-shadow: 0 0 #0000;
1198
- --tw-inset-ring-color: initial;
1199
- --tw-inset-ring-shadow: 0 0 #0000;
1200
- --tw-ring-inset: initial;
1201
- --tw-ring-offset-width: 0px;
1202
- --tw-ring-offset-color: #fff;
1203
- --tw-ring-offset-shadow: 0 0 #0000;
1204
- --tw-outline-style: solid;
1205
- --tw-blur: initial;
1206
- --tw-brightness: initial;
1207
- --tw-contrast: initial;
1208
- --tw-grayscale: initial;
1209
- --tw-hue-rotate: initial;
1210
- --tw-invert: initial;
1211
- --tw-opacity: initial;
1212
- --tw-saturate: initial;
1213
- --tw-sepia: initial;
1214
- --tw-drop-shadow: initial;
1215
- --tw-drop-shadow-color: initial;
1216
- --tw-drop-shadow-alpha: 100%;
1217
- --tw-drop-shadow-size: initial;
1218
- }
1219
- }
1220
- }