-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
(web-components): add css containment to v3 components #27190
(web-components): add css containment to v3 components #27190
Conversation
📊 Bundle size report🤖 This report was generated against 6e51be008ee479451431421eaf2e3e63744b6d5c |
Asset size changesSize Auditor did not detect a change in bundle size for any component! Baseline commit: 6e51be008ee479451431421eaf2e3e63744b6d5c (build) |
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. Latest deployment of this branch, based on commit 0b6b105:
|
* add css containment to custom elements * add css containment to existing web components
* add css containment to custom elements * add css containment to existing web components
* add css containment to custom elements * add css containment to existing web components
* add css containment to custom elements * add css containment to existing web components
* add css containment to custom elements * add css containment to existing web components
* add css containment to custom elements * add css containment to existing web components
* add css containment to custom elements * add css containment to existing web components
* add css containment to custom elements * add css containment to existing web components
* add css containment to custom elements * add css containment to existing web components
* add css containment to custom elements * add css containment to existing web components
* add css containment to custom elements * add css containment to existing web components
* add css containment to custom elements * add css containment to existing web components
* add css containment to custom elements * add css containment to existing web components
Previous Behavior
No CSS Containment
New Behavior
Adds
contain: content
to all components except Avatar which implementscontain: layout style
(paint cannot be applied due to the presence badge).Related Issue(s)
n/a