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

Support flex-basis: fill-available(stretch) #1519

Open
yisibl opened this issue Jul 17, 2024 · 1 comment
Open

Support flex-basis: fill-available(stretch) #1519

yisibl opened this issue Jul 17, 2024 · 1 comment

Comments

@yisibl
Copy link
Member

yisibl commented Jul 17, 2024

TODO

Input

.foo {
   flex-basis: fill-available;
   width: fill-available;
}

Expected

.example {
   flex-basis: -moz-available;
   flex-basis: fill-available;
   width: -webkit-fill-available;
   width: -moz-available;
   width: fill-available;
}
@ai
Copy link
Member

ai commented Jul 22, 2024

Mention me in the comment when you will finish the issue.

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

No branches or pull requests

2 participants