- From: Steinar H. Gunderson via GitHub <noreply@w3.org>
- Date: Tue, 16 Sep 2025 14:02:59 +0000
- To: public-css-archive@w3.org
sesse has just created a new issue for https://github.com/w3c/csswg-drafts:
== [css-mixins-1] Typo in example ==
Example 12 reads:
```
@mixin --gradient-text(
--from type(color): mediumvioletred,
--to type(color): teal,
--angle: to bottom right,
) {
```
However, the spec appears to require `type(<color>)`, with brackets.
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/12813 using your GitHub account
--
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Tuesday, 16 September 2025 14:03:00 UTC