proto-sudoku-wc 0.0.921 → 0.0.923

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,418 +1,384 @@
1
- *,
2
- ::before,
3
- ::after {
4
- --tw-border-spacing-x: 0;
5
- --tw-border-spacing-y: 0;
6
- --tw-translate-x: 0;
7
- --tw-translate-y: 0;
8
- --tw-rotate: 0;
9
- --tw-skew-x: 0;
10
- --tw-skew-y: 0;
11
- --tw-scale-x: 1;
12
- --tw-scale-y: 1;
13
- --tw-pan-x: ;
14
- --tw-pan-y: ;
15
- --tw-pinch-zoom: ;
16
- --tw-scroll-snap-strictness: proximity;
17
- --tw-gradient-from-position: ;
18
- --tw-gradient-via-position: ;
19
- --tw-gradient-to-position: ;
20
- --tw-ordinal: ;
21
- --tw-slashed-zero: ;
22
- --tw-numeric-figure: ;
23
- --tw-numeric-spacing: ;
24
- --tw-numeric-fraction: ;
25
- --tw-ring-inset: ;
26
- --tw-ring-offset-width: 0px;
27
- --tw-ring-offset-color: #fff;
28
- --tw-ring-color: rgb(59 130 246 / 0.5);
29
- --tw-ring-offset-shadow: 0 0 #0000;
30
- --tw-ring-shadow: 0 0 #0000;
31
- --tw-shadow: 0 0 #0000;
32
- --tw-shadow-colored: 0 0 #0000;
33
- --tw-blur: ;
34
- --tw-brightness: ;
35
- --tw-contrast: ;
36
- --tw-grayscale: ;
37
- --tw-hue-rotate: ;
38
- --tw-invert: ;
39
- --tw-saturate: ;
40
- --tw-sepia: ;
41
- --tw-drop-shadow: ;
42
- --tw-backdrop-blur: ;
43
- --tw-backdrop-brightness: ;
44
- --tw-backdrop-contrast: ;
45
- --tw-backdrop-grayscale: ;
46
- --tw-backdrop-hue-rotate: ;
47
- --tw-backdrop-invert: ;
48
- --tw-backdrop-opacity: ;
49
- --tw-backdrop-saturate: ;
50
- --tw-backdrop-sepia: ;
51
- --tw-contain-size: ;
52
- --tw-contain-layout: ;
53
- --tw-contain-paint: ;
54
- --tw-contain-style:
55
- ;
56
- }
57
-
58
- ::backdrop {
59
- --tw-border-spacing-x: 0;
60
- --tw-border-spacing-y: 0;
61
- --tw-translate-x: 0;
62
- --tw-translate-y: 0;
63
- --tw-rotate: 0;
64
- --tw-skew-x: 0;
65
- --tw-skew-y: 0;
66
- --tw-scale-x: 1;
67
- --tw-scale-y: 1;
68
- --tw-pan-x: ;
69
- --tw-pan-y: ;
70
- --tw-pinch-zoom: ;
71
- --tw-scroll-snap-strictness: proximity;
72
- --tw-gradient-from-position: ;
73
- --tw-gradient-via-position: ;
74
- --tw-gradient-to-position: ;
75
- --tw-ordinal: ;
76
- --tw-slashed-zero: ;
77
- --tw-numeric-figure: ;
78
- --tw-numeric-spacing: ;
79
- --tw-numeric-fraction: ;
80
- --tw-ring-inset: ;
81
- --tw-ring-offset-width: 0px;
82
- --tw-ring-offset-color: #fff;
83
- --tw-ring-color: rgb(59 130 246 / 0.5);
84
- --tw-ring-offset-shadow: 0 0 #0000;
85
- --tw-ring-shadow: 0 0 #0000;
86
- --tw-shadow: 0 0 #0000;
87
- --tw-shadow-colored: 0 0 #0000;
88
- --tw-blur: ;
89
- --tw-brightness: ;
90
- --tw-contrast: ;
91
- --tw-grayscale: ;
92
- --tw-hue-rotate: ;
93
- --tw-invert: ;
94
- --tw-saturate: ;
95
- --tw-sepia: ;
96
- --tw-drop-shadow: ;
97
- --tw-backdrop-blur: ;
98
- --tw-backdrop-brightness: ;
99
- --tw-backdrop-contrast: ;
100
- --tw-backdrop-grayscale: ;
101
- --tw-backdrop-hue-rotate: ;
102
- --tw-backdrop-invert: ;
103
- --tw-backdrop-opacity: ;
104
- --tw-backdrop-saturate: ;
105
- --tw-backdrop-sepia: ;
106
- --tw-contain-size: ;
107
- --tw-contain-layout: ;
108
- --tw-contain-paint: ;
109
- --tw-contain-style:
110
- ;
111
- }
112
-
113
- .ds1-main {
114
- margin: 1.5rem;
115
- display: flex;
116
- flex-direction: column;
117
- font-family: ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji',
118
- 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
119
- color: var(--clrs-navy, #001f3f);
120
- -webkit-font-smoothing: antialiased;
121
- -moz-osx-font-smoothing: grayscale;
122
- }
123
-
124
- .absolute {
125
- position: absolute;
126
- }
127
-
128
- .relative {
129
- position: relative;
130
- }
131
-
132
- .right-0 {
133
- right: 0px;
134
- }
135
-
136
- .top-0 {
137
- top: 0px;
138
- }
139
-
140
- .mb-11 {
141
- margin-bottom: 2.75rem;
142
- }
143
-
144
- .ml-0 {
145
- margin-left: 0px;
146
- }
147
-
148
- .ml-auto {
149
- margin-left: auto;
150
- }
151
-
152
- .mr-0 {
153
- margin-right: 0px;
154
- }
155
-
156
- .mr-1 {
157
- margin-right: 0.25rem;
158
- }
159
-
160
- .mr-2 {
161
- margin-right: 0.5rem;
162
- }
163
-
164
- .mt-11 {
165
- margin-top: 2.75rem;
166
- }
167
-
168
- .mt-2 {
169
- margin-top: 0.5rem;
170
- }
171
-
172
- .mt-5 {
173
- margin-top: 1.25rem;
174
- }
175
-
176
- .flex {
177
- display: flex;
178
- }
179
-
180
- .h-24px {
181
- height: 24px;
182
- }
183
-
184
- .h-76p5 {
185
- height: 19.125rem;
186
- }
187
-
188
- .h-8 {
189
- height: 2rem;
190
- }
191
-
192
- .w-76p5 {
193
- width: 19.125rem;
194
- }
195
-
196
- .w-8 {
197
- width: 2rem;
1
+ /*! tailwindcss v4.0.0 | MIT License | https://tailwindcss.com */
2
+ @layer theme, base, components, utilities;
3
+ @layer utilities {
4
+ .absolute {
5
+ position: absolute;
6
+ }
7
+ .relative {
8
+ position: relative;
9
+ }
10
+ .top-0 {
11
+ top: calc(var(--spacing) * 0);
12
+ }
13
+ .right-0 {
14
+ right: calc(var(--spacing) * 0);
15
+ }
16
+ .m-6 {
17
+ margin: calc(var(--spacing) * 6);
18
+ }
19
+ .mt-2 {
20
+ margin-top: calc(var(--spacing) * 2);
21
+ }
22
+ .mt-5 {
23
+ margin-top: calc(var(--spacing) * 5);
24
+ }
25
+ .mt-11 {
26
+ margin-top: calc(var(--spacing) * 11);
27
+ }
28
+ .mr-0 {
29
+ margin-right: calc(var(--spacing) * 0);
30
+ }
31
+ .mr-1 {
32
+ margin-right: calc(var(--spacing) * 1);
33
+ }
34
+ .mr-2 {
35
+ margin-right: calc(var(--spacing) * 2);
36
+ }
37
+ .mb-11 {
38
+ margin-bottom: calc(var(--spacing) * 11);
39
+ }
40
+ .ml-0 {
41
+ margin-left: calc(var(--spacing) * 0);
42
+ }
43
+ .ml-auto {
44
+ margin-left: auto;
45
+ }
46
+ .flex {
47
+ display: flex;
48
+ }
49
+ .h-8 {
50
+ height: calc(var(--spacing) * 8);
51
+ }
52
+ .h-24px {
53
+ height: 24px;
54
+ }
55
+ .h-76p5 {
56
+ height: 19.125rem;
57
+ }
58
+ .w-8 {
59
+ width: calc(var(--spacing) * 8);
60
+ }
61
+ .w-76p5 {
62
+ width: 19.125rem;
63
+ }
64
+ .max-w-min {
65
+ max-width: min-content;
66
+ }
67
+ .animate-spin {
68
+ animation: var(--animate-spin);
69
+ }
70
+ .flex-col {
71
+ flex-direction: column;
72
+ }
73
+ .flex-row {
74
+ flex-direction: row;
75
+ }
76
+ .flex-wrap {
77
+ flex-wrap: wrap;
78
+ }
79
+ .items-center {
80
+ align-items: center;
81
+ }
82
+ .justify-end {
83
+ justify-content: flex-end;
84
+ }
85
+ .rounded-md {
86
+ border-radius: var(--radius-md);
87
+ }
88
+ .border {
89
+ border-style: var(--tw-border-style);
90
+ border-width: 1px;
91
+ }
92
+ .border-solid {
93
+ --tw-border-style: solid;
94
+ border-style: solid;
95
+ }
96
+ .border-clrs-gray {
97
+ border-color: var(--clrs-gray, #aaaaaa);
98
+ }
99
+ .border-clrs-navy {
100
+ border-color: var(--clrs-navy, #001f3f);
101
+ }
102
+ .border-clrs-red {
103
+ border-color: var(--clrs-red, #ff4136);
104
+ }
105
+ .border-clrs-slate4 {
106
+ border-color: var(--clrs-slate4, #4e5964);
107
+ }
108
+ .bg-clrs-green-a50 {
109
+ background-color: var(--clrs-green-a50, #2ecc4050);
110
+ }
111
+ .bg-clrs-navy {
112
+ background-color: var(--clrs-navy, #001f3f);
113
+ }
114
+ .bg-clrs-red {
115
+ background-color: var(--clrs-red, #ff4136);
116
+ }
117
+ .bg-clrs-red-a50 {
118
+ background-color: var(--clrs-red-a50, #ff413650);
119
+ }
120
+ .bg-clrs-silver {
121
+ background-color: var(--clrs-silver, #dddddd);
122
+ }
123
+ .bg-clrs-slate4 {
124
+ background-color: var(--clrs-slate4, #4e5964);
125
+ }
126
+ .bg-clrs-yellow {
127
+ background-color: var(--clrs-yellow, #ffdc00);
128
+ }
129
+ .bg-gray-50 {
130
+ background-color: var(--color-gray-50);
131
+ }
132
+ .p-0\.5 {
133
+ padding: calc(var(--spacing) * 0.5);
134
+ }
135
+ .px-2 {
136
+ padding-inline: calc(var(--spacing) * 2);
137
+ }
138
+ .px-3 {
139
+ padding-inline: calc(var(--spacing) * 3);
140
+ }
141
+ .py-1 {
142
+ padding-block: calc(var(--spacing) * 1);
143
+ }
144
+ .py-2 {
145
+ padding-block: calc(var(--spacing) * 2);
146
+ }
147
+ .text-center {
148
+ text-align: center;
149
+ }
150
+ .align-top {
151
+ vertical-align: top;
152
+ }
153
+ .font-sans {
154
+ font-family: var(--font-sans);
155
+ }
156
+ .text-6xl {
157
+ font-size: var(--text-6xl);
158
+ line-height: var(--tw-leading, var(--text-6xl--line-height));
159
+ }
160
+ .text-lg {
161
+ font-size: var(--text-lg);
162
+ line-height: var(--tw-leading, var(--text-lg--line-height));
163
+ }
164
+ .text-xs {
165
+ font-size: var(--text-xs);
166
+ line-height: var(--tw-leading, var(--text-xs--line-height));
167
+ }
168
+ .leading-8 {
169
+ --tw-leading: calc(var(--spacing) * 8);
170
+ line-height: calc(var(--spacing) * 8);
171
+ }
172
+ .font-bold {
173
+ --tw-font-weight: var(--font-weight-bold);
174
+ font-weight: var(--font-weight-bold);
175
+ }
176
+ .font-thin {
177
+ --tw-font-weight: var(--font-weight-thin);
178
+ font-weight: var(--font-weight-thin);
179
+ }
180
+ .text-clrs-gray {
181
+ color: var(--clrs-gray, #aaaaaa);
182
+ }
183
+ .text-clrs-navy {
184
+ color: var(--clrs-navy, #001f3f);
185
+ }
186
+ .text-clrs-red {
187
+ color: var(--clrs-red, #ff4136);
188
+ }
189
+ .text-clrs-slate4 {
190
+ color: var(--clrs-slate4, #4e5964);
191
+ }
192
+ .text-white {
193
+ color: var(--color-white);
194
+ }
195
+ .uppercase {
196
+ text-transform: uppercase;
197
+ }
198
+ .italic {
199
+ font-style: italic;
200
+ }
201
+ .antialiased {
202
+ -webkit-font-smoothing: antialiased;
203
+ -moz-osx-font-smoothing: grayscale;
204
+ }
205
+ .opacity-25 {
206
+ opacity: 25%;
207
+ }
208
+ .opacity-75 {
209
+ opacity: 75%;
210
+ }
211
+ .shadow {
212
+ --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)),
213
+ 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
214
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow),
215
+ var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
216
+ }
217
+ .filter {
218
+ filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,)
219
+ var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,)
220
+ var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
221
+ }
222
+ .border-xbb-clrs-navy {
223
+ border-bottom: 1px solid var(--clrs-navy, #001f3f) !important;
224
+ }
225
+ .border-xbl-clrs-navy {
226
+ border-left: 1px solid var(--clrs-navy, #001f3f) !important;
227
+ }
228
+ .border-xbr-clrs-navy {
229
+ border-right: 1px solid var(--clrs-navy, #001f3f) !important;
230
+ }
231
+ .border-xbt-clrs-navy {
232
+ border-top: 1px solid var(--clrs-navy, #001f3f) !important;
233
+ }
234
+ .hover\:text-clrs-navy {
235
+ &:hover {
236
+ @media (hover: hover) {
237
+ color: var(--clrs-navy, #001f3f);
238
+ }
239
+ }
240
+ }
198
241
  }
199
-
200
- .max-w-min {
201
- max-width: -moz-min-content;
202
- max-width: min-content;
242
+ @layer components {
243
+ .ds1-main {
244
+ margin: calc(var(--spacing) * 6);
245
+ display: flex;
246
+ flex-direction: column;
247
+ font-family: var(--font-sans);
248
+ color: var(--clrs-navy, #001f3f);
249
+ -webkit-font-smoothing: antialiased;
250
+ -moz-osx-font-smoothing: grayscale;
251
+ }
203
252
  }
204
-
205
253
  @keyframes spin {
206
254
  to {
207
255
  transform: rotate(360deg);
208
256
  }
209
257
  }
210
-
211
- .animate-spin {
212
- animation: spin 1s linear infinite;
213
- }
214
-
215
- .flex-row {
216
- flex-direction: row;
217
- }
218
-
219
- .flex-col {
220
- flex-direction: column;
221
- }
222
-
223
- .flex-wrap {
224
- flex-wrap: wrap;
225
- }
226
-
227
- .items-center {
228
- align-items: center;
229
- }
230
-
231
- .justify-end {
232
- justify-content: flex-end;
233
- }
234
-
235
- .rounded-md {
236
- border-radius: 0.375rem;
237
- }
238
-
239
- .border {
240
- border-width: 1px;
241
- }
242
-
243
- .border-solid {
244
- border-style: solid;
245
- }
246
-
247
- .border-clrs-gray {
248
- border-color: var(--clrs-gray, #aaaaaa);
249
- }
250
-
251
- .border-clrs-navy {
252
- border-color: var(--clrs-navy, #001f3f);
253
- }
254
-
255
- .border-clrs-red {
256
- border-color: var(--clrs-red, #ff4136);
257
- }
258
-
259
- .border-clrs-slate4 {
260
- border-color: var(--clrs-slate4, #4e5964);
261
- }
262
-
263
- .bg-clrs-green-a50 {
264
- background-color: var(--clrs-green-a50, #2ecc4050);
265
- }
266
-
267
- .bg-clrs-navy {
268
- background-color: var(--clrs-navy, #001f3f);
269
- }
270
-
271
- .bg-clrs-red {
272
- background-color: var(--clrs-red, #ff4136);
273
- }
274
-
275
- .bg-clrs-red-a50 {
276
- background-color: var(--clrs-red-a50, #ff413650);
277
- }
278
-
279
- .bg-clrs-silver {
280
- background-color: var(--clrs-silver, #dddddd);
281
- }
282
-
283
- .bg-clrs-slate4 {
284
- background-color: var(--clrs-slate4, #4e5964);
285
- }
286
-
287
- .bg-clrs-yellow {
288
- background-color: var(--clrs-yellow, #ffdc00);
289
- }
290
-
291
- .bg-gray-50 {
292
- --tw-bg-opacity: 1;
293
- background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
294
- }
295
-
296
- .p-0\.5 {
297
- padding: 0.125rem;
298
- }
299
-
300
- .px-2 {
301
- padding-left: 0.5rem;
302
- padding-right: 0.5rem;
303
- }
304
-
305
- .px-3 {
306
- padding-left: 0.75rem;
307
- padding-right: 0.75rem;
308
- }
309
-
310
- .py-1 {
311
- padding-top: 0.25rem;
312
- padding-bottom: 0.25rem;
313
- }
314
-
315
- .py-2 {
316
- padding-top: 0.5rem;
317
- padding-bottom: 0.5rem;
318
- }
319
-
320
- .text-center {
321
- text-align: center;
322
- }
323
-
324
- .align-top {
325
- vertical-align: top;
326
- }
327
-
328
- .text-6xl {
329
- font-size: 3.75rem;
330
- line-height: 1;
331
- }
332
-
333
- .text-lg {
334
- font-size: 1.125rem;
335
- line-height: 1.75rem;
336
- }
337
-
338
- .text-xs {
339
- font-size: 0.75rem;
340
- line-height: 1rem;
341
- }
342
-
343
- .font-bold {
344
- font-weight: 700;
345
- }
346
-
347
- .font-thin {
348
- font-weight: 100;
349
- }
350
-
351
- .uppercase {
352
- text-transform: uppercase;
353
- }
354
-
355
- .italic {
356
- font-style: italic;
357
- }
358
-
359
- .leading-8 {
360
- line-height: 2rem;
361
- }
362
-
363
- .text-clrs-gray {
364
- color: var(--clrs-gray, #aaaaaa);
365
- }
366
-
367
- .text-clrs-navy {
368
- color: var(--clrs-navy, #001f3f);
369
- }
370
-
371
- .text-clrs-red {
372
- color: var(--clrs-red, #ff4136);
373
- }
374
-
375
- .text-clrs-slate4 {
376
- color: var(--clrs-slate4, #4e5964);
377
- }
378
-
379
- .text-white {
380
- --tw-text-opacity: 1;
381
- color: rgb(255 255 255 / var(--tw-text-opacity, 1));
382
- }
383
-
384
- .opacity-25 {
385
- opacity: 0.25;
386
- }
387
-
388
- .opacity-75 {
389
- opacity: 0.75;
390
- }
391
-
392
- .shadow {
393
- --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
394
- --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color),
395
- 0 1px 2px -1px var(--tw-shadow-color);
396
- box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
397
- var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
398
- }
399
-
400
- .border-xbb-clrs-navy {
401
- border-bottom: 1px solid var(--clrs-navy, #001f3f) !important;
402
- }
403
-
404
- .border-xbt-clrs-navy {
405
- border-top: 1px solid var(--clrs-navy, #001f3f) !important;
258
+ @keyframes ping {
259
+ 75%,
260
+ 100% {
261
+ transform: scale(2);
262
+ opacity: 0;
263
+ }
406
264
  }
407
-
408
- .border-xbl-clrs-navy {
409
- border-left: 1px solid var(--clrs-navy, #001f3f) !important;
265
+ @keyframes pulse {
266
+ 50% {
267
+ opacity: 0.5;
268
+ }
410
269
  }
411
-
412
- .border-xbr-clrs-navy {
413
- border-right: 1px solid var(--clrs-navy, #001f3f) !important;
270
+ @keyframes bounce {
271
+ 0%,
272
+ 100% {
273
+ transform: translateY(-25%);
274
+ animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
275
+ }
276
+ 50% {
277
+ transform: none;
278
+ animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
279
+ }
414
280
  }
415
-
416
- .hover\:text-clrs-navy:hover {
417
- color: var(--clrs-navy, #001f3f);
281
+ @property --tw-border-style {
282
+ syntax: '*';
283
+ inherits: false;
284
+ initial-value: solid;
285
+ }
286
+ @property --tw-leading {
287
+ syntax: '*';
288
+ inherits: false;
289
+ }
290
+ @property --tw-font-weight {
291
+ syntax: '*';
292
+ inherits: false;
293
+ }
294
+ @property --tw-shadow {
295
+ syntax: '*';
296
+ inherits: false;
297
+ initial-value: 0 0 #0000;
298
+ }
299
+ @property --tw-shadow-color {
300
+ syntax: '*';
301
+ inherits: false;
302
+ }
303
+ @property --tw-inset-shadow {
304
+ syntax: '*';
305
+ inherits: false;
306
+ initial-value: 0 0 #0000;
307
+ }
308
+ @property --tw-inset-shadow-color {
309
+ syntax: '*';
310
+ inherits: false;
311
+ }
312
+ @property --tw-ring-color {
313
+ syntax: '*';
314
+ inherits: false;
315
+ }
316
+ @property --tw-ring-shadow {
317
+ syntax: '*';
318
+ inherits: false;
319
+ initial-value: 0 0 #0000;
320
+ }
321
+ @property --tw-inset-ring-color {
322
+ syntax: '*';
323
+ inherits: false;
324
+ }
325
+ @property --tw-inset-ring-shadow {
326
+ syntax: '*';
327
+ inherits: false;
328
+ initial-value: 0 0 #0000;
329
+ }
330
+ @property --tw-ring-inset {
331
+ syntax: '*';
332
+ inherits: false;
333
+ }
334
+ @property --tw-ring-offset-width {
335
+ syntax: '<length>';
336
+ inherits: false;
337
+ initial-value: 0px;
338
+ }
339
+ @property --tw-ring-offset-color {
340
+ syntax: '*';
341
+ inherits: false;
342
+ initial-value: #fff;
343
+ }
344
+ @property --tw-ring-offset-shadow {
345
+ syntax: '*';
346
+ inherits: false;
347
+ initial-value: 0 0 #0000;
348
+ }
349
+ @property --tw-blur {
350
+ syntax: '*';
351
+ inherits: false;
352
+ }
353
+ @property --tw-brightness {
354
+ syntax: '*';
355
+ inherits: false;
356
+ }
357
+ @property --tw-contrast {
358
+ syntax: '*';
359
+ inherits: false;
360
+ }
361
+ @property --tw-grayscale {
362
+ syntax: '*';
363
+ inherits: false;
364
+ }
365
+ @property --tw-hue-rotate {
366
+ syntax: '*';
367
+ inherits: false;
368
+ }
369
+ @property --tw-invert {
370
+ syntax: '*';
371
+ inherits: false;
372
+ }
373
+ @property --tw-opacity {
374
+ syntax: '*';
375
+ inherits: false;
376
+ }
377
+ @property --tw-saturate {
378
+ syntax: '*';
379
+ inherits: false;
380
+ }
381
+ @property --tw-sepia {
382
+ syntax: '*';
383
+ inherits: false;
418
384
  }