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

By the way, I’d like to state that my opinions changed about this: I’m starting to like `@apply`.

I think that it’d be really neat if browsers allowed us to style their vendor‐specific “pseudo‐elements” using a similar mechanism:
```CSS
input
{
    -webkit-inner-spin-button:
    {
        /* ... */
    };
}
```
Please note how using a single dash avoids collision with user‐defined variables.

---
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-232266925

Received on Wednesday, 13 July 2016 06:22:28 UTC