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
Setting the main size of the children when resolving the flexible lengths does not seem to follow the specification: https://github.com/DioxusLabs/sprawl/blob/11701ee97d68b22a231cac081aab4308af136706/src/flexbox.rs#L519-L522
The implementation should be adjusted to follow the specification and refactored if necessary.
If it works we could also leave it as-is.
Originally discussed in #39.
The text was updated successfully, but these errors were encountered:
This was fixed in #294
Sorry, something went wrong.
No branches or pull requests
What problem does this solve or what need does it fill?
Setting the main size of the children when resolving the flexible lengths does not seem to follow the specification:
https://github.com/DioxusLabs/sprawl/blob/11701ee97d68b22a231cac081aab4308af136706/src/flexbox.rs#L519-L522
What solution would you like?
The implementation should be adjusted to follow the specification and refactored if necessary.
What alternative(s) have you considered?
If it works we could also leave it as-is.
Additional context
Originally discussed in #39.
The text was updated successfully, but these errors were encountered: