File tree Expand file tree Collapse file tree 1 file changed +50
-0
lines changed Expand file tree Collapse file tree 1 file changed +50
-0
lines changed Original file line number Diff line number Diff line change @@ -323,6 +323,56 @@ whitespace()
323
323
box-sizing ()
324
324
vendor ('box-sizing' , arguments , only : webkit moz official )
325
325
326
+ /*
327
+ * Vendor "box-orient" support.
328
+ */
329
+
330
+ box-orient ()
331
+ vendor ('box-orient' , arguments , only : webkit moz ms official )
332
+
333
+ /*
334
+ * Vendor "box-flex" support.
335
+ */
336
+
337
+ box-flex ()
338
+ vendor ('box-flex' , arguments , only : webkit moz ms official )
339
+
340
+ /*
341
+ * Vendor "box-flex-group" support.
342
+ */
343
+
344
+ box-flex-group ()
345
+ vendor ('box-flex-group' , arguments , only : webkit moz official )
346
+
347
+ /*
348
+ * Vendor "box-ordinal-group" support.
349
+ */
350
+
351
+ box-ordinal-group ()
352
+ vendor ('box-ordinal-group' , arguments , only : webkit moz ms official )
353
+
354
+
355
+ /*
356
+ * Vendor "box-align" support.
357
+ */
358
+
359
+ box-align ()
360
+ vendor ('box-align' , arguments , only : webkit moz ms official )
361
+
362
+ /*
363
+ * Vendor "box-pack" support.
364
+ */
365
+
366
+ box-pack ()
367
+ vendor ('box-pack' , arguments , only : webkit moz ms official )
368
+
369
+ /*
370
+ * Vendor "box-direction" support.
371
+ */
372
+
373
+ box-direction ()
374
+ vendor ('box-direction' , arguments , only : webkit moz ms official )
375
+
326
376
/*
327
377
* Vendor "animation" support.
328
378
*/
You can’t perform that action at this time.
0 commit comments