@@ -9,30 +9,12 @@ module.exports = {
9
9
'margin-left' ,
10
10
'margin-right' ,
11
11
'margin-block' ,
12
- 'margin-block-start' ,
13
- 'margin-block-end' ,
14
12
'margin-inline' ,
15
- 'margin-inline-start' ,
16
- 'margin-inline-end' ,
17
- ] ,
18
- 'margin-block' : [
19
- 'margin-block-start' ,
20
- 'margin-block-end' ,
21
- 'margin-top' ,
22
- 'margin-bottom' ,
23
- 'margin-left' ,
24
- 'margin-right' ,
25
13
] ,
14
+ 'margin-block' : [ 'margin-block-start' , 'margin-block-end' ] ,
26
15
'margin-block-start' : [ 'margin-top' , 'margin-bottom' , 'margin-left' , 'margin-right' ] ,
27
16
'margin-block-end' : [ 'margin-top' , 'margin-bottom' , 'margin-left' , 'margin-right' ] ,
28
- 'margin-inline' : [
29
- 'margin-inline-start' ,
30
- 'margin-inline-end' ,
31
- 'margin-top' ,
32
- 'margin-bottom' ,
33
- 'margin-left' ,
34
- 'margin-right' ,
35
- ] ,
17
+ 'margin-inline' : [ 'margin-inline-start' , 'margin-inline-end' ] ,
36
18
'margin-inline-start' : [ 'margin-top' , 'margin-bottom' , 'margin-left' , 'margin-right' ] ,
37
19
'margin-inline-end' : [ 'margin-top' , 'margin-bottom' , 'margin-left' , 'margin-right' ] ,
38
20
padding : [
@@ -87,19 +69,149 @@ module.exports = {
87
69
'line-height' ,
88
70
] ,
89
71
border : [
72
+ 'border-inline' ,
73
+ 'border-block' ,
74
+ 'border-top' ,
75
+ 'border-bottom' ,
76
+ 'border-left' ,
77
+ 'border-right' ,
78
+ 'border-width' ,
79
+ 'border-style' ,
80
+ 'border-color' ,
81
+ ] ,
82
+ 'border-inline' : [
83
+ 'border-inline-start' ,
84
+ 'border-inline-end' ,
85
+ 'border-inline-width' ,
86
+ 'border-inline-style' ,
87
+ 'border-inline-color' ,
88
+ ] ,
89
+ 'border-inline-width' : [ 'border-inline-start-width' , 'border-inline-end-width' ] ,
90
+ 'border-inline-style' : [ 'border-inline-start-style' , 'border-inline-end-style' ] ,
91
+ 'border-inline-color' : [ 'border-inline-start-color' , 'border-inline-end-color' ] ,
92
+ 'border-inline-start' : [
93
+ 'border-inline-start-width' ,
94
+ 'border-inline-start-style' ,
95
+ 'border-inline-start-color' ,
96
+
97
+ 'border-top' ,
98
+ 'border-bottom' ,
99
+ 'border-left' ,
100
+ 'border-right' ,
101
+ ] ,
102
+ 'border-inline-start-width' : [
103
+ 'border-top-width' ,
104
+ 'border-bottom-width' ,
105
+ 'border-left-width' ,
106
+ 'border-right-width' ,
107
+ ] ,
108
+ 'border-inline-start-style' : [
109
+ 'border-top-style' ,
110
+ 'border-bottom-style' ,
111
+ 'border-left-style' ,
112
+ 'border-right-style' ,
113
+ ] ,
114
+ 'border-inline-start-color' : [
115
+ 'border-top-color' ,
116
+ 'border-bottom-color' ,
117
+ 'border-left-color' ,
118
+ 'border-right-color' ,
119
+ ] ,
120
+ 'border-inline-end' : [
121
+ 'border-inline-end-width' ,
122
+ 'border-inline-end-style' ,
123
+ 'border-inline-end-color' ,
124
+
125
+ 'border-top' ,
126
+ 'border-bottom' ,
127
+ 'border-left' ,
128
+ 'border-right' ,
129
+ ] ,
130
+ 'border-inline-end-width' : [
131
+ 'border-top-width' ,
132
+ 'border-bottom-width' ,
133
+ 'border-left-width' ,
134
+ 'border-right-width' ,
135
+ ] ,
136
+ 'border-inline-end-style' : [
137
+ 'border-top-style' ,
138
+ 'border-bottom-style' ,
139
+ 'border-left-style' ,
140
+ 'border-right-style' ,
141
+ ] ,
142
+ 'border-inline-end-color' : [
143
+ 'border-top-color' ,
144
+ 'border-bottom-color' ,
145
+ 'border-left-color' ,
146
+ 'border-right-color' ,
147
+ ] ,
148
+ 'border-block' : [
149
+ 'border-block-start' ,
150
+ 'border-block-end' ,
151
+ 'border-block-width' ,
152
+ 'border-block-style' ,
153
+ 'border-block-color' ,
154
+ ] ,
155
+ 'border-block-width' : [ 'border-block-start-width' , 'border-block-end-width' ] ,
156
+ 'border-block-style' : [ 'border-block-start-style' , 'border-block-end-style' ] ,
157
+ 'border-block-color' : [ 'border-block-start-color' , 'border-block-end-color' ] ,
158
+ 'border-block-start' : [
159
+ 'border-block-start-width' ,
160
+ 'border-block-start-style' ,
161
+ 'border-block-start-color' ,
162
+
163
+ 'border-top' ,
164
+ 'border-bottom' ,
165
+ 'border-left' ,
166
+ 'border-right' ,
167
+ ] ,
168
+ 'border-block-start-width' : [
90
169
'border-top-width' ,
91
170
'border-bottom-width' ,
92
171
'border-left-width' ,
93
172
'border-right-width' ,
173
+ ] ,
174
+ 'border-block-start-style' : [
94
175
'border-top-style' ,
95
176
'border-bottom-style' ,
96
177
'border-left-style' ,
97
178
'border-right-style' ,
179
+ ] ,
180
+ 'border-block-start-color' : [
98
181
'border-top-color' ,
99
182
'border-bottom-color' ,
100
183
'border-left-color' ,
101
184
'border-right-color' ,
102
185
] ,
186
+ 'border-block-end' : [
187
+ 'border-block-end-width' ,
188
+ 'border-block-end-style' ,
189
+ 'border-block-end-color' ,
190
+
191
+ 'border-top' ,
192
+ 'border-bottom' ,
193
+ 'border-left' ,
194
+ 'border-right' ,
195
+ ] ,
196
+ 'border-block-end-width' : [
197
+ 'border-top-width' ,
198
+ 'border-bottom-width' ,
199
+ 'border-left-width' ,
200
+ 'border-right-width' ,
201
+ ] ,
202
+ 'border-block-end-style' : [
203
+ 'border-top-style' ,
204
+ 'border-bottom-style' ,
205
+ 'border-left-style' ,
206
+ 'border-right-style' ,
207
+ ] ,
208
+ 'border-block-end-color' : [
209
+ 'border-top-color' ,
210
+ 'border-bottom-color' ,
211
+ 'border-left-color' ,
212
+ 'border-right-color' ,
213
+ ] ,
214
+
103
215
'border-top' : [ 'border-top-width' , 'border-top-style' , 'border-top-color' ] ,
104
216
'border-bottom' : [ 'border-bottom-width' , 'border-bottom-style' , 'border-bottom-color' ] ,
105
217
'border-left' : [ 'border-left-width' , 'border-left-style' , 'border-left-color' ] ,
@@ -122,13 +234,20 @@ module.exports = {
122
234
'border-left-color' ,
123
235
'border-right-color' ,
124
236
] ,
125
- 'list-style' : [ 'list-style-type' , 'list-style-position' , 'list-style-image' ] ,
237
+ 'border-image' : [
238
+ 'border-image-source' ,
239
+ 'border-image-slice' ,
240
+ 'border-image-width' ,
241
+ 'border-image-outset' ,
242
+ 'border-image-repeat' ,
243
+ ] ,
126
244
'border-radius' : [
127
245
'border-top-right-radius' ,
128
246
'border-top-left-radius' ,
129
247
'border-bottom-right-radius' ,
130
248
'border-bottom-left-radius' ,
131
249
] ,
250
+ 'list-style' : [ 'list-style-type' , 'list-style-position' , 'list-style-image' ] ,
132
251
transition : [
133
252
'transition-delay' ,
134
253
'transition-duration' ,
@@ -145,33 +264,6 @@ module.exports = {
145
264
'animation-fill-mode' ,
146
265
'animation-play-state' ,
147
266
] ,
148
- 'border-block-end' : [
149
- 'border-block-end-width' ,
150
- 'border-block-end-style' ,
151
- 'border-block-end-color' ,
152
- ] ,
153
- 'border-block-start' : [
154
- 'border-block-start-width' ,
155
- 'border-block-start-style' ,
156
- 'border-block-start-color' ,
157
- ] ,
158
- 'border-image' : [
159
- 'border-image-source' ,
160
- 'border-image-slice' ,
161
- 'border-image-width' ,
162
- 'border-image-outset' ,
163
- 'border-image-repeat' ,
164
- ] ,
165
- 'border-inline-end' : [
166
- 'border-inline-end-width' ,
167
- 'border-inline-end-style' ,
168
- 'border-inline-end-color' ,
169
- ] ,
170
- 'border-inline-start' : [
171
- 'border-inline-start-width' ,
172
- 'border-inline-start-style' ,
173
- 'border-inline-start-color' ,
174
- ] ,
175
267
'column-rule' : [ 'column-rule-width' , 'column-rule-style' , 'column-rule-color' ] ,
176
268
columns : [ 'column-width' , 'column-count' ] ,
177
269
flex : [ 'flex-grow' , 'flex-shrink' , 'flex-basis' ] ,
@@ -193,7 +285,17 @@ module.exports = {
193
285
'grid-template' : [ 'grid-template-columns' , 'grid-template-rows' , 'grid-template-areas' ] ,
194
286
offset : [ 'offset-anchor' , 'offset-distance' , 'offset-path' , 'offset-position' , 'offset-rotate' ] ,
195
287
outline : [ 'outline-color' , 'outline-style' , 'outline-width' ] ,
196
- overflow : [ 'overflow-x' , 'overflow-y' ] ,
288
+ overflow : [ 'overflow-block' , 'overflow-inline' , 'overflow-x' , 'overflow-y' ] ,
289
+ 'overflow-block' : [ 'overflow-x' , 'overflow-y' ] ,
290
+ 'overflow-inline' : [ 'overflow-x' , 'overflow-y' ] ,
291
+ 'overscroll-behavior' : [
292
+ 'overscroll-behavior-x' ,
293
+ 'overscroll-behavior-y' ,
294
+ 'overscroll-behavior-block' ,
295
+ 'overscroll-behavior-inline' ,
296
+ ] ,
297
+ 'overscroll-behavior-block' : [ 'overscroll-behavior-x' , 'overscroll-behavior-y' ] ,
298
+ 'overscroll-behavior-inline' : [ 'overscroll-behavior-x' , 'overscroll-behavior-y' ] ,
197
299
'text-decoration' : [ 'text-decoration-color' , 'text-decoration-style' , 'text-decoration-line' ] ,
198
300
'text-emphasis' : [ 'text-emphasis-style' , 'text-emphasis-color' ] ,
199
301
mask : [
@@ -214,4 +316,11 @@ module.exports = {
214
316
'mask-border-source' ,
215
317
'mask-border-width' ,
216
318
] ,
319
+ inset : [ 'top' , 'right' , 'bottom' , 'left' , 'inset-block' , 'inset-inline' ] ,
320
+ 'inset-block' : [ 'inset-block-end' , 'inset-block-start' ] ,
321
+ 'inset-inline' : [ 'inset-inline-end' , 'inset-inline-start' ] ,
322
+ 'inset-block-start' : [ 'top' , 'bottom' , 'left' , 'right' ] ,
323
+ 'inset-block-end' : [ 'top' , 'bottom' , 'left' , 'right' ] ,
324
+ 'inset-inline-start' : [ 'top' , 'bottom' , 'left' , 'right' ] ,
325
+ 'inset-inline-end' : [ 'top' , 'bottom' , 'left' , 'right' ] ,
217
326
} ;
0 commit comments