Re: [w3c/webcomponents] Support Custom Pseudo-elements (#300)

> Zero-arg mixins are convenient, but all the real useful mixins, in my experience, use arguments; you can only do pretty simple things with zero args

True, but I still think there's an argument to be made for theming with `@apply` since it works across both components/shadow roots and light DOM (vs. using classes for light DOM and `::theme` for components). 

Without `@apply` I imagine a lot of people (myself included) would fall back on mixins from their pre/post-processor of choice to achieve that kind of thing, so I guess the question is whether that should be baked into the platform or left to tooling?

-- 
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/300#issuecomment-279099610

Received on Saturday, 11 February 2017 00:03:22 UTC