diff --git a/deps/weex-styler/lib/validator.js b/deps/weex-styler/lib/validator.js index dbb085ea9e62bda2c35bd0453c490cf4381b824b..f4924a2d04addfcf8ffca2cb466dc6e17d9062b5 100644 --- a/deps/weex-styler/lib/validator.js +++ b/deps/weex-styler/lib/validator.js @@ -2343,7 +2343,7 @@ var RICH_PROP_NAME_GROUPS = { flexGrow: NUMBER_VALIDATOR, flexShrink: NUMBER_VALIDATOR, flexBasis: LENGTH_VALIDATOR, - flexDirection: genEnumValidator(['row', 'column', 'column-reverse', 'row-reverse']), + flexDirection: genEnumValidator(['row', 'column']), justifyContent: genEnumValidator(['flex-start', 'flex-end', 'center', 'space-between', 'space-around', 'space-evenly']), alignItems: genEnumValidator(['stretch', 'flex-start', 'flex-end', 'center', 'baseline']), @@ -2936,7 +2936,7 @@ var CARD_PROP_NAME_GROUPS = { flexGrow: NUMBER_VALIDATOR, flexShrink: NUMBER_VALIDATOR, flexBasis: LENGTH_VALIDATOR, - flexDirection: genEnumValidator(['row', 'column', 'column-reverse', 'row-reverse']), + flexDirection: genEnumValidator(['row', 'column']), justifyContent: genEnumValidator(['flex-start', 'flex-end', 'center', 'space-between', 'space-around', 'space-evenly']), alignItems: genEnumValidator(['stretch', 'flex-start', 'flex-end', 'center', 'baseline']),