-
-
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] Batch small fixes #25807
[docs] Batch small fixes #25807
Conversation
docs/src/pages/components/breadcrumbs/CustomizedBreadcrumbs.tsx
Outdated
Show resolved
Hide resolved
docs/src/pages/components/breadcrumbs/CustomizedBreadcrumbs.tsx
Outdated
Show resolved
Hide resolved
{/* https://github.com/emotion-js/emotion/issues/2158#issuecomment-761817004 */} | ||
<CssBaseline /> |
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.
I would personally vote against this change because it forces CssBaseline
on all the pages of the documentation. So far, we had tried to share the minimum amount of setup possible between the pages. I think that this one would be going to far. For instance, say you want to use an empty page to reproduce a bug, you don't want to see the global CSS resets.
I think that it would be best to wait for @mnajdova to solve this issue inside emotion.
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.
Please revert, this is getting fixed at the root in #25690
@m4theushw great polish 👍 |
Preview: https://deploy-preview-25807--material-ui.netlify.app/
I opened this PR to fix some small things I found while navigating the docs using the dark mode. In each change there's a screenshot showing the current situation.