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
{{ message }}
This repository has been archived by the owner on Jun 5, 2023. It is now read-only.
Sometimes the Container layout module is part of a larger layout where that layout uses FlexBox, when this occurs there should be a way to change the Container to be display: flex because only a direct child of an element with display: flex can be a flex item.
We can achieve this via a modifier, for example:
.l-container--flexbox
The text was updated successfully, but these errors were encountered:
Sometimes the Container layout module is part of a larger layout where that layout uses FlexBox, when this occurs there should be a way to change the Container to be
display: flex
because only a direct child of an element withdisplay: flex
can be a flex item.We can achieve this via a modifier, for example:
.l-container--flexbox
The text was updated successfully, but these errors were encountered: