[csswg-drafts] [css-mixins-1] Typo in example (#12813)

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