added baseline support

This commit is contained in:
Lukas Woehrl
2017-01-04 22:21:29 +01:00
parent 663a93912b
commit 3d840e533b
14 changed files with 1021 additions and 3 deletions

View File

@@ -377,6 +377,7 @@ function alignValue(e, value) {
case 'stretch': return e.YGAlignStretch;
case 'flex-start': return e.YGAlignFlexStart;
case 'flex-end': return e.YGAlignFlexEnd;
case 'baseline': return e.YGAlignBaseline;
}
}