Email or username:

Password:

Forgot your password?
Top-level
Kilian Valkhof

@jensimmons just to bikeshed my own request, something like "background-clip: punch-through" would be nice.

1 comment
Jen Simmons

@Kilian Ha! Yeah, it’s more like:

```
button {
background: border-area text
linear-gradient(to bottom right
in hsl, green, purple);
}
```

Go Up