We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7926f07 commit c954c72Copy full SHA for c954c72
src/css/Properties.js
@@ -214,7 +214,7 @@ var Properties = module.exports = {
214
"-ms-flex-align" : "start | end | center | stretch | baseline",
215
"-ms-flex-direction" : "row | row-reverse | column | column-reverse",
216
"-ms-flex-order" : "<number>",
217
- "-ms-flex-pack" : "start | end | center | justify",
+ "-ms-flex-pack" : "start | end | center | justify | distribute",
218
"-ms-flex-wrap" : "nowrap | wrap | wrap-reverse",
219
"float" : "left | right | none",
220
"float-offset" : 1,
0 commit comments