Skip to content

Commit cbcc54d

Browse files
committed
Add new properties
1 parent 09f4ce6 commit cbcc54d

File tree

3 files changed

+18
-0
lines changed

3 files changed

+18
-0
lines changed

src/orders/alphabetical.mjs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ export const properties = [
111111
"clear",
112112
"clip-path",
113113
"color",
114+
"color-interpolation",
114115
"color-scheme",
115116
"column-count",
116117
"column-fill",
@@ -130,6 +131,7 @@ export const properties = [
130131
"container-name",
131132
"container-type",
132133
"content",
134+
"content-visibility",
133135
"counter-increment",
134136
"counter-reset",
135137
"counter-set",
@@ -262,6 +264,7 @@ export const properties = [
262264
"offset-anchor",
263265
"offset-distance",
264266
"offset-path",
267+
"offset-position",
265268
"offset-rotate",
266269
"opacity",
267270
"order",
@@ -373,13 +376,15 @@ export const properties = [
373376
"text-transform",
374377
"text-underline-offset",
375378
"text-underline-position",
379+
"text-wrap",
376380
"top",
377381
"touch-action",
378382
"transform",
379383
"transform-box",
380384
"transform-origin",
381385
"transform-style",
382386
"transition",
387+
"transition-behavior",
383388
"transition-delay",
384389
"transition-duration",
385390
"transition-property",
@@ -391,6 +396,7 @@ export const properties = [
391396
"vertical-align",
392397
"visibility",
393398
"white-space",
399+
"white-space-collapse",
394400
"widows",
395401
"width",
396402
"will-change",

src/orders/concentric-css.mjs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ export const properties = [
1010
"offset-anchor",
1111
"offset-distance",
1212
"offset-path",
13+
"offset-position",
1314
"offset-rotate",
1415
"grid",
1516
"grid-template-rows",
@@ -83,6 +84,7 @@ export const properties = [
8384
"perspective-origin",
8485
"appearance",
8586
"visibility",
87+
"content-visibility",
8688
"opacity",
8789
"z-index",
8890
"paint-order",
@@ -118,6 +120,7 @@ export const properties = [
118120
"animation-play-state",
119121
"animation-name",
120122
"transition",
123+
"transition-behavior",
121124
"transition-delay",
122125
"transition-duration",
123126
"transition-property",
@@ -320,6 +323,7 @@ export const properties = [
320323
"quotes",
321324
"hanging-punctuation",
322325
"color",
326+
"color-interpolation",
323327
"accent-color",
324328
"print-color-adjust",
325329
"forced-color-adjust",
@@ -396,7 +400,9 @@ export const properties = [
396400
"text-rendering",
397401
"text-shadow",
398402
"text-transform",
403+
"text-wrap",
399404
"white-space",
405+
"white-space-collapse",
400406
"word-break",
401407
"word-spacing",
402408
"overflow-wrap",

src/orders/smacss.mjs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ export const properties = [
1111
"display",
1212
"appearance",
1313
"visibility",
14+
"content-visibility",
1415
"z-index",
1516
"paint-order",
1617
"position",
@@ -22,6 +23,7 @@ export const properties = [
2223
"offset-anchor",
2324
"offset-distance",
2425
"offset-path",
26+
"offset-position",
2527
"offset-rotate",
2628

2729

@@ -230,6 +232,7 @@ export const properties = [
230232
"quotes",
231233
"hanging-punctuation",
232234
"color",
235+
"color-interpolation",
233236
"accent-color",
234237
"print-color-adjust",
235238
"forced-color-adjust",
@@ -298,9 +301,11 @@ export const properties = [
298301
"text-rendering",
299302
"text-shadow",
300303
"text-transform",
304+
"text-wrap",
301305
"vertical-align",
302306
"baseline-source",
303307
"white-space",
308+
"white-space-collapse",
304309
"word-break",
305310
"word-spacing",
306311
"overflow-wrap",
@@ -394,6 +399,7 @@ export const properties = [
394399
"text-combine-upright",
395400
"touch-action",
396401
"transition",
402+
"transition-behavior",
397403
"transition-delay",
398404
"transition-duration",
399405
"transition-property",

0 commit comments

Comments
 (0)