@ohhwells/bridge 0.1.1 → 0.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.
package/dist/styles.css CHANGED
@@ -1,111 +1,421 @@
1
- *, ::before, ::after {
2
- --tw-border-spacing-x: 0;
3
- --tw-border-spacing-y: 0;
4
- --tw-translate-x: 0;
5
- --tw-translate-y: 0;
6
- --tw-rotate: 0;
7
- --tw-skew-x: 0;
8
- --tw-skew-y: 0;
9
- --tw-scale-x: 1;
10
- --tw-scale-y: 1;
11
- --tw-pan-x: ;
12
- --tw-pan-y: ;
13
- --tw-pinch-zoom: ;
14
- --tw-scroll-snap-strictness: proximity;
15
- --tw-gradient-from-position: ;
16
- --tw-gradient-via-position: ;
17
- --tw-gradient-to-position: ;
18
- --tw-ordinal: ;
19
- --tw-slashed-zero: ;
20
- --tw-numeric-figure: ;
21
- --tw-numeric-spacing: ;
22
- --tw-numeric-fraction: ;
23
- --tw-ring-inset: ;
24
- --tw-ring-offset-width: 0px;
25
- --tw-ring-offset-color: #fff;
26
- --tw-ring-color: rgb(59 130 246 / 0.5);
27
- --tw-ring-offset-shadow: 0 0 #0000;
28
- --tw-ring-shadow: 0 0 #0000;
29
- --tw-shadow: 0 0 #0000;
30
- --tw-shadow-colored: 0 0 #0000;
31
- --tw-blur: ;
32
- --tw-brightness: ;
33
- --tw-contrast: ;
34
- --tw-grayscale: ;
35
- --tw-hue-rotate: ;
36
- --tw-invert: ;
37
- --tw-saturate: ;
38
- --tw-sepia: ;
39
- --tw-drop-shadow: ;
40
- --tw-backdrop-blur: ;
41
- --tw-backdrop-brightness: ;
42
- --tw-backdrop-contrast: ;
43
- --tw-backdrop-grayscale: ;
44
- --tw-backdrop-hue-rotate: ;
45
- --tw-backdrop-invert: ;
46
- --tw-backdrop-opacity: ;
47
- --tw-backdrop-saturate: ;
48
- --tw-backdrop-sepia: ;
49
- --tw-contain-size: ;
50
- --tw-contain-layout: ;
51
- --tw-contain-paint: ;
52
- --tw-contain-style: ;
53
- }
54
- ::backdrop {
55
- --tw-border-spacing-x: 0;
56
- --tw-border-spacing-y: 0;
57
- --tw-translate-x: 0;
58
- --tw-translate-y: 0;
59
- --tw-rotate: 0;
60
- --tw-skew-x: 0;
61
- --tw-skew-y: 0;
62
- --tw-scale-x: 1;
63
- --tw-scale-y: 1;
64
- --tw-pan-x: ;
65
- --tw-pan-y: ;
66
- --tw-pinch-zoom: ;
67
- --tw-scroll-snap-strictness: proximity;
68
- --tw-gradient-from-position: ;
69
- --tw-gradient-via-position: ;
70
- --tw-gradient-to-position: ;
71
- --tw-ordinal: ;
72
- --tw-slashed-zero: ;
73
- --tw-numeric-figure: ;
74
- --tw-numeric-spacing: ;
75
- --tw-numeric-fraction: ;
76
- --tw-ring-inset: ;
77
- --tw-ring-offset-width: 0px;
78
- --tw-ring-offset-color: #fff;
79
- --tw-ring-color: rgb(59 130 246 / 0.5);
80
- --tw-ring-offset-shadow: 0 0 #0000;
81
- --tw-ring-shadow: 0 0 #0000;
82
- --tw-shadow: 0 0 #0000;
83
- --tw-shadow-colored: 0 0 #0000;
84
- --tw-blur: ;
85
- --tw-brightness: ;
86
- --tw-contrast: ;
87
- --tw-grayscale: ;
88
- --tw-hue-rotate: ;
89
- --tw-invert: ;
90
- --tw-saturate: ;
91
- --tw-sepia: ;
92
- --tw-drop-shadow: ;
93
- --tw-backdrop-blur: ;
94
- --tw-backdrop-brightness: ;
95
- --tw-backdrop-contrast: ;
96
- --tw-backdrop-grayscale: ;
97
- --tw-backdrop-hue-rotate: ;
98
- --tw-backdrop-invert: ;
99
- --tw-backdrop-opacity: ;
100
- --tw-backdrop-saturate: ;
101
- --tw-backdrop-sepia: ;
102
- --tw-contain-size: ;
103
- --tw-contain-layout: ;
104
- --tw-contain-paint: ;
105
- --tw-contain-style: ;
106
- }
107
-
108
- /* ── Light mode token defaults (Figma: OHHWELLS x shadcn/ui kit, node 2813-9906) ── */
1
+ /*! tailwindcss v4.3.0 | MIT License | https://tailwindcss.com */
2
+ @layer properties;
3
+ @layer ohw-theme {
4
+ :root, :host {
5
+ --font-sans: ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol',
6
+ 'Noto Color Emoji';
7
+ --spacing: 0.25rem;
8
+ --text-xs: 0.75rem;
9
+ --text-xs--line-height: calc(1 / 0.75);
10
+ --text-sm: 0.875rem;
11
+ --text-sm--line-height: calc(1.25 / 0.875);
12
+ --text-base: 1rem;
13
+ --text-base--line-height: calc(1.5 / 1);
14
+ --text-lg: 1.125rem;
15
+ --text-lg--line-height: calc(1.75 / 1.125);
16
+ --text-xl: 1.25rem;
17
+ --text-xl--line-height: calc(1.75 / 1.25);
18
+ --text-2xl: 1.5rem;
19
+ --text-2xl--line-height: calc(2 / 1.5);
20
+ --text-3xl: 1.875rem;
21
+ --text-3xl--line-height: calc(2.25 / 1.875);
22
+ --text-4xl: 2.25rem;
23
+ --text-4xl--line-height: calc(2.5 / 2.25);
24
+ --text-5xl: 3rem;
25
+ --text-5xl--line-height: 1;
26
+ --text-6xl: 3.75rem;
27
+ --text-6xl--line-height: 1;
28
+ --text-7xl: 4.5rem;
29
+ --text-7xl--line-height: 1;
30
+ --text-8xl: 6rem;
31
+ --text-8xl--line-height: 1;
32
+ --text-9xl: 8rem;
33
+ --text-9xl--line-height: 1;
34
+ --font-weight-medium: 500;
35
+ --radius-md: 6px;
36
+ --default-transition-duration: 150ms;
37
+ --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
38
+ --color-background: var(--ohw-background, #ffffff);
39
+ --color-foreground: var(--ohw-foreground, #020617);
40
+ --color-muted: var(--ohw-muted, #f1f5f9);
41
+ --color-muted-foreground: var(--ohw-muted-foreground, #64748b);
42
+ --color-accent: var(--ohw-accent, #f1f5f9);
43
+ --color-accent-foreground: var(--ohw-accent-foreground, #0f172a);
44
+ --color-destructive: var(--ohw-destructive, #dc2626);
45
+ --color-input: var(--ohw-input, #e2e8f0);
46
+ --color-ring: var(--ohw-ring, #64748b);
47
+ }
48
+ }
49
+ .pointer-events-auto {
50
+ pointer-events: auto;
51
+ }
52
+ .visible {
53
+ visibility: visible;
54
+ }
55
+ .absolute {
56
+ position: absolute;
57
+ }
58
+ .fixed {
59
+ position: fixed;
60
+ }
61
+ .relative {
62
+ position: relative;
63
+ }
64
+ .static {
65
+ position: static;
66
+ }
67
+ .sticky {
68
+ position: sticky;
69
+ }
70
+ .z-2147483647 {
71
+ z-index: 2147483647;
72
+ }
73
+ .container {
74
+ width: 100%;
75
+ @media (width >= 40rem) {
76
+ max-width: 40rem;
77
+ }
78
+ @media (width >= 48rem) {
79
+ max-width: 48rem;
80
+ }
81
+ @media (width >= 64rem) {
82
+ max-width: 64rem;
83
+ }
84
+ @media (width >= 80rem) {
85
+ max-width: 80rem;
86
+ }
87
+ @media (width >= 96rem) {
88
+ max-width: 96rem;
89
+ }
90
+ }
91
+ .block {
92
+ display: block;
93
+ }
94
+ .flex {
95
+ display: flex;
96
+ }
97
+ .hidden {
98
+ display: none;
99
+ }
100
+ .inline {
101
+ display: inline;
102
+ }
103
+ .inline-flex {
104
+ display: inline-flex;
105
+ }
106
+ .h-8 {
107
+ height: calc(var(--spacing) * 8);
108
+ }
109
+ .h-10 {
110
+ height: calc(var(--spacing) * 10);
111
+ }
112
+ .h-dvh {
113
+ height: 100dvh;
114
+ }
115
+ .h-screen {
116
+ height: 100vh;
117
+ }
118
+ .min-h-dvh {
119
+ min-height: 100dvh;
120
+ }
121
+ .min-h-screen {
122
+ min-height: 100vh;
123
+ }
124
+ .min-w-8 {
125
+ min-width: calc(var(--spacing) * 8);
126
+ }
127
+ .min-w-10 {
128
+ min-width: calc(var(--spacing) * 10);
129
+ }
130
+ .grow {
131
+ flex-grow: 1;
132
+ }
133
+ .transform {
134
+ transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
135
+ }
136
+ .cursor-pointer {
137
+ cursor: pointer;
138
+ }
139
+ .resize {
140
+ resize: both;
141
+ }
142
+ .items-center {
143
+ align-items: center;
144
+ }
145
+ .justify-center {
146
+ justify-content: center;
147
+ }
148
+ .gap-1 {
149
+ gap: calc(var(--spacing) * 1);
150
+ }
151
+ .gap-2 {
152
+ gap: calc(var(--spacing) * 2);
153
+ }
154
+ .rounded-md {
155
+ border-radius: var(--radius-md);
156
+ }
157
+ .border {
158
+ border-style: var(--tw-border-style);
159
+ border-width: 1px;
160
+ }
161
+ .border-0 {
162
+ border-style: var(--tw-border-style);
163
+ border-width: 0px;
164
+ }
165
+ .border-input {
166
+ border-color: var(--color-input);
167
+ }
168
+ .bg-muted {
169
+ background-color: var(--color-muted);
170
+ }
171
+ .bg-transparent {
172
+ background-color: transparent;
173
+ }
174
+ .p-1 {
175
+ padding: calc(var(--spacing) * 1);
176
+ }
177
+ .px-1\.5 {
178
+ padding-inline: calc(var(--spacing) * 1.5);
179
+ }
180
+ .px-2 {
181
+ padding-inline: calc(var(--spacing) * 2);
182
+ }
183
+ .px-2\.5 {
184
+ padding-inline: calc(var(--spacing) * 2.5);
185
+ }
186
+ .py-1 {
187
+ padding-block: calc(var(--spacing) * 1);
188
+ }
189
+ .font-sans {
190
+ font-family: var(--font-sans);
191
+ }
192
+ .text-2xl {
193
+ font-size: var(--text-2xl);
194
+ line-height: var(--tw-leading, var(--text-2xl--line-height));
195
+ }
196
+ .text-3xl {
197
+ font-size: var(--text-3xl);
198
+ line-height: var(--tw-leading, var(--text-3xl--line-height));
199
+ }
200
+ .text-4xl {
201
+ font-size: var(--text-4xl);
202
+ line-height: var(--tw-leading, var(--text-4xl--line-height));
203
+ }
204
+ .text-5xl {
205
+ font-size: var(--text-5xl);
206
+ line-height: var(--tw-leading, var(--text-5xl--line-height));
207
+ }
208
+ .text-6xl {
209
+ font-size: var(--text-6xl);
210
+ line-height: var(--tw-leading, var(--text-6xl--line-height));
211
+ }
212
+ .text-7xl {
213
+ font-size: var(--text-7xl);
214
+ line-height: var(--tw-leading, var(--text-7xl--line-height));
215
+ }
216
+ .text-8xl {
217
+ font-size: var(--text-8xl);
218
+ line-height: var(--tw-leading, var(--text-8xl--line-height));
219
+ }
220
+ .text-9xl {
221
+ font-size: var(--text-9xl);
222
+ line-height: var(--tw-leading, var(--text-9xl--line-height));
223
+ }
224
+ .text-base {
225
+ font-size: var(--text-base);
226
+ line-height: var(--tw-leading, var(--text-base--line-height));
227
+ }
228
+ .text-lg {
229
+ font-size: var(--text-lg);
230
+ line-height: var(--tw-leading, var(--text-lg--line-height));
231
+ }
232
+ .text-sm {
233
+ font-size: var(--text-sm);
234
+ line-height: var(--tw-leading, var(--text-sm--line-height));
235
+ }
236
+ .text-xl {
237
+ font-size: var(--text-xl);
238
+ line-height: var(--tw-leading, var(--text-xl--line-height));
239
+ }
240
+ .text-xs {
241
+ font-size: var(--text-xs);
242
+ line-height: var(--tw-leading, var(--text-xs--line-height));
243
+ }
244
+ .font-medium {
245
+ --tw-font-weight: var(--font-weight-medium);
246
+ font-weight: var(--font-weight-medium);
247
+ }
248
+ .whitespace-nowrap {
249
+ white-space: nowrap;
250
+ }
251
+ .text-foreground {
252
+ color: var(--color-foreground);
253
+ }
254
+ .italic {
255
+ font-style: italic;
256
+ }
257
+ .underline {
258
+ text-decoration-line: underline;
259
+ }
260
+ .shadow-popover {
261
+ --tw-shadow: 0px 1px 3px var(--tw-shadow-color, rgba(0, 0, 0, 0.1)), 0px 1px 2px var(--tw-shadow-color, rgba(0, 0, 0, 0.06));
262
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
263
+ }
264
+ .shadow-xs {
265
+ --tw-shadow: 0 1px 2px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.05));
266
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
267
+ }
268
+ .outline {
269
+ outline-style: var(--tw-outline-style);
270
+ outline-width: 1px;
271
+ }
272
+ .filter {
273
+ 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,);
274
+ }
275
+ .transition-\[color\,box-shadow\] {
276
+ transition-property: color,box-shadow;
277
+ transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
278
+ transition-duration: var(--tw-duration, var(--default-transition-duration));
279
+ }
280
+ .outline-none {
281
+ --tw-outline-style: none;
282
+ outline-style: none;
283
+ }
284
+ .hover\:bg-accent {
285
+ &:hover {
286
+ @media (hover: hover) {
287
+ background-color: var(--color-accent);
288
+ }
289
+ }
290
+ }
291
+ .hover\:bg-muted {
292
+ &:hover {
293
+ @media (hover: hover) {
294
+ background-color: var(--color-muted);
295
+ }
296
+ }
297
+ }
298
+ .hover\:bg-transparent {
299
+ &:hover {
300
+ @media (hover: hover) {
301
+ background-color: transparent;
302
+ }
303
+ }
304
+ }
305
+ .hover\:text-accent-foreground {
306
+ &:hover {
307
+ @media (hover: hover) {
308
+ color: var(--color-accent-foreground);
309
+ }
310
+ }
311
+ }
312
+ .hover\:text-foreground {
313
+ &:hover {
314
+ @media (hover: hover) {
315
+ color: var(--color-foreground);
316
+ }
317
+ }
318
+ }
319
+ .hover\:text-muted-foreground {
320
+ &:hover {
321
+ @media (hover: hover) {
322
+ color: var(--color-muted-foreground);
323
+ }
324
+ }
325
+ }
326
+ .focus-visible\:border-ring {
327
+ &:focus-visible {
328
+ border-color: var(--color-ring);
329
+ }
330
+ }
331
+ .focus-visible\:ring-\[3px\] {
332
+ &:focus-visible {
333
+ --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
334
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
335
+ }
336
+ }
337
+ .focus-visible\:ring-ring\/50 {
338
+ &:focus-visible {
339
+ --tw-ring-color: var(--color-ring);
340
+ @supports (color: color-mix(in lab, red, red)) {
341
+ --tw-ring-color: color-mix(in oklab, var(--color-ring) 50%, transparent);
342
+ }
343
+ }
344
+ }
345
+ .disabled\:pointer-events-none {
346
+ &:disabled {
347
+ pointer-events: none;
348
+ }
349
+ }
350
+ .disabled\:opacity-50 {
351
+ &:disabled {
352
+ opacity: 50%;
353
+ }
354
+ }
355
+ .aria-invalid\:border-destructive {
356
+ &[aria-invalid="true"] {
357
+ border-color: var(--color-destructive);
358
+ }
359
+ }
360
+ .aria-invalid\:ring-destructive\/20 {
361
+ &[aria-invalid="true"] {
362
+ --tw-ring-color: var(--color-destructive);
363
+ @supports (color: color-mix(in lab, red, red)) {
364
+ --tw-ring-color: color-mix(in oklab, var(--color-destructive) 20%, transparent);
365
+ }
366
+ }
367
+ }
368
+ .data-\[state\=off\]\:opacity-50 {
369
+ &[data-state="off"] {
370
+ opacity: 50%;
371
+ }
372
+ }
373
+ .data-\[state\=off\]\:hover\:opacity-75 {
374
+ &[data-state="off"] {
375
+ &:hover {
376
+ @media (hover: hover) {
377
+ opacity: 75%;
378
+ }
379
+ }
380
+ }
381
+ }
382
+ .data-\[state\=on\]\:bg-accent {
383
+ &[data-state="on"] {
384
+ background-color: var(--color-accent);
385
+ }
386
+ }
387
+ .data-\[state\=on\]\:bg-background {
388
+ &[data-state="on"] {
389
+ background-color: var(--color-background);
390
+ }
391
+ }
392
+ .data-\[state\=on\]\:text-accent-foreground {
393
+ &[data-state="on"] {
394
+ color: var(--color-accent-foreground);
395
+ }
396
+ }
397
+ .data-\[state\=on\]\:shadow-sm {
398
+ &[data-state="on"] {
399
+ --tw-shadow: 0px 1px 2px 0px var(--tw-shadow-color, rgba(0, 0, 0, 0.05));
400
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
401
+ }
402
+ }
403
+ .\[\&_svg\]\:pointer-events-none {
404
+ & svg {
405
+ pointer-events: none;
406
+ }
407
+ }
408
+ .\[\&_svg\]\:shrink-0 {
409
+ & svg {
410
+ flex-shrink: 0;
411
+ }
412
+ }
413
+ .\[\&_svg\:not\(\[class\*\=\'size-\'\]\)\]\:size-4 {
414
+ & svg:not([class*='size-']) {
415
+ width: calc(var(--spacing) * 4);
416
+ height: calc(var(--spacing) * 4);
417
+ }
418
+ }
109
419
  [data-ohw-bridge-root] {
110
420
  --ohw-background: #ffffff;
111
421
  --ohw-foreground: #020617;
@@ -139,8 +449,6 @@
139
449
  --ohw-success: #16a34a;
140
450
  --ohw-hover-success: #15803d;
141
451
  }
142
-
143
- /* ── Dark mode overrides ── */
144
452
  [data-ohw-bridge-root].dark {
145
453
  --ohw-background: #020617;
146
454
  --ohw-foreground: #f8fafc;
@@ -174,15 +482,209 @@
174
482
  --ohw-success: #22c55e;
175
483
  --ohw-hover-success: #16a34a;
176
484
  }
177
-
178
- [data-ohw-bridge-root] button {
179
- border: none;
180
- background: none;
181
- padding: 0;
182
- margin: 0;
183
- font: inherit;
184
- cursor: pointer;
185
- -webkit-appearance: none;
186
- -moz-appearance: none;
187
- appearance: none;
485
+ @layer base {
486
+ [data-ohw-bridge-root] button {
487
+ border: none;
488
+ background: none;
489
+ padding: 0;
490
+ margin: 0;
491
+ font: inherit;
492
+ cursor: pointer;
493
+ -webkit-appearance: none;
494
+ -moz-appearance: none;
495
+ appearance: none;
496
+ }
497
+ }
498
+ @property --tw-rotate-x {
499
+ syntax: "*";
500
+ inherits: false;
501
+ }
502
+ @property --tw-rotate-y {
503
+ syntax: "*";
504
+ inherits: false;
505
+ }
506
+ @property --tw-rotate-z {
507
+ syntax: "*";
508
+ inherits: false;
509
+ }
510
+ @property --tw-skew-x {
511
+ syntax: "*";
512
+ inherits: false;
513
+ }
514
+ @property --tw-skew-y {
515
+ syntax: "*";
516
+ inherits: false;
517
+ }
518
+ @property --tw-border-style {
519
+ syntax: "*";
520
+ inherits: false;
521
+ initial-value: solid;
522
+ }
523
+ @property --tw-font-weight {
524
+ syntax: "*";
525
+ inherits: false;
526
+ }
527
+ @property --tw-shadow {
528
+ syntax: "*";
529
+ inherits: false;
530
+ initial-value: 0 0 #0000;
531
+ }
532
+ @property --tw-shadow-color {
533
+ syntax: "*";
534
+ inherits: false;
535
+ }
536
+ @property --tw-shadow-alpha {
537
+ syntax: "<percentage>";
538
+ inherits: false;
539
+ initial-value: 100%;
540
+ }
541
+ @property --tw-inset-shadow {
542
+ syntax: "*";
543
+ inherits: false;
544
+ initial-value: 0 0 #0000;
545
+ }
546
+ @property --tw-inset-shadow-color {
547
+ syntax: "*";
548
+ inherits: false;
549
+ }
550
+ @property --tw-inset-shadow-alpha {
551
+ syntax: "<percentage>";
552
+ inherits: false;
553
+ initial-value: 100%;
554
+ }
555
+ @property --tw-ring-color {
556
+ syntax: "*";
557
+ inherits: false;
558
+ }
559
+ @property --tw-ring-shadow {
560
+ syntax: "*";
561
+ inherits: false;
562
+ initial-value: 0 0 #0000;
563
+ }
564
+ @property --tw-inset-ring-color {
565
+ syntax: "*";
566
+ inherits: false;
567
+ }
568
+ @property --tw-inset-ring-shadow {
569
+ syntax: "*";
570
+ inherits: false;
571
+ initial-value: 0 0 #0000;
572
+ }
573
+ @property --tw-ring-inset {
574
+ syntax: "*";
575
+ inherits: false;
576
+ }
577
+ @property --tw-ring-offset-width {
578
+ syntax: "<length>";
579
+ inherits: false;
580
+ initial-value: 0px;
581
+ }
582
+ @property --tw-ring-offset-color {
583
+ syntax: "*";
584
+ inherits: false;
585
+ initial-value: #fff;
586
+ }
587
+ @property --tw-ring-offset-shadow {
588
+ syntax: "*";
589
+ inherits: false;
590
+ initial-value: 0 0 #0000;
591
+ }
592
+ @property --tw-outline-style {
593
+ syntax: "*";
594
+ inherits: false;
595
+ initial-value: solid;
596
+ }
597
+ @property --tw-blur {
598
+ syntax: "*";
599
+ inherits: false;
600
+ }
601
+ @property --tw-brightness {
602
+ syntax: "*";
603
+ inherits: false;
604
+ }
605
+ @property --tw-contrast {
606
+ syntax: "*";
607
+ inherits: false;
608
+ }
609
+ @property --tw-grayscale {
610
+ syntax: "*";
611
+ inherits: false;
612
+ }
613
+ @property --tw-hue-rotate {
614
+ syntax: "*";
615
+ inherits: false;
616
+ }
617
+ @property --tw-invert {
618
+ syntax: "*";
619
+ inherits: false;
620
+ }
621
+ @property --tw-opacity {
622
+ syntax: "*";
623
+ inherits: false;
624
+ }
625
+ @property --tw-saturate {
626
+ syntax: "*";
627
+ inherits: false;
628
+ }
629
+ @property --tw-sepia {
630
+ syntax: "*";
631
+ inherits: false;
632
+ }
633
+ @property --tw-drop-shadow {
634
+ syntax: "*";
635
+ inherits: false;
636
+ }
637
+ @property --tw-drop-shadow-color {
638
+ syntax: "*";
639
+ inherits: false;
640
+ }
641
+ @property --tw-drop-shadow-alpha {
642
+ syntax: "<percentage>";
643
+ inherits: false;
644
+ initial-value: 100%;
645
+ }
646
+ @property --tw-drop-shadow-size {
647
+ syntax: "*";
648
+ inherits: false;
649
+ }
650
+ @layer properties {
651
+ @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
652
+ *, ::before, ::after, ::backdrop {
653
+ --tw-rotate-x: initial;
654
+ --tw-rotate-y: initial;
655
+ --tw-rotate-z: initial;
656
+ --tw-skew-x: initial;
657
+ --tw-skew-y: initial;
658
+ --tw-border-style: solid;
659
+ --tw-font-weight: initial;
660
+ --tw-shadow: 0 0 #0000;
661
+ --tw-shadow-color: initial;
662
+ --tw-shadow-alpha: 100%;
663
+ --tw-inset-shadow: 0 0 #0000;
664
+ --tw-inset-shadow-color: initial;
665
+ --tw-inset-shadow-alpha: 100%;
666
+ --tw-ring-color: initial;
667
+ --tw-ring-shadow: 0 0 #0000;
668
+ --tw-inset-ring-color: initial;
669
+ --tw-inset-ring-shadow: 0 0 #0000;
670
+ --tw-ring-inset: initial;
671
+ --tw-ring-offset-width: 0px;
672
+ --tw-ring-offset-color: #fff;
673
+ --tw-ring-offset-shadow: 0 0 #0000;
674
+ --tw-outline-style: solid;
675
+ --tw-blur: initial;
676
+ --tw-brightness: initial;
677
+ --tw-contrast: initial;
678
+ --tw-grayscale: initial;
679
+ --tw-hue-rotate: initial;
680
+ --tw-invert: initial;
681
+ --tw-opacity: initial;
682
+ --tw-saturate: initial;
683
+ --tw-sepia: initial;
684
+ --tw-drop-shadow: initial;
685
+ --tw-drop-shadow-color: initial;
686
+ --tw-drop-shadow-alpha: 100%;
687
+ --tw-drop-shadow-size: initial;
688
+ }
689
+ }
188
690
  }