- From: Oliver Williams <notifications@github.com>
- Date: Tue, 07 May 2024 19:08:07 -0700
- To: WICG/webcomponents <webcomponents@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 8 May 2024 02:08:11 UTC
@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