File tree Expand file tree Collapse file tree 3 files changed +18
-0
lines changed Expand file tree Collapse file tree 3 files changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -111,6 +111,7 @@ export const properties = [
111
111
"clear" ,
112
112
"clip-path" ,
113
113
"color" ,
114
+ "color-interpolation" ,
114
115
"color-scheme" ,
115
116
"column-count" ,
116
117
"column-fill" ,
@@ -130,6 +131,7 @@ export const properties = [
130
131
"container-name" ,
131
132
"container-type" ,
132
133
"content" ,
134
+ "content-visibility" ,
133
135
"counter-increment" ,
134
136
"counter-reset" ,
135
137
"counter-set" ,
@@ -262,6 +264,7 @@ export const properties = [
262
264
"offset-anchor" ,
263
265
"offset-distance" ,
264
266
"offset-path" ,
267
+ "offset-position" ,
265
268
"offset-rotate" ,
266
269
"opacity" ,
267
270
"order" ,
@@ -373,13 +376,15 @@ export const properties = [
373
376
"text-transform" ,
374
377
"text-underline-offset" ,
375
378
"text-underline-position" ,
379
+ "text-wrap" ,
376
380
"top" ,
377
381
"touch-action" ,
378
382
"transform" ,
379
383
"transform-box" ,
380
384
"transform-origin" ,
381
385
"transform-style" ,
382
386
"transition" ,
387
+ "transition-behavior" ,
383
388
"transition-delay" ,
384
389
"transition-duration" ,
385
390
"transition-property" ,
@@ -391,6 +396,7 @@ export const properties = [
391
396
"vertical-align" ,
392
397
"visibility" ,
393
398
"white-space" ,
399
+ "white-space-collapse" ,
394
400
"widows" ,
395
401
"width" ,
396
402
"will-change" ,
Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ export const properties = [
10
10
"offset-anchor" ,
11
11
"offset-distance" ,
12
12
"offset-path" ,
13
+ "offset-position" ,
13
14
"offset-rotate" ,
14
15
"grid" ,
15
16
"grid-template-rows" ,
@@ -83,6 +84,7 @@ export const properties = [
83
84
"perspective-origin" ,
84
85
"appearance" ,
85
86
"visibility" ,
87
+ "content-visibility" ,
86
88
"opacity" ,
87
89
"z-index" ,
88
90
"paint-order" ,
@@ -118,6 +120,7 @@ export const properties = [
118
120
"animation-play-state" ,
119
121
"animation-name" ,
120
122
"transition" ,
123
+ "transition-behavior" ,
121
124
"transition-delay" ,
122
125
"transition-duration" ,
123
126
"transition-property" ,
@@ -320,6 +323,7 @@ export const properties = [
320
323
"quotes" ,
321
324
"hanging-punctuation" ,
322
325
"color" ,
326
+ "color-interpolation" ,
323
327
"accent-color" ,
324
328
"print-color-adjust" ,
325
329
"forced-color-adjust" ,
@@ -396,7 +400,9 @@ export const properties = [
396
400
"text-rendering" ,
397
401
"text-shadow" ,
398
402
"text-transform" ,
403
+ "text-wrap" ,
399
404
"white-space" ,
405
+ "white-space-collapse" ,
400
406
"word-break" ,
401
407
"word-spacing" ,
402
408
"overflow-wrap" ,
Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ export const properties = [
11
11
"display" ,
12
12
"appearance" ,
13
13
"visibility" ,
14
+ "content-visibility" ,
14
15
"z-index" ,
15
16
"paint-order" ,
16
17
"position" ,
@@ -22,6 +23,7 @@ export const properties = [
22
23
"offset-anchor" ,
23
24
"offset-distance" ,
24
25
"offset-path" ,
26
+ "offset-position" ,
25
27
"offset-rotate" ,
26
28
27
29
@@ -230,6 +232,7 @@ export const properties = [
230
232
"quotes" ,
231
233
"hanging-punctuation" ,
232
234
"color" ,
235
+ "color-interpolation" ,
233
236
"accent-color" ,
234
237
"print-color-adjust" ,
235
238
"forced-color-adjust" ,
@@ -298,9 +301,11 @@ export const properties = [
298
301
"text-rendering" ,
299
302
"text-shadow" ,
300
303
"text-transform" ,
304
+ "text-wrap" ,
301
305
"vertical-align" ,
302
306
"baseline-source" ,
303
307
"white-space" ,
308
+ "white-space-collapse" ,
304
309
"word-break" ,
305
310
"word-spacing" ,
306
311
"overflow-wrap" ,
@@ -394,6 +399,7 @@ export const properties = [
394
399
"text-combine-upright" ,
395
400
"touch-action" ,
396
401
"transition" ,
402
+ "transition-behavior" ,
397
403
"transition-delay" ,
398
404
"transition-duration" ,
399
405
"transition-property" ,
You can’t perform that action at this time.
0 commit comments