Re: [WICG/webcomponents] Exploration: HTML Module Imports and Exports (Issue #1059)

@EisenbergEffect 

```js
import { 
  pricingCard, 
  sharedHeaderStyles,
  sharedHeader
} from "./my-resources.html" with { type: "html" };
```

You are importing a CSSStyleSheet from sharedHeaderStyles as type: “html”, which seems weird. 

-- 
Reply to this email directly or view it on GitHub:
https://github.com/WICG/webcomponents/issues/1059#issuecomment-2099601446
You are receiving this because you are subscribed to this thread.

Message ID: <WICG/webcomponents/issues/1059/2099601446@github.com>

Received on Wednesday, 8 May 2024 02:08:11 UTC