Re: [csswg-drafts] [css-cascade] [css-nesting] Figure out whether we're fine with "shifting up" bare declarations after rules (#8738)

I would prefer to serialize the `@nest` always, because authors can write things like:

```css
.foo {
  color: blue;
  @nest {
    color: red;
  }
}
```

And I'd prefer not to make the choice of whether to serialize or not dependent on whether a *non-`@nest`* rule has been seen yet.

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


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

Received on Tuesday, 16 April 2024 16:15:38 UTC