diff --git a/nightly/front.js b/nightly/front.js index 5292856e..4c15f5e4 100644 --- a/nightly/front.js +++ b/nightly/front.js @@ -54,6 +54,7 @@ var dom = { 'font': 'apply', 'flex': 'apply', 'flexdirection': 'apply', + 'justifycontent': 'apply', 'height': 'apply', 'lineheight': 'apply', 'padding': 'apply', @@ -318,6 +319,9 @@ var dom = { case 'flexdirection': attr = 'flexDirection' break + case 'justifycontent': + attr = 'justifyContent' + break case 'lineheight': attr = 'lineHeight' break