Re: [csswg-drafts] Proposal: Custom CSS Functions & Mixins (#9350)

A random idea. What if it were allowed to apply a mixin using `++` prefix?

```
#test
{
    --varname: value;
    ++mymixin: arguments;
    property: value;
}
```

Looks almost like a custom property =)

-- 
GitHub Notification of comment by vrubleg
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/9350#issuecomment-1802753994 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Wednesday, 8 November 2023 22:06:24 UTC