You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! Currently the style prefixer uses msPreferredSize for flexBasis, but IE does not accept this property. Instead it should be msFlexPreferredSize. See the property in the IE inspector below:
Hi! Currently the style prefixer uses

msPreferredSizeforflexBasis, but IE does not accept this property. Instead it should bemsFlexPreferredSize. See the property in the IE inspector below:Thank you!