- From: Brandon McConnell via GitHub <sysbot+gh@w3.org>
- Date: Wed, 10 Apr 2024 18:20:16 +0000
- To: public-css-archive@w3.org
@DarkWiiPlayer That's a good call-out. At the very least, mixins and functions should be able to override one another as custom properties do, so you can create and use a mixin, and someone consuming your stylesheet can either use your mixin as well, or create another of the same name, which would not affect your mixin local to your styles, but affect only their own styles. Perhaps these can be scoped to their nearest `@scope` or `@layer` block, allowing more control and effective local access. I definitely see the need and relevance here. I have an open proposal closely related to that, that you might consider speaking into: [csswg-drafts/#9587](https://github.com/w3c/csswg-drafts/issues/9587) -- GitHub Notification of comment by brandonmcconnell Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/9350#issuecomment-2048187337 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Wednesday, 10 April 2024 18:20:17 UTC