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
It seams that space-evenly is missing. Indeed we have
readonly justifyContent?: 'flex-start' | 'flex-end' | 'space-between' | 'space-around' | 'center';
Is it possible to add support for "space-evenly" to be aligned with CSS flexbox specs ?
Thanks.
The text was updated successfully, but these errors were encountered:
Hi,
It seams that space-evenly is missing. Indeed we have
readonly justifyContent?: 'flex-start' | 'flex-end' | 'space-between' | 'space-around' | 'center';
Is it possible to add support for "space-evenly" to be aligned with CSS flexbox specs ?
Thanks.
The text was updated successfully, but these errors were encountered: