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
This sets flex-grow: 0;, flex-shrink: 1; and flex-basis: auto; when all are not required.
flex-grow: 0;
flex-shrink: 1;
flex-basis: auto;
Causes specificity issues when trying to set any of these properties with a single class.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This sets
flex-grow: 0;
,flex-shrink: 1;
andflex-basis: auto;
when all are not required.Causes specificity issues when trying to set any of these properties with a single class.
The text was updated successfully, but these errors were encountered: