Skip to content

Commit c954c72

Browse files
lucask42XhmikosR
authored andcommitted
add the distribute property to -ms-flex-pack (#241)
1 parent 7926f07 commit c954c72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/css/Properties.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ var Properties = module.exports = {
214214
"-ms-flex-align" : "start | end | center | stretch | baseline",
215215
"-ms-flex-direction" : "row | row-reverse | column | column-reverse",
216216
"-ms-flex-order" : "<number>",
217-
"-ms-flex-pack" : "start | end | center | justify",
217+
"-ms-flex-pack" : "start | end | center | justify | distribute",
218218
"-ms-flex-wrap" : "nowrap | wrap | wrap-reverse",
219219
"float" : "left | right | none",
220220
"float-offset" : 1,

0 commit comments

Comments
 (0)