Consider, I have few elements which use Shadow DOM to hide their internal div-soup and layout.
Even tough they are different, they share the same CSS style sheet, as they are using the same set of elements that are supposed to be styled in consistent manner. This could be, for example, a CSS framework (bootstrap).
The problem is that this style sheet is pretty big.
What is the most efficient way to share such big style sheet between many Shadow Roots (in SD V1)?