Kilian Valkhof on Nostr: npub1xed99…eyg9w npub1jvcql…ka3jy While I have you two is there a specific reason ...
npub1xed99rf8rwyf22ery4rrutnzjcrqy6ha6yh3cykjh247xd2lkjss9eyg9w (npub1xed…yg9w) npub1jvcqlqu9tpv2dfhhr577adn25xkq3c2sz2l2ry4l8qus8g2dzx3q2ka3jy (npub1jvc…a3jy)
While I have you two is there a specific reason you need to do
```
document.adoptedStyleSheets = [...document.adoptedStyleSheets, extraSheet];
```
and can't just do this:
```
document.adoptedStyleSheets.push(extraSheet);
```
While I have you two is there a specific reason you need to do
```
document.adoptedStyleSheets = [...document.adoptedStyleSheets, extraSheet];
```
and can't just do this:
```
document.adoptedStyleSheets.push(extraSheet);
```