-
-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Add not-prose class to browser logo images in devtools documentation #9556
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
Conversation
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.
Pull Request Overview
This PR adds the not-prose
CSS class to browser logo images in devtools documentation across multiple framework documentation files. The change ensures consistent styling by preventing prose typography styles from interfering with the browser logo images when used in combination with the referenced TanStack website update.
- Adds
not-prose
class to Chrome, Firefox, and Edge logo images in devtools sections - Updates both devtools.md and community-projects.md files where applicable
- Maintains consistent styling across Vue, React, Angular, Svelte, and Solid framework documentation
Reviewed Changes
Copilot reviewed 7 out of 7 changed files in this pull request and generated no comments.
Show a summary per file
File | Description |
---|---|
docs/framework/vue/devtools.md | Adds not-prose class to browser logo images in devtools section |
docs/framework/vue/community/community-projects.md | Adds not-prose class to browser logo images in community projects section |
docs/framework/svelte/devtools.md | Adds not-prose class to browser logo images in devtools section |
docs/framework/solid/devtools.md | Adds not-prose class to browser logo images in devtools section |
docs/framework/react/devtools.md | Adds not-prose class to browser logo images in devtools section |
docs/framework/react/community/community-projects.md | Adds not-prose class to browser logo images in community projects section |
docs/framework/angular/devtools.md | Adds not-prose class to browser logo images in devtools section |
View your CI Pipeline Execution ↗ for commit 6d10f13
☁️ Nx Cloud last updated this comment at |
Now this will make it work in combo with TanStack/tanstack.com#462