- From: Michael C. via GitHub <sysbot+gh@w3.org>
- Date: Thu, 12 Aug 2021 11:32:22 +0000
- To: public-css-archive@w3.org
@LeaVerou Good point; my suggestion definitely doesn't take all that into account. However, I think the problem still stands: we're starting to ask so much of the `*-gradient()` syntax that it's becoming pretty unwieldy. I suppose an associative array for a value is too much to hope for...?
```
background-image: gradient({
direction: to bottom,
shape: linear-gradient,
stops: [
#aabbcc 33% linear,
#112233 33% ease,
#ddeeff 67%
]
});
```
--
GitHub Notification of comment by proimage
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/1332#issuecomment-897563280 using your GitHub account
--
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Thursday, 12 August 2021 11:32:24 UTC