mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
Fix flexbox css not applied. Fix addCss duplicating some selectors.
This commit is contained in:
@@ -392,16 +392,3 @@ const flexProperty = new ShorthandProperty<Style, string>({
|
||||
}
|
||||
})
|
||||
flexProperty.register(Style);
|
||||
|
||||
Style.prototype.flexDirection = flexDirectionProperty.defaultValue;
|
||||
Style.prototype.flexWrap = flexWrapProperty.defaultValue;
|
||||
Style.prototype.justifyContent = justifyContentProperty.defaultValue;
|
||||
Style.prototype.alignItems = alignItemsProperty.defaultValue;
|
||||
Style.prototype.alignContent = alignContentProperty.defaultValue;
|
||||
Style.prototype.order = orderProperty.defaultValue;
|
||||
Style.prototype.flexGrow = flexGrowProperty.defaultValue;
|
||||
Style.prototype.flexShrink = flexShrinkProperty.defaultValue;
|
||||
Style.prototype.flexWrapBefore = flexWrapBeforeProperty.defaultValue;
|
||||
Style.prototype.alignSelf = alignSelfProperty.defaultValue;
|
||||
|
||||
// No flex-basis in our implementation.
|
||||
|
||||
Reference in New Issue
Block a user