Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CB-5437 use flex component instead of container #2818

Merged
merged 5 commits into from
Aug 7, 2024
Merged

Conversation

devnaumov
Copy link
Member

No description provided.

@devnaumov devnaumov self-assigned this Aug 1, 2024
Comment on lines 66 to 75
className={clsx(
classes.flex,
overflow && classes.overflow,
gap && gapClasses[gap],
wrap && wrapClasses[wrap],
direction && directionClasses[direction],
align && alignClasses[align],
justify && justifyClasses[justify],
className,
)}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

seems like it will be easier to use s helper function together with data-s-* attribute

@devnaumov devnaumov requested a review from Wroud August 6, 2024 12:31
@Wroud Wroud merged commit 12b5b2b into devel Aug 7, 2024
6 of 7 checks passed
@Wroud Wroud deleted the CB-5437-flex-component branch August 7, 2024 09:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants