Re: [csswg-drafts] [css-nesting] Syntax suggestion (#4748)

I’d be even happier with:

```
.table-bordered {
     @^ & > :not(caption) > * {
          border-width: $table-border-width 0;

          @^ & > * {
               border-width: 0 $table-border-width;
          }
     }
}
```

…or something to that effect, because while I appreciate the reduction of the brackets and the way syntax coloring makes all the `@nest`s stand out to give me a hook on which to hang quick understanding of the structure, I also don’t want to have to type it over and over and over and over again.  And `@^` is a lot quicker and easier to type than `@nest`.

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


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

Received on Friday, 5 November 2021 18:39:55 UTC