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
place-items
me.Style
place-items is a convenient shorthand for a combination of align-items and justify-items: https://developer.mozilla.org/en-US/docs/Web/CSS/place-items
align-items
justify-items
At the moment it's not available in the style object, should be a fairly low-effort addition.
The text was updated successfully, but these errors were encountered:
Add pointer-events and place-items to styles.
dee7488
- Updates snackbar example to use pointer events property - Updates dialog to use place-items - Closes google#629 - Closes google#731
9948a4d
richard-to
Successfully merging a pull request may close this issue.
place-items
is a convenient shorthand for a combination ofalign-items
andjustify-items
: https://developer.mozilla.org/en-US/docs/Web/CSS/place-itemsAt the moment it's not available in the style object, should be a fairly low-effort addition.
The text was updated successfully, but these errors were encountered: