@@ -101,9 +101,11 @@ make_styles! {
101
101
WebkitTextStrokeWidth => "-webkit-text-stroke-width" ,
102
102
WebkitTouchCallout => "-webkit-touch-callout" ,
103
103
WebkitUserModify => "-webkit-user-modify" ,
104
+ AccentColor => "accent-color" ,
104
105
AlignContent => "align-content" ,
105
106
AlignItems => "align-items" ,
106
107
AlignSelf => "align-self" ,
108
+ AlignTracks => "align-tracks" ,
107
109
All => "all" ,
108
110
Animation => "animation" ,
109
111
AnimationDelay => "animation-delay" ,
@@ -113,6 +115,7 @@ make_styles! {
113
115
AnimationIterationCount => "animation-iteration-count" ,
114
116
AnimationName => "animation-name" ,
115
117
AnimationPlayState => "animation-play-state" ,
118
+ AnimationTimeline => "animation-timeline" ,
116
119
AnimationTimingFunction => "animation-timing-function" ,
117
120
Appearance => "appearance" ,
118
121
AspectRatio => "aspect-ratio" ,
@@ -215,7 +218,7 @@ make_styles! {
215
218
Clip => "clip" ,
216
219
ClipPath => "clip-path" ,
217
220
Color => "color" ,
218
- ColorAdjust => "color-adjust " ,
221
+ ColorScheme => "color-scheme " ,
219
222
ColumnCount => "column-count" ,
220
223
ColumnFill => "column-fill" ,
221
224
ColumnGap => "column-gap" ,
@@ -228,6 +231,7 @@ make_styles! {
228
231
Columns => "columns" ,
229
232
Contain => "contain" ,
230
233
Content => "content" ,
234
+ ContentVisibility => "content-visibility" ,
231
235
CounterIncrement => "counter-increment" ,
232
236
CounterReset => "counter-reset" ,
233
237
CounterSet => "counter-set" ,
@@ -265,6 +269,7 @@ make_styles! {
265
269
FontVariantPosition => "font-variant-position" ,
266
270
FontVariationSettings => "font-variation-settings" ,
267
271
FontWeight => "font-weight" ,
272
+ ForcedColorAdjust => "forced-color-adjust" ,
268
273
Gap => "gap" ,
269
274
Grid => "grid" ,
270
275
GridArea => "grid-area" ,
@@ -286,6 +291,7 @@ make_styles! {
286
291
GridTemplateRows => "grid-template-rows" ,
287
292
HangingPunctuation => "hanging-punctuation" ,
288
293
Height => "height" ,
294
+ HyphenateCharacter => "hyphenate-character" ,
289
295
Hyphens => "hyphens" ,
290
296
ImageOrientation => "image-orientation" ,
291
297
ImageRendering => "image-rendering" ,
@@ -294,6 +300,7 @@ make_styles! {
294
300
InitialLetter => "initial-letter" ,
295
301
InitialLetterAlign => "initial-letter-align" ,
296
302
InlineSize => "inline-size" ,
303
+ InputSecurity => "input-security" ,
297
304
Inset => "inset" ,
298
305
InsetBlock => "inset-block" ,
299
306
InsetBlockEnd => "inset-block-end" ,
@@ -305,6 +312,7 @@ make_styles! {
305
312
JustifyContent => "justify-content" ,
306
313
JustifyItems => "justify-items" ,
307
314
JustifySelf => "justify-self" ,
315
+ JustifyTracks => "justify-tracks" ,
308
316
Left => "left" ,
309
317
LetterSpacing => "letter-spacing" ,
310
318
LineBreak => "line-break" ,
@@ -344,6 +352,8 @@ make_styles! {
344
352
MaskRepeat => "mask-repeat" ,
345
353
MaskSize => "mask-size" ,
346
354
MaskType => "mask-type" ,
355
+ MasonryAutoFlow => "masonry-auto-flow" ,
356
+ MathStyle => "math-style" ,
347
357
MaxBlockSize => "max-block-size" ,
348
358
MaxHeight => "max-height" ,
349
359
MaxInlineSize => "max-inline-size" ,
@@ -374,6 +384,7 @@ make_styles! {
374
384
OverflowAnchor => "overflow-anchor" ,
375
385
OverflowBlock => "overflow-block" ,
376
386
OverflowClipBox => "overflow-clip-box" ,
387
+ OverflowClipMargin => "overflow-clip-margin" ,
377
388
OverflowInline => "overflow-inline" ,
378
389
OverflowWrap => "overflow-wrap" ,
379
390
OverflowX => "overflow-x" ,
@@ -405,6 +416,7 @@ make_styles! {
405
416
PlaceSelf => "place-self" ,
406
417
PointerEvents => "pointer-events" ,
407
418
Position => "position" ,
419
+ PrintColorAdjust => "print-color-adjust" ,
408
420
Quotes => "quotes" ,
409
421
Resize => "resize" ,
410
422
Right => "right" ,
@@ -447,6 +459,7 @@ make_styles! {
447
459
ScrollSnapTypeX => "scroll-snap-type-x" ,
448
460
ScrollSnapTypeY => "scroll-snap-type-y" ,
449
461
ScrollbarColor => "scrollbar-color" ,
462
+ ScrollbarGutter => "scrollbar-gutter" ,
450
463
ScrollbarWidth => "scrollbar-width" ,
451
464
ShapeImageThreshold => "shape-image-threshold" ,
452
465
ShapeMargin => "shape-margin" ,
0 commit comments