-
-
Notifications
You must be signed in to change notification settings - Fork 32.4k
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
[docs] Add Pigment CSS integration guide #42781
Conversation
@siriwatknp sorry for disturbing, is it expected at the moment that
|
It should change, please create a separate issue. FYI, this is a wip docs please don't take it as final. |
- <Box component="img" src="..." sx={{ width: 24, height: 24 }}> | ||
- ... | ||
- </Box> | ||
+ <div style={{ display: 'flex' }}> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Did you mean here to use style
with the div
& img
below; or should it be sx
?
- based on the TypeScript type extension of the global for HTML attributes, I believe you meant to specify
sx
here
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Opps, that's a mistake.
docs/data/material/migration/migrating-to-v6/migrating-to-pigment-css.md
Outdated
Show resolved
Hide resolved
Moved to #42819 |
https://deploy-preview-42781--material-ui.netlify.app/material-ui/migration/migrating-to-pigment-css/
closes #42523