-
Notifications
You must be signed in to change notification settings - Fork 129
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
Reduce global css #2468
Reduce global css #2468
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## next #2468 +/- ##
=======================================
Coverage 88.46% 88.46%
=======================================
Files 210 210
Lines 12314 12314
Branches 1676 1676
=======================================
Hits 10894 10894
Misses 1370 1370
Partials 50 50
|
6b45a72
to
48ae27f
Compare
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed in 7 days if no further activity occurs. Add a comment explaining why the pull request is still relevant to prevent it from being closed. |
48ae27f
to
d332c3b
Compare
this component is not exported nor ever used directly, so it doesn't need to hardcode the classes
d332c3b
to
945b96a
Compare
Size Change: +6 B (0%) Total Size: 639 kB
ℹ️ View Unchanged
|
Purpose
Until now, Circuit UI has been developed under the assumption that it is the only UI framework on the page. This isn’t always the case:
To better support these use cases, Circuit UI's styles should be locally scoped.
Approach and changes
strong
andblockquote
elements to the Body componentDefinition of done