From c4a78be7675fb1d900cc67141ba47397e6343dc6 Mon Sep 17 00:00:00 2001 From: lucask42 Date: Thu, 16 Nov 2017 22:53:08 -0800 Subject: [PATCH] add the distribute property to -ms-flex-pack --- src/css/Properties.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/css/Properties.js b/src/css/Properties.js index 3bd97c3b..d0c320e4 100644 --- a/src/css/Properties.js +++ b/src/css/Properties.js @@ -214,7 +214,7 @@ var Properties = module.exports = { "-ms-flex-align" : "start | end | center | stretch | baseline", "-ms-flex-direction" : "row | row-reverse | column | column-reverse", "-ms-flex-order" : "", - "-ms-flex-pack" : "start | end | center | justify", + "-ms-flex-pack" : "start | end | center | justify | distribute", "-ms-flex-wrap" : "nowrap | wrap | wrap-reverse", "float" : "left | right | none", "float-offset" : 1,