Imported "scoped" CSS is leaking
Vue version
3.2.37
Link to minimal reproduction
Steps to reproduce
It can be seen that there are two lines in this page. The first line corresponds the App itself (parent) and the second one corresponds to the Child component.
In the child component I imported a CSS style (Bootstrap) that aims to be scoped to it but it is not working as intended since it leaks to the parent (App.vue).
What is expected?
The imported CSS styles should not affected the styles of any parent component. This first icon should not be displayed, only the second one should be displayed.
What is actually happening?
The imported CSS styles are affecting the styles of parent component. Both icons are being displayed.
System Info
No response
Any additional comments?
No response