- From: Matthew Phillips <notifications@github.com>
- Date: Wed, 13 Mar 2024 11:09:45 -0700
- To: WICG/webcomponents <webcomponents@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 13 March 2024 18:09:49 UTC
@knowler's approach is a *push* syntax isn't it? it is pushing styles into the shadowroots. Where as @robglidden's idea is pulling them into the component. At least in my brain these are different. Maybe just me. @knowler I don't mind you idea, but it does immediately remind me of IIFEs from back in the day in JS before modules, ala `(function(){})()`. Something that you instinctively always have to write and nest your real code inside of. If all global .css files needed that wrapper it would be a bummer (but I'd still take it over the status quo). -- Reply to this email directly or view it on GitHub: https://github.com/WICG/webcomponents/issues/909#issuecomment-1995228419 You are receiving this because you are subscribed to this thread. Message ID: <WICG/webcomponents/issues/909/1995228419@github.com>
Received on Wednesday, 13 March 2024 18:09:49 UTC