Re: [webcomponents] [Custom Elements] Import module (#329)

You can import CSS via `@import` in your custom element's shadow tree.  Since styles are scoped at a shadow boundary, you'd need to include a style element inside your shadow tree anyway.

---
Reply to this email directly or view it on GitHub:
https://github.com/w3c/webcomponents/issues/329#issuecomment-143521748

Received on Sunday, 27 September 2015 05:45:31 UTC