We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It should be possible to position Blocks similarly to CSS justify-content space-between and space-evenly.
space-between
space-evenly
It should be done by BoxComponent
The text was updated successfully, but these errors were encountered:
This kind of demo could be useful https://css-tricks.com/almanac/properties/j/justify-content/#aa-demo With a trigger to set as direction : row/column.
We could also take this as an opportunity to deprecated left-right-top-bottom in favor of uniformized end-start
Sorry, something went wrong.
Should child.margin be ignored during space-between, space-evenly & space-around ?
child.margin
space-around
swingingtom
No branches or pull requests
It should be possible to position Blocks similarly to CSS justify-content
space-between
andspace-evenly
.It should be done by BoxComponent
The text was updated successfully, but these errors were encountered: