Re: [csswg-drafts] [css-mixins-1] How is name lookup done? (#12670)

I'm missing a lot of context around this feature, but my naive expectation based on the way "last one wins" generally in CSS would be that this works like `keyframes`:

```css
@keyframes scale { to { scale: 2; } }
.foo { animation: scale 1s;
@keyframes scale { to { scale: 1.5; } }
.foo2 { animation: scale 1s;
```

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


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

Received on Saturday, 25 October 2025 17:00:48 UTC