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

WIll you be able to do something like this?

```
.visually-hidden:not(:focus):not(:active),
@mixin --visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    white-space: nowrap;
}
```

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


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

Received on Tuesday, 14 October 2025 19:24:13 UTC