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.