Re: [csswg-drafts] [css-syntax] keeping the indent level under control in modern CSS with `@layer`, `@scope`, nesting, ... (#8912)

🤔🤔🤔

```css
//no-spaghetti.css

@rules {
   @layer (components);
   @scope (.my-component);
   @boundary (.child-component-slot > *);
   @selectors (.my-component);
   @declarations {
      color: cyan;
      padding: 0.5rem}
   @nest {
      @selectors (&:hover);
      @declarations {
         color: blue}}
   @nest {
      @media (min-width: 768px);
      @declarations {
         padding: 1rem}}}
```

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


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

Received on Saturday, 3 June 2023 11:32:56 UTC