Re: [csswg-drafts] [css-mixins-1] Auto-wrap mixin body in `@result` if omitted? (#13524)

If nesting something like this doesn't work as expected...
```

 > .bar {
  @local --L3: ...;
  --P3: ...;
 }

```

Then wouldn't the @results version have the same problem?

```

 > .bar {
  --L3: ...;
  @results {
   --P3: ...;
  }
 }

```

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


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

Received on Saturday, 7 March 2026 04:16:34 UTC