- From: Cazz2 via GitHub <noreply@w3.org>
- Date: Thu, 07 Aug 2025 20:45:07 +0000
- To: public-css-archive@w3.org
Cazz2 has just created a new issue for https://github.com/w3c/csswg-drafts:
== When the hell will we get native border-gradient? ==
It's 2025, and we STILL have to use hacks like `::before` or `border-image` for gradient borders.
- `border-image` doesn’t work with `border-radius`.
- `::before` is a hack from 2010.
When can we expect **native `border-gradient`**? This is a basic design need!
.element {
border: 2px solid;
border-gradient: linear-gradient(to right, red, blue);
border-radius: 10px;
}
I WANT IT
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/12582 using your GitHub account
--
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Thursday, 7 August 2025 20:45:08 UTC