Re: [w3c/webcomponents] CSS Modules (#759)

> If we want to `import` CSS, then no, we can't compile to CSS.

But that's exactly what we do, right now. We `import` CSS on the server side and it compiles to CSS. It's quite nice! It's _better_ than this proposal.

As I said, I recognize that `import style from 'style.css'` is inherently going to use the same syntax as ICSS modules, and so you can't make this omelette without breaking those eggs. But this proposal isn't better than the userland solution, so it's not worth the cost of creating incompatibility and confusion between two identical syntaxes with the same name.

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

Received on Tuesday, 13 August 2019 20:12:37 UTC